File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/d1/2077f0d2d8f959f00d331a529bce18/.command.sh
- Size
- 475 bytes
- Attempt
Content
View in new tab#!/bin/bash -euo pipefail
infer_experiment.py \
-i 659_bTq-T1-TRNA-1_B23MHV2LT4_1.Aligned.sortedByCoord.out.bam 659_bTq-T1-TRNA-1_B23MHV2LT4_1.Aligned.sortedByCoord.out.bam.bai \
-r ref_annot.bed \
\
> 659_bTq-T1-TRNA-1_B23MHV2LT4_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