mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
documentation on how to fix bianca cluster configuration problem
This commit is contained in:
parent
ebbf884ac5
commit
3f534c154e
1 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,12 @@ If running on Bianca, you will have no internet connection and these configs wil
|
||||||
Please use the nf-core helper tool on a different system to download the required pipeline files, and transfer them to bianca.
|
Please use the nf-core helper tool on a different system to download the required pipeline files, and transfer them to bianca.
|
||||||
This helper tool bundles the config files in this repo together with the pipeline files, so the profile will still be available.
|
This helper tool bundles the config files in this repo together with the pipeline files, so the profile will still be available.
|
||||||
|
|
||||||
|
Please note that Bianca only allocates 7 GB memory per core so max memory needs to be configured:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
--max_memory "112GB"
|
||||||
|
```
|
||||||
|
|
||||||
## Getting more memory
|
## Getting more memory
|
||||||
If your nf-core pipeline run is running out of memory, you can run on a fat node with more memory using the following nextflow flags:
|
If your nf-core pipeline run is running out of memory, you can run on a fat node with more memory using the following nextflow flags:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue