Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tasks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
biowdl
tasks
Commits
6fbe1b7f
Commit
6fbe1b7f
authored
4 years ago
by
Ruben Vorderman
Browse files
Options
Downloads
Patches
Plain Diff
Parameter meta for multiqc updated. Make sure data dir output is always zipped by default.
parent
ce22935b
Branches
KG-295
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
multiqc.wdl
+3
-7
3 additions, 7 deletions
multiqc.wdl
with
3 additions
and
7 deletions
multiqc.wdl
+
3
−
7
View file @
6fbe1b7f
...
...
@@ -42,7 +42,7 @@ task MultiQC {
Array[String]+? module
Boolean dataDir = false
String? dataFormat
Boolean zipDataDir =
fals
e
Boolean zipDataDir =
tru
e
Boolean export = false
Boolean flat = false
Boolean interactive = true
...
...
@@ -128,7 +128,7 @@ task MultiQC {
output {
File multiqcReport = outDir + "/" + reportFilename + "_report.html"
File multiqcDataDir = outDir + "/" +reportFilename + "_data"
File
?
multiqcDataDir
Zip
= outDir + "/" +reportFilename + "_data
.zip
"
}
runtime {
...
...
@@ -151,13 +151,11 @@ task MultiQC {
tag: {description: "Equivalent to MultiQC's `--tag` option.", category: "advanced"}
ignore: {description: "Equivalent to MultiQC's `--ignore` option.", category: "advanced"}
ignoreSamples: {description: "Equivalent to MultiQC's `--ignore-samples` option.", category: "advanced"}
ignoreSymlinks: {description: "Equivalent to MultiQC's `--ignore-symlinks` flag.", category: "advanced"}
sampleNames: {description: "Equivalent to MultiQC's `--sample-names` option.", category: "advanced"}
fileList: {description: "Equivalent to MultiQC's `--file-list` option.", category: "advanced"}
exclude: {description: "Equivalent to MultiQC's `--exclude` option.", category: "advanced"}
module: {description: "Equivalent to MultiQC's `--module` option.", category: "advanced"}
dataDir: {description: "Equivalent to MultiQC's `--data-dir` flag.", category: "advanced"}
noDataDir: {description: "Equivalent to MultiQC's `--no-data-dir` flag.", category: "advanced"}
dataDir: {description: "Whether to output a data dir. Sets `--data-dir` or `--no-data-dir` flag.", category: "advanced"}
dataFormat: {description: "Equivalent to MultiQC's `--data-format` option.", category: "advanced"}
zipDataDir: {description: "Equivalent to MultiQC's `--zip-data-dir` flag.", category: "advanced"}
export: {description: "Equivalent to MultiQC's `--export` flag.", category: "advanced"}
...
...
@@ -168,8 +166,6 @@ task MultiQC {
megaQCUpload: {description: "Opposite to MultiQC's `--no-megaqc-upload` flag.", category: "advanced"}
config: {description: "Equivalent to MultiQC's `--config` option.", category: "advanced"}
clConfig: {description: "Equivalent to MultiQC's `--cl-config` option.", category: "advanced"}
finished: {description: "An array of booleans that can be used to let multiqc wait on stuff.", category: "internal_use_only"}
memory: {description: "The amount of memory this job will use.", category: "advanced"}
timeMinutes: {description: "The maximum amount of time the job will run in minutes.", category: "advanced"}
dockerImage: {description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.",
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment