File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/9a/e75327db9c5f477ad2447f0519dedf/.command.sh
- Size
- 511 bytes
- Task
- NFCORE_RNAFUSION:RNAFUSION:QC_WORKFLOW:RSEQC_TO_MULTIQC (BreastNP_FFPE_L02_RNA_01_B23LG7FLT4_1)
- Attempt
Content
View in new tab#!/bin/bash -euo pipefail
rseqc_to_multiqc.py \
--bam-stat BreastNP_FFPE_L02_RNA_01_B23LG7FLT4_1.bam_stat.txt \
--infer-experiment BreastNP_FFPE_L02_RNA_01_B23LG7FLT4_1.infer_experiment.txt \
--sample-id BreastNP_FFPE_L02_RNA_01_B23LG7FLT4_1 \
-o BreastNP_FFPE_L02_RNA_01_B23LG7FLT4_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