mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 16:29:55 +00:00
Merge pull request #29 from apeltzer/master
iGenomes Rollout on "Binac" too
This commit is contained in:
commit
1e2c0c3e04
3 changed files with 6 additions and 3 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
# [nf-core/configs](https://github.com/nf-core/configs)
|
# [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.
|
A repository for hosting nextflow config files containing custom parameters required to run nf-core pipelines at different Institutions.
|
||||||
|
|
||||||
## Table of contents
|
## Table of contents
|
||||||
|
|
|
@ -5,7 +5,6 @@ params {
|
||||||
config_profile_contact = 'Alexander Peltzer (@apeltzer)'
|
config_profile_contact = 'Alexander Peltzer (@apeltzer)'
|
||||||
config_profile_url = 'https://www.bwhpc-c5.de/wiki/index.php/Category:BwForCluster_BinAC'
|
config_profile_url = 'https://www.bwhpc-c5.de/wiki/index.php/Category:BwForCluster_BinAC'
|
||||||
}
|
}
|
||||||
|
|
||||||
singularity {
|
singularity {
|
||||||
enabled = true
|
enabled = true
|
||||||
}
|
}
|
||||||
|
@ -17,7 +16,8 @@ process {
|
||||||
}
|
}
|
||||||
|
|
||||||
params {
|
params {
|
||||||
igenomesIgnore = true
|
igenomesIgnore = false
|
||||||
|
igenomes_base = '/beegfs/work/igenomes'
|
||||||
max_memory = 128.GB
|
max_memory = 128.GB
|
||||||
max_cpus = 28
|
max_cpus = 28
|
||||||
max_time = 48.h
|
max_time = 48.h
|
||||||
|
|
|
@ -16,7 +16,8 @@ process {
|
||||||
}
|
}
|
||||||
|
|
||||||
params {
|
params {
|
||||||
igenomesIgnore = true
|
igenomesIgnore = false
|
||||||
|
igenomes_base = '/sfs/7/igenomes'
|
||||||
max_memory = 60.GB
|
max_memory = 60.GB
|
||||||
max_cpus = 20
|
max_cpus = 20
|
||||||
max_time = 140.h
|
max_time = 140.h
|
||||||
|
|
Loading…
Reference in a new issue