mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-13 05:03:10 +00:00
commit
4ac14cd6aa
2 changed files with 3 additions and 4 deletions
|
@ -5,6 +5,7 @@ params {
|
|||
config_profile_contact = 'Alexander Peltzer (@apeltzer)'
|
||||
config_profile_url = 'https://www.bwhpc-c5.de/wiki/index.php/Category:BwForCluster_BinAC'
|
||||
}
|
||||
|
||||
singularity {
|
||||
enabled = true
|
||||
}
|
||||
|
@ -16,8 +17,7 @@ process {
|
|||
}
|
||||
|
||||
params {
|
||||
igenomesIgnore = false
|
||||
igenomes_base = '/beegfs/work/igenomes'
|
||||
igenomes_base = '/nfsmounts/igenomes'
|
||||
max_memory = 128.GB
|
||||
max_cpus = 28
|
||||
max_time = 48.h
|
||||
|
|
|
@ -16,8 +16,7 @@ process {
|
|||
}
|
||||
|
||||
params {
|
||||
igenomesIgnore = false
|
||||
igenomes_base = '/sfs/7/igenomes'
|
||||
igenomes_base = '/nfsmounts/igenomes'
|
||||
max_memory = 60.GB
|
||||
max_cpus = 20
|
||||
max_time = 140.h
|
||||
|
|
Loading…
Reference in a new issue