File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/4a/87d1410574504c9a9cf38d406e2e19/.command.sh
- Size
- 499 bytes
- Attempt
Content
View in new tab#!/bin/bash -euo pipefail
rseqc_to_multiqc.py \
--bam-stat 1173_FM_T1_RNA_SLD_01_A23T55JLT4_1.bam_stat.txt \
--infer-experiment 1173_FM_T1_RNA_SLD_01_A23T55JLT4_1.infer_experiment.txt \
--sample-id 1173_FM_T1_RNA_SLD_01_A23T55JLT4_1 \
-o 1173_FM_T1_RNA_SLD_01_A23T55JLT4_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