Unverified Commit dcd1d637 authored by Chris Cheshire's avatar Chris Cheshire Committed by GitHub
Browse files

Merge pull request #19 from luslab/dev

change default resources to same as rnaseq (cluster configuration)
parents 678fa5e6 38bdfdf4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8,4 +8,5 @@
params {
    max_cpus   = 4
    max_memory = 8.GB
    max_time   = "24.h"
}
+3 −3
Original line number Diff line number Diff line
@@ -87,9 +87,9 @@ params {
    config_profile_url         = null

    // Max resource options
    max_memory                 = "8.GB"
    max_cpus                   = 4
    max_time                   = "24.h"
    max_memory                 = "128.GB"
    max_cpus                   = 16
    max_time                   = "240.h"
}

// Load base.config by default for all pipelines