File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/57/7eafc5b1dd37cf7f8a08b6d305adc5/.command.sh
Size
472 bytes
Attempt
#!/bin/bash -euo pipefail
junction_saturation.py \
    -i tih_rna_sample_00596_B23MVV7LT4_1.Aligned.sortedByCoord.out.bam tih_rna_sample_00596_B23MVV7LT4_1.Aligned.sortedByCoord.out.bam.bai \
    -r ref_annot.bed \
    -o tih_rna_sample_00596_B23MVV7LT4_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