1
0
Fork 0
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:
arontommi 2019-11-06 13:10:09 +01:00
parent 009e8f52e3
commit 99f4d9b9bd

View file

@ -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: