1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 14:02:05 +00:00

Update mjolnir_globe.md

This commit is contained in:
Åshild J. Vågene 2022-06-03 15:36:19 +02:00 committed by GitHub
parent 22ed36a73d
commit 144ca851c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ Before running a pipeline you will need to load Java, Miniconda, Singularity and
```bash ```bash
## Load Java and Nextflow environment modules ## Load Java and Nextflow environment modules
module purge module purge
module load jdk/1.8.0_291 miniconda/4.9.2 singularity/3.8.0 nextflow/21.04.1.5556 module load jdk/1.8.0_291 miniconda singularity/3.8.0 nextflow/21.04.1.5556
``` ```
All of the intermediate output 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 output 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.