File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/86/c579a2fa7ba42a28cbea52de9c2f6e/.command.sh
- Size
- 478 bytes
- Attempt
Content
View in new tab#!/bin/bash -euo pipefail
junction_saturation.py \
-i 1173_D6K_T1_RNA_SLD_01_A23T55JLT4_2.Aligned.sortedByCoord.out.bam 1173_D6K_T1_RNA_SLD_01_A23T55JLT4_2.Aligned.sortedByCoord.out.bam.bai \
-r ref_annot.bed \
-o 1173_D6K_T1_RNA_SLD_01_A23T55JLT4_2 \
cat <<-END_VERSIONS > versions.yml
"NFCORE_RNAFUSION:RNAFUSION:QC_WORKFLOW:BAM_RSEQC:RSEQC_JUNCTIONSATURATION":
rseqc: $(junction_saturation.py --version | sed -e "s/junction_saturation.py //g")
END_VERSIONS