#!/bin/bash -euo pipefail junction_saturation.py \ -i aih-tih-sc-1ffee4-R1_A23WJ53LT4_1.Aligned.sortedByCoord.out.bam aih-tih-sc-1ffee4-R1_A23WJ53LT4_1.Aligned.sortedByCoord.out.bam.bai \ -r ref_annot.bed \ -o aih-tih-sc-1ffee4-R1_A23WJ53LT4_1 \ 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