diff --git a/nextflow.config b/nextflow.config index b7f1c72..f498660 100644 --- a/nextflow.config +++ b/nextflow.config @@ -56,28 +56,28 @@ process { withName: 'create_fake_bam' { cpus = 1 memory = '1 GB' - queue = 'yesterday' + queue = 'small' } withName: 'np_pindel' { cpus = 3 memory = '6 GB' - queue = 'yesterday' + queue = 'long' } withName: 'np_creation' { cpus = 1 memory = '4 GB' - queue = 'yesterday' + queue = 'long' } // pindel_pl withName: 'pindel' { cpus = 2 memory = '8 GB' - queue = 'yesterday' + queue = 'long' } withName: 'pindel_flag' { cpus = 1 memory = '4 GB' - queue = 'yesterday' + queue = 'normal' } }