Open aperreault opened 4 weeks ago
Hi,
That's weird. Usually, using -c
is the right way to go.
Could you show me your custom config please ?
Below is the contents of the config file:
process { resourceLimits = [ cpus: 8, memory: 256.GB, time: 24.h ] }
I have it names resource.config
Hi there! I'm using nf-core/hic through a docker profile and need to edit the nextflow.config file to change the max resources my computer has available. Any advice on how to do so? I've tried creating a custom config file and running nf-core/hic with -c and -C commands, but neither overrides the pipeline defaults. Thanks!