File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/48/65efd37b405f03d3d3aa2deae60e00/.command.sh
- Size
- 484 bytes
- Attempt
Content
View in new tab#!/bin/bash -euo pipefail
infer_experiment.py \
-i aih-tih-sc-19e09e-R1_A23WJ53LT4_1.Aligned.sortedByCoord.out.bam aih-tih-sc-19e09e-R1_A23WJ53LT4_1.Aligned.sortedByCoord.out.bam.bai \
-r ref_annot.bed \
\
> aih-tih-sc-19e09e-R1_A23WJ53LT4_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