Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
RNAflow
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hub
RNAflow
Commits
0481076f
Commit
0481076f
authored
4 years ago
by
Rachel LEGENDRE
Browse files
Options
Downloads
Patches
Plain Diff
Update multiqc.rules
parent
ac95fe54
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
workflow/rules/multiqc.rules
+1
-1
1 addition, 1 deletion
workflow/rules/multiqc.rules
with
1 addition
and
1 deletion
workflow/rules/multiqc.rules
+
1
−
1
View file @
0481076f
...
...
@@ -40,7 +40,7 @@ rule multiqc:
"MultiQC"
shell:
"""
multiqc {params.inputdir} -o {params.outdir}
-n {output}
{params.options} 2> {log}
multiqc {params.inputdir} -o {params.outdir} {params.options} 2> {log}
"""
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