File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/b6/9742e61a26e0a0e2240988a287649e/.command.sh
Size
482 bytes
Attempt
#!/bin/bash -euo pipefail
read_distribution.py \
    -i HD789_0002_RNA_0008_23H5VFLT4_s19.Aligned.sortedByCoord.out.bam HD789_0002_RNA_0008_23H5VFLT4_s19.Aligned.sortedByCoord.out.bam.bai \
    -r ref_annot.bed \
    > HD789_0002_RNA_0008_23H5VFLT4_s19.read_distribution.txt

cat <<-END_VERSIONS > versions.yml
"NFCORE_RNAFUSION:RNAFUSION:QC_WORKFLOW:BAM_RSEQC:RSEQC_READDISTRIBUTION":
    rseqc: $(read_distribution.py --version | sed -e "s/read_distribution.py //g")
END_VERSIONS