Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BICF
Astrocyte
cellranger_mkfastq
Commits
5907a115
Commit
5907a115
authored
Jun 20, 2020
by
Gervaise Henry
🤠
Browse files
Fix multiqc config location
parent
21bde8f6
Pipeline
#7318
passed with stages
in 9 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
workflow/main.nf
View file @
5907a115
...
...
@@ -42,7 +42,7 @@ versions_bcl2fastqScript = Channel.fromPath("$baseDir/scripts/versions_bcl2fastq
versions_fastqcScript = Channel.fromPath("$baseDir/scripts/versions_fastqc.sh")
// Define report files
multiqcConf = Channel.fromPath("${baseDir}/conf/multiqc_config.yaml")
multiqcConf = Channel.fromPath("${baseDir}/conf
igs
/multiqc_config.yaml")
references = Channel.fromPath("${baseDir}/../docs/references.md")
...
...
@@ -242,4 +242,4 @@ process multiqc {
multiqc -c ${multiqcConf} .
"""
}
\ No newline at end of file
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment