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