File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,41 +2,37 @@ process {
22 cpus = 1
33 time = '4h'
44
5- withName : 'agat' {
5+ withLabel : 'agat' {
66 cpus = 6
77 time = '6h'
88 }
9- withName : 'fastqc' {
9+ withLabel : 'fastqc' {
1010 cpus = 8
1111 time = '6h'
1212 }
13- withName : 'fastp' {
13+ withLabel : 'fastp' {
1414 cpus = 16
1515 time = '2d'
1616 }
17- withName : 'hisat2_index ' {
17+ withLabel : 'jacusa2 ' {
1818 cpus = 4
19- time = '1h'
20- }
21- withName: 'hisat2' {
22- cpus = 16
23- time = '4d'
19+ time = '4h'
2420 }
25- withName : 'jacusa2 ' {
26- cpus = 4
21+ withLabel : 'pigz ' {
22+ cpus = 8
2723 time = '4h'
2824 }
29- withName : 'pluviometer' {
25+ withLabel : 'pluviometer' {
3026 cpus = 4
3127 time = '6h'
3228 memory = '48GB'
3329 errorStrategy = 'terminate'
3430 }
35- withName : 'reditools3' {
31+ withLabel : 'reditools3' {
3632 cpus = 6
3733 time = '1d'
3834 }
39- withName : 'samtools' {
35+ withLabel : 'samtools' {
4036 cpus = 16
4137 time = '4h'
4238 }
You can’t perform that action at this time.
0 commit comments