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