From 791f3c95f34eb21d2ecd573b8611ba980f6bf0a3 Mon Sep 17 00:00:00 2001 From: ameynert Date: Tue, 23 Mar 2021 16:07:07 +0000 Subject: [PATCH] Pipeline specific configs moving to confs/pipeline --- docs/eddie.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/eddie.md b/docs/eddie.md index 5a8dfa5..1a63568 100644 --- a/docs/eddie.md +++ b/docs/eddie.md @@ -33,14 +33,6 @@ module load igmm/apps/nextflow This config enables Nextflow to manage the pipeline jobs via the SGE job scheduler and using Singularity for software management. -### Pipeline-specific config files - -In addition to the generic nf-core configuration accessed via `-profile eddie`, there are pipeline-specific configuration files in the NextGenResources fileset to handle processes that are known to require specific custom configuration on the eddie system, in particular Java processes which require an extra memory overhead. For example: - -```bash -nextflow run nf-core/rnaseq -profile eddie -c /exports/igmm/eddie/NextGenResources/nextflow/conf/eddie.rnaseq.config # ...rest of pipeline flags -``` - ## Singularity set-up Load Singularity from the module system and set the Singularity cache directory to the NextGenResources path for the pipeline and version you want to run. If this does not exist, please contact the [IGMM Data Manager](data.manager@igmm.ed.ac.uk) to have it added. You can add these lines to the file `$HOME/.bashrc`, or you can run these commands before you run an nf-core pipeline.