-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathlocal.config
33 lines (32 loc) · 1.55 KB
/
local.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
process {
withLabel: altair { cpus = 1 }
withLabel: chromomap { cpus = params.cores }
withLabel: checkV { cpus = params.cores }
withLabel: deepvirfinder { cpus = params.cores }
withLabel: emboss { cpus = params.cores }
withLabel: ggplot2 { cpus = 1 }
withLabel: hmmscan { cpus = params.cores }
withLabel: marvel { cpus = 4 }
withLabel: metaphinder { cpus = params.cores }
withLabel: pprmeta { cpus = params.cores }
withLabel: prodigal { cpus = params.cores }
withLabel: marvel { cpus = params.cores }
withLabel: metaphinder { cpus = params.cores }
withLabel: pprmeta { cpus = params.cores }
withLabel: prodigal { cpus = 4 }
withLabel: python { cpus = 1 }
withLabel: r_plot { cpus = 1 }
withLabel: samtools { cpus = 1 }
withLabel: seqkit { cpus = 1 }
withLabel: sourmash { cpus = params.cores }
withLabel: ubuntu { cpus = 1 }
withLabel: upsetr { cpus = 1 }
withLabel: vibrant { cpus = params.cores }
withLabel: virfinder { cpus = params.cores }
withLabel: virnet { cpus = params.cores }
withLabel: virsorter { cpus = params.cores }
withLabel: phigaro { cpus = params.cores }
withLabel: seeker { cpus = params.cores }
withLabel: virsorter2 { cpus = params.cores }
withLabel: pharokka { cpus = params.cores }
}