mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Update mpcdf.md
This commit is contained in:
parent
0a685c1cc2
commit
09cd5cad65
1 changed files with 8 additions and 1 deletions
|
@ -12,11 +12,18 @@ Currently the following clusters are supported: cobra, draco* (* coming soon)
|
||||||
|
|
||||||
# cobra
|
# cobra
|
||||||
|
|
||||||
Cobra does not currently support singularity, therefore the anaconda/module should be loaded for use.
|
Cobra does not currently support singularity, therefore the anaconda/module is loaded for each process.
|
||||||
|
|
||||||
Due to this, we also recommend setting the `$NXF_CONDA_CACHEDIR` to a location of your choice to store all environments (so to prevent nextflow building the environment on every run).
|
Due to this, we also recommend setting the `$NXF_CONDA_CACHEDIR` to a location of your choice to store all environments (so to prevent nextflow building the environment on every run).
|
||||||
|
|
||||||
To use: `-profile cobra,mpcdf`
|
To use: `-profile cobra,mpcdf`
|
||||||
|
|
||||||
|
Sets the following parameters:
|
||||||
|
|
||||||
|
Maximum parallel running jobs: 8
|
||||||
|
Max. memory: 750.GB
|
||||||
|
Max. CPUs: 80
|
||||||
|
Max. walltime: 24.h
|
||||||
|
|
||||||
# draco
|
# draco
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue