Skip to content
Snippets Groups Projects
Commit fd129e47 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Reduce cores for fastqc to 3

parent 1e54f5ad
Branches containerize
Tags
1 merge request!71WIP: Astrocyte 0.4.0
Pipeline #7642 passed with stages
in 4 minutes and 58 seconds
......@@ -21,7 +21,7 @@ process {
memory = '2 GB'
}
withName:fastqc {
cpus = 30
cpus = 3
memory = '15 GB'
}
withName:versions {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment