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