File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/4b/1406ee54b105f8fa07a999767b35ee/.command.sh
- Size
- 483 bytes
- Attempt
Content
View in new tab#!/bin/bash -euo pipefail
rseqc_to_multiqc.py \
--bam-stat 659_bQZ-T1-TRNA-1_B23WHTKLT4_1.bam_stat.txt \
--infer-experiment 659_bQZ-T1-TRNA-1_B23WHTKLT4_1.infer_experiment.txt \
--sample-id 659_bQZ-T1-TRNA-1_B23WHTKLT4_1 \
-o 659_bQZ-T1-TRNA-1_B23WHTKLT4_1_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