File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/8d/0c8e8359365952cb1c625a2e1972a0/.command.sh
- Size
- 481 bytes
- Attempt
Content
View in new tab#!/bin/bash -euo pipefail
infer_experiment.py \
-i 786-O_FFPE_RNA_0001_B23LG7FLT4_2.Aligned.sortedByCoord.out.bam 786-O_FFPE_RNA_0001_B23LG7FLT4_2.Aligned.sortedByCoord.out.bam.bai \
-r ref_annot.bed \
\
> 786-O_FFPE_RNA_0001_B23LG7FLT4_2.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