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
7dc9041e
Commit
7dc9041e
authored
Jul 17, 2020
by
Gervaise Henry
🤠
Browse files
Remove modules
parent
361c5e01
Pipeline
#7603
passed with stages
in 8 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
workflow/main.nf
View file @
7dc9041e
...
...
@@ -89,7 +89,6 @@ process trackStart {
process checkDesignFile {
tag "${name}"
module 'python/3.6.1-2-anaconda'
input:
file check_designScript
...
...
@@ -125,7 +124,6 @@ process checkDesignFile {
process untarBCL {
tag "${tar.simpleName}"
module 'pigz/2.4'
input:
file untarBCLScript
...
...
@@ -153,7 +151,6 @@ process mkfastq {
tag "${bcl.simpleName}"
publishDir "${outDir}/${task.process}", mode: 'copy', pattern: "{*/outs/**/*.fastq.gz}"
queue '128GB,256GB,256GBv1,384GB'
module 'cellranger/3.1.0:bcl2fastq/2.19.1'
input:
file versions_cellrangerScript
...
...
@@ -215,7 +212,6 @@ if (bclCount.value == 1) {
process fastqc {
tag "${bcl}"
module 'fastqc/0.11.5:parallel'
input:
file fastqcScript
...
...
@@ -243,7 +239,6 @@ process fastqc {
process versions {
tag "${name}"
module 'python/3.6.1-2-anaconda:cellranger/3.1.0:bcl2fastq/2.19.1:fastqc/0.11.5:pandoc/2.7'
input:
file versionsScript
...
...
@@ -275,7 +270,6 @@ process multiqc {
tag "${name}"
publishDir "${outDir}/${task.process}/${name}", mode: 'copy', pattern: "{multiqc*}"
module 'multiqc/1.7'
input:
file multiqcConf
...
...
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