Description
MultiQC aggregates results from bioinformatics analyses across many samples into a single report.
It searches a given directory for analysis logs and compiles a HTML report. It's a general use tool, perfect for summarising the output from numerous bioinformatics tools.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output_report: "$id.$key.output_report.html"
output_data: "$id.$key.output_data.multiqc_data"
output_plots: "$id.$key.output_plots.multiqc_plots"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.3.1 \
-main-script target/nextflow/multiqc/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required multiple |
Name | Type & Properties |
|---|---|
--output_report | file output |
--output_data | file output |
--output_plots | file output |
Name | Type & Properties |
|---|---|
--include_modules | string multiple |
--exclude_modules | string multiple |
--ignore_analysis | string multiple |
--ignore_samples | string multiple |
--ignore_symlinks | boolean_true |
Name | Type & Properties |
|---|---|
--dirs | boolean_true |
--dirs_depth | integer |
--full_names | boolean_true |
--fn_as_s_name | boolean_true |
--replace_names | file |
Name | Type & Properties |
|---|---|
--title | string |
--comment | string |
--template | string |
--sample_names | file |
--sample_filters | file |
--custom_css_file | file |
--profile_runtime | boolean_true |
Name | Type & Properties |
|---|---|
--verbose | boolean_true |
--quiet | boolean_true |
--strict | boolean_true |
--development | boolean_true |
--require_logs | boolean_true |
--no_megaqc_upload | boolean_true |
--no_ansi | boolean_true |
--cl_config | string |
Name | Type & Properties |
|---|---|
--flat | boolean_true |
--interactive | boolean_true |
--data_dir | boolean_true |
--no_data_dir | boolean_true |
--zip_data_dir | boolean_true |
--data_format | string |
--pdf | boolean_true |