File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/2f/41c437f22034e23683e608f0cecf21/.command.sh
Size
488 bytes
Attempt
#!/bin/bash -euo pipefail
read_distribution.py \
    -i GM24385_0001_RNA_0001_23H5VFLT4_s24.Aligned.sortedByCoord.out.bam GM24385_0001_RNA_0001_23H5VFLT4_s24.Aligned.sortedByCoord.out.bam.bai \
    -r ref_annot.bed \
    > GM24385_0001_RNA_0001_23H5VFLT4_s24.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