Skip to content
Snippets Groups Projects
Commit d8271dc1 authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

fix parameter_meta'

parent c3dbda9b
No related branches found
No related tags found
No related merge requests found
...@@ -129,8 +129,7 @@ task MultiQC { ...@@ -129,8 +129,7 @@ task MultiQC {
} }
parameter_meta { parameter_meta {
analysisDirectory: {description: "The directory to run MultiQC on.", category: "required"} reports: {description: "Reports which multiqc should run on.", category: "required"}
dependencies: {description: "This must be used in order to run multiqc after these tasks.", category: "internal_use_only"}
force: {description: "Equivalent to MultiQC's `--force` flag.", category: "advanced"} force: {description: "Equivalent to MultiQC's `--force` flag.", category: "advanced"}
dirs: {description: "Equivalent to MultiQC's `--dirs` flag.", category: "advanced"} dirs: {description: "Equivalent to MultiQC's `--dirs` flag.", category: "advanced"}
dirsDepth: {description: "Equivalent to MultiQC's `--dirs-depth` option.", category: "advanced"} dirsDepth: {description: "Equivalent to MultiQC's `--dirs-depth` option.", category: "advanced"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment