multiqc

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.

Type

bash_script

License

MIT

Contributors

Run this component

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.2.0 \  
  -main-script target/nextflow/multiqc/main.nf \  
  -params-file params.yaml  

Input

Name
Type & Properties
--input
file
required
multiple

Ouput

Name
Type & Properties
--output_report
file
output
--output_data
file
output
--output_plots
file
output

Modules and analyses to run

Name
Type & Properties
--include_modules
string
multiple
--exclude_modules
string
multiple
--ignore_analysis
string
multiple
--ignore_samples
string
multiple
--ignore_symlinks
boolean_true

Sample name handling

Name
Type & Properties
--dirs
boolean_true
--dirs_depth
integer
--full_names
boolean_true
--fn_as_s_name
boolean_true
--replace_names
file

Report Customisation

Name
Type & Properties
--title
string
--comment
string
--template
string
--sample_names
file
--sample_filters
file
--custom_css_file
file
--profile_runtime
boolean_true

MultiQC behaviour

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

Output format

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

Collaborate Accelerate Succeed

Empower your organization with secure, scalable workflow solutions that simplify development, ensure compliance, and drive innovation.

Viash Hub is a platform developed by Data Intuitive, a Belgian-based bioinformatics company specializing in data workflow development and deployment.