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