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