File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/25/5fb04020667ea1c4c39fd208b2e02d/.command.sh
Size
479 bytes
Attempt
#!/bin/bash -euo pipefail
read_distribution.py \
    -i 786-O_FFPE_RNA_0001_B23LG7FLT4_3.Aligned.sortedByCoord.out.bam 786-O_FFPE_RNA_0001_B23LG7FLT4_3.Aligned.sortedByCoord.out.bam.bai \
    -r ref_annot.bed \
    > 786-O_FFPE_RNA_0001_B23LG7FLT4_3.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