File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/8f/cdc1de3767e83574f3581b23fdf0c3/.command.sh
- Size
- 495 bytes
- Attempt
Content
View in new tab#!/bin/bash -euo pipefail
rseqc_to_multiqc.py \
--bam-stat aih-tih-sc-3376ed-R1_B23WHYVLT4_1.bam_stat.txt \
--infer-experiment aih-tih-sc-3376ed-R1_B23WHYVLT4_1.infer_experiment.txt \
--sample-id aih-tih-sc-3376ed-R1_B23WHYVLT4_1 \
-o aih-tih-sc-3376ed-R1_B23WHYVLT4_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