mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Merge pull request #82 from arontommi/dev
documentation on how to fix bianca "Requested node configuration is not available" problem
This commit is contained in:
commit
6790dbd4a3
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.
|
||||
|
||||
Note that Bianca only allocates 7 GB memory per core so the max memory needs to be limited:
|
||||
|
||||
```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