File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/fc/80db6e12666adc41488218e4a89c45/.command.sh
- Size
- 268 bytes
- Attempt
Content
View in new tab#!/bin/bash -euo pipefail
multiqc \
--force \
\
--config multiqc_config.yml \
\
\
.
cat <<-END_VERSIONS > versions.yml
"NFCORE_RNAFUSION:RNAFUSION:MULTIQC":
multiqc: $( multiqc --version | sed -e "s/multiqc, version //g" )
END_VERSIONS