File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/66/7a5b825e0b2538511e427537624c8c/.command.sh
Size
487 bytes
Attempt
#!/bin/bash -euo pipefail
infer_experiment.py \
    -i 1173_FM_T1_RNA_SLD_01_A23T55JLT4_1.Aligned.sortedByCoord.out.bam 1173_FM_T1_RNA_SLD_01_A23T55JLT4_1.Aligned.sortedByCoord.out.bam.bai \
    -r ref_annot.bed \
     \
    > 1173_FM_T1_RNA_SLD_01_A23T55JLT4_1.infer_experiment.txt

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