# HG changeset patch # User rliterman # Date 1733247030 18000 # Node ID 0efc98f25fd5f936414bd62c1d8eea475ab99f6d # Parent 0d775868ee62c3e9473baede3b13673cb4f88991 "planemo upload" diff -r 0d775868ee62 -r 0efc98f25fd5 CSP2/nextflow.config --- a/CSP2/nextflow.config Tue Dec 03 12:23:38 2024 -0500 +++ b/CSP2/nextflow.config Tue Dec 03 12:30:30 2024 -0500 @@ -15,11 +15,9 @@ // CPU/memory settings process { withLabel: 'mummerMem' { - cpus = 1 - memory = '4 GB' + cpus = 1 } withLabel: 'skesaMem' { - memory = '12 GB' } } @@ -110,4 +108,4 @@ // Help function help = "nohelp" h = "nohelp" -} \ No newline at end of file +}