File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/e2/8ac7ffb91fe6f2286dd9e153db2849/.command.sh
Size
490 bytes
Attempt
#!/bin/bash -euo pipefail
infer_experiment.py \
    -i GM24385_0001_RNA_0001_23H5VFLT4_s48.Aligned.sortedByCoord.out.bam GM24385_0001_RNA_0001_23H5VFLT4_s48.Aligned.sortedByCoord.out.bam.bai \
    -r ref_annot.bed \
     \
    > GM24385_0001_RNA_0001_23H5VFLT4_s48.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