diff --git a/README.md b/README.md index 4a637d5..6a53642 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ # [nf-core/configs](https://github.com/nf-core/configs) +[![Build Status](https://travis-ci.org/nf-core/configs.svg?branch=master)](https://travis-ci.org/nf-core/configs) + A repository for hosting nextflow config files containing custom parameters required to run nf-core pipelines at different Institutions. ## Table of contents diff --git a/conf/binac.config b/conf/binac.config index cde5218..12da68d 100644 --- a/conf/binac.config +++ b/conf/binac.config @@ -5,7 +5,6 @@ params { config_profile_contact = 'Alexander Peltzer (@apeltzer)' config_profile_url = 'https://www.bwhpc-c5.de/wiki/index.php/Category:BwForCluster_BinAC' } - singularity { enabled = true } @@ -17,7 +16,8 @@ process { } params { - igenomesIgnore = true + igenomesIgnore = false + igenomes_base = '/beegfs/work/igenomes' max_memory = 128.GB max_cpus = 28 max_time = 48.h diff --git a/conf/cfc.config b/conf/cfc.config index 8c5fe5e..fc8cc34 100644 --- a/conf/cfc.config +++ b/conf/cfc.config @@ -16,7 +16,8 @@ process { } params { - igenomesIgnore = true + igenomesIgnore = false + igenomes_base = '/sfs/7/igenomes' max_memory = 60.GB max_cpus = 20 max_time = 140.h