mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
documentation on how to fix bianca cluster configuration problem
This commit is contained in:
parent
009e8f52e3
commit
99f4d9b9bd
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.
|
||||
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
|
||||
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