File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/2e/77fbea2a8a614d71322af94d628d60/.command.sh
- Size
- 487 bytes
- Attempt
Content
View in new tab#!/bin/bash -euo pipefail
infer_experiment.py \
-i FFPE_V4_0002_RNA_0001_B23MVV7LT4_1.Aligned.sortedByCoord.out.bam FFPE_V4_0002_RNA_0001_B23MVV7LT4_1.Aligned.sortedByCoord.out.bam.bai \
-r ref_annot.bed \
\
> FFPE_V4_0002_RNA_0001_B23MVV7LT4_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