File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/75/20d8e1aba764cd26bb30f02f5dc1ce/.command.sh
Size
475 bytes
Attempt
#!/bin/bash -euo pipefail
junction_saturation.py \
    -i tih_rna_sample_00089_23H5VFLT4_s39.Aligned.sortedByCoord.out.bam tih_rna_sample_00089_23H5VFLT4_s39.Aligned.sortedByCoord.out.bam.bai \
    -r ref_annot.bed \
    -o tih_rna_sample_00089_23H5VFLT4_s39 \


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