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