File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/4c/e8951acbf4805ca954d4c36ea4d759/.command.sh
Size
571 bytes
Attempt
#!/bin/bash -euo pipefail
junction_annotation.py \
    -i RGB_RLP_lowDV_1ststrand_27C_4.Aligned.sortedByCoord.out.bam RGB_RLP_lowDV_1ststrand_27C_4.Aligned.sortedByCoord.out.bam.bai \
    -r ref_annot.bed \
    -o RGB_RLP_lowDV_1ststrand_27C_4 \
     \
    2> >(grep -v 'E::idx_find_and_load' | tee RGB_RLP_lowDV_1ststrand_27C_4.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