File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/2f/196ced096ffe883632d7bcdd74b6a9/.command.sh
- Size
- 485 bytes
- Attempt
Content
View in new tab#!/bin/bash -euo pipefail
read_distribution.py \
-i tih_rna_sample_00089_23H5VFLT4_s39.Aligned.sortedByCoord.out.bam tih_rna_sample_00089_23H5VFLT4_s39.Aligned.sortedByCoord.out.bam.bai \
-r ref_annot.bed \
> tih_rna_sample_00089_23H5VFLT4_s39.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