File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/ad/d6f406d0f030f538b8271a78b4c5ec/.command.sh
- Size
- 482 bytes
- Attempt
Content
View in new tab#!/bin/bash -euo pipefail
read_distribution.py \
-i aih-tih-sc-31d31f-R1_A23YTGFLT4_1.Aligned.sortedByCoord.out.bam aih-tih-sc-31d31f-R1_A23YTGFLT4_1.Aligned.sortedByCoord.out.bam.bai \
-r ref_annot.bed \
> aih-tih-sc-31d31f-R1_A23YTGFLT4_1.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