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