File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/15/8fdaf227bd59e98824895e8cf437e2/.command.sh
- Size
- 415 bytes
- Attempt
Content
View in new tab#!/bin/bash -euo pipefail
rseqc_to_multiqc.py \
--bam-stat rna_s1221_S42.bam_stat.txt \
--infer-experiment rna_s1221_S42.infer_experiment.txt \
--sample-id rna_s1221_S42 \
-o rna_s1221_S42_rseqc_extra_mqc.tsv
cat <<-END_VERSIONS > versions.yml
"NFCORE_RNAFUSION:RNAFUSION:QC_WORKFLOW:RSEQC_TO_MULTIQC":
python: $(python3 --version | sed 's/Python //g')
rseqc_to_multiqc: 1.0.0
END_VERSIONS