Skip to content

Commit 3b7d8a3

Browse files
config changed
1 parent 9e1780f commit 3b7d8a3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: nextflow.config

+5-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,11 @@ params {
4242
process {
4343
container = 'federicacitarrella/pipeline:latest'
4444
publishDir = [path: params.outdir, mode: 'copy', overwrite: 'true']
45-
memory= '10GB'
45+
}
46+
47+
executor {
48+
name = 'local'
49+
memory = '9GB'
4650
}
4751

4852
profiles {

0 commit comments

Comments
 (0)