1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00
nf-configs/docs/mendel.md
phue 13df59bfaf remove singularity support
reasons:

* the kernel running on the compute nodes does not support overlayfs und thus containers downloaded from
  public registries won't run because they lack the /lustre mountpoint

* building containers manually using the Singularity file would work, however nf-core pipelines will stop
  providing these files in future releases
2019-03-12 17:57:31 +00:00

1.1 KiB

nf-core/configs: MENDEL Configuration

All nf-core pipelines have been successfully configured for use on the MENDEL CLUSTER at the Gregor Mendel Institute (GMI).

To use, run the pipeline with -profile conda,mendel. This will download and launch the mendel.config which has been pre-configured with a setup suitable for the MENDEL cluster. A Conda environment will be created automatically and software dependencies will be resolved via bioconda.

Before running the pipeline you will need to load Conda using the environment module system on MENDEL. You can do this by issuing the commands below:

## Load Nextflow and Conda environment modules
module purge
module load Nextflow
module load Miniconda/4.6.7

NB: You will need an account to use the HPC cluster in order to run the pipeline. If in doubt contact the HPC team.

NB: Nextflow will need to submit the jobs via the job scheduler to the HPC cluster and as such the commands above will have to be executed on one of the login nodes. If in doubt contact the HPC team.