You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, you need to run the pyigmap with limited amount of CPUs and RAM at every step. I think this can be implemented at the nextflow.config level with using --cpu <NUM> and --ram <NUM> as input parameters. By default, these parameters will be equal to the maximum size of the CPU and RAM on the machine
The text was updated successfully, but these errors were encountered:
Sometimes, you need to run the pyigmap with limited amount of CPUs and RAM at every step. I think this can be implemented at the nextflow.config level with using
--cpu <NUM>
and--ram <NUM>
as input parameters. By default, these parameters will be equal to the maximum size of the CPU and RAM on the machineThe text was updated successfully, but these errors were encountered: