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_count
Commits
fd188a99
Commit
fd188a99
authored
Aug 13, 2020
by
Gervaise Henry
🤠
Browse files
Add downstreamViz processes to configs
parent
ee609792
Pipeline
#7867
passed with stages
in 17 minutes and 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
workflow/configs/aws.config
View file @
fd188a99
...
...
@@ -36,4 +36,8 @@ process {
cpus
=
1
memory
=
'1 GB'
}
withName
:
downstreamViz
{
cpus
=
1
memory
=
'1 GB'
}
}
workflow/configs/cluster.config
View file @
fd188a99
...
...
@@ -30,4 +30,7 @@ process {
withName
:
multiqc
{
executor
=
'local'
}
withName
:
downstreamViz
{
executor
=
'32GB'
}
}
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