File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/f0/e1fc76faf99a2f76967b57ca429e00/.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