mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-13 05:03:10 +00:00
Update and rename ceh.md to seg_globe.md
This commit is contained in:
parent
594985f1ee
commit
bcd137225e
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# nf-core/configs: Center for Evolutionary Hologenomics & Section for Evolutionary Genomics (hologenomics partition on HPC) Configuration
|
# nf-core/configs: Section for Evolutionary Genomics at GLOBE, Univeristy of Copenhagen (hologenomics partition on HPC) Configuration
|
||||||
|
|
||||||
> **NB:** You will need an account to use the HPC cluster to run the pipeline. If in doubt contact IT.
|
> **NB:** You will need an account to use the HPC cluster to run the pipeline. If in doubt contact IT.
|
||||||
|
|
||||||
The profile is configured to run with Singularity version 3.6.3-1.el7 which is part of the OS installtion and does not need to be loaded as a module.
|
The profile is configured to run with Singularity version 3.6.3-1.el7 which is part of the OS installtion and does not need to be loaded as a module.
|
||||||
|
|
||||||
Before running the pipeline you will need to load Java, and Nextflow. You can do this by including the commands below in your SLURM/sbatch script:
|
Before running the pipeline you will need to load Java and Nextflow. You can do this by including the commands below in your SLURM/sbatch script:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
## Load Java, Miniconda and Nextflow environment modules
|
## Load Java and Nextflow environment modules
|
||||||
module purge
|
module purge
|
||||||
module load lib
|
module load lib
|
||||||
module load java/v1.8.0_202-jdk miniconda nextflow/v20.07.1.5412
|
module load java/v1.8.0_202-jdk nextflow/v20.07.1.5412
|
||||||
```
|
```
|
||||||
|
|
||||||
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.
|
Loading…
Reference in a new issue