Clinical-Genomics-Lund / nextflow_wgs

5 stars 5 forks source link

Control CPU / memory allocations from config #197

Open Jakob37 opened 3 months ago

Jakob37 commented 3 months ago

At the moment these are hard coded into each process.

This makes them hard to adjust, if for instance wanting to run it in a different environment.

It would make sense to use the "cpu_all" "cpu_many" "cpu_some" attributes from the config to assign the numbers.