File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/54/60bd492ae36944fcfa1e895afa736e/.command.sh
Size
587 bytes
Attempt
#!/bin/bash -euo pipefail
junction_annotation.py \
    -i aih-tih-sc-13a2f6-R1_B23WHYVLT4_1.Aligned.sortedByCoord.out.bam aih-tih-sc-13a2f6-R1_B23WHYVLT4_1.Aligned.sortedByCoord.out.bam.bai \
    -r ref_annot.bed \
    -o aih-tih-sc-13a2f6-R1_B23WHYVLT4_1 \
     \
    2> >(grep -v 'E::idx_find_and_load' | tee aih-tih-sc-13a2f6-R1_B23WHYVLT4_1.junction_annotation.log >&2)

cat <<-END_VERSIONS > versions.yml
"NFCORE_RNAFUSION:RNAFUSION:QC_WORKFLOW:BAM_RSEQC:RSEQC_JUNCTIONANNOTATION":
    rseqc: $(junction_annotation.py --version | sed -e "s/junction_annotation.py //g")
END_VERSIONS