1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 00:26:03 +00:00

Merge pull request #29 from apeltzer/master

iGenomes Rollout on "Binac" too
This commit is contained in:
Phil Ewels 2019-03-11 18:26:19 +01:00 committed by GitHub
commit 1e2c0c3e04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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