File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/2d/92ef97b0c4a6ed4b24385e83228e44/.command.sh
Size
478 bytes
Attempt
#!/bin/bash -euo pipefail
junction_saturation.py \
    -i GM24385_0001_RNA_0001_23H5VFLT4_s32.Aligned.sortedByCoord.out.bam GM24385_0001_RNA_0001_23H5VFLT4_s32.Aligned.sortedByCoord.out.bam.bai \
    -r ref_annot.bed \
    -o GM24385_0001_RNA_0001_23H5VFLT4_s32 \


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