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