File Info

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