1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-20 21:52:04 +00:00

Update docs/alice.md

This commit is contained in:
James A. Fellows Yates 2021-09-28 12:52:31 +02:00 committed by GitHub
parent ad83430632
commit e8b48416bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ We also highly recommend specifying a location of a cache directory to store sin
All of the intermediate files required to run the pipeline will be stored in the `work/` directory. It is recommended to delete this directory after the pipeline has finished successfully because it can get quite large, and all of the main output files will be saved in the `results/` directory anyway. All of the intermediate files required to run the pipeline will be stored in the `work/` directory. It is recommended to delete this directory after the pipeline has finished successfully because it can get quite large, and all of the main output files will be saved in the `results/` directory anyway.
The config contains a `cleanup` command that removes the `work/` directory automatically once the pipeline has completeed successfully. If the run does not complete successfully then the `work/` dir should be removed manually to save storage space. The config contains a `cleanup` command that removes the `work/` directory automatically once the pipeline has completeed successfully. If the run does not complete successfully then the `work/` dir should be removed manually to save storage space.
This configuration will automatically choose the correct SLURM queue (short,medium,long) depending on the time required by each process. If there are This configuration will automatically choose the correct SLURM queue (short,medium,long) depending on the time required by each process. If there are
high memory requirements (>240GB), e.g. using MALT, use the 'mem' profile: high memory requirements (>240GB), e.g. using MALT, use the 'mem' profile:
```bash ```bash