mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
fix(sysbio): Leave igenomes unfinished
This commit is contained in:
parent
04d0b27e81
commit
b11f137901
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ process {
|
|||
}
|
||||
|
||||
params {
|
||||
igenomes_base = '/scratch/applied-genomics/references/iGenomes/references/'
|
||||
// TODO Need to initialize this
|
||||
// igenomes_base = '/scratch/applied-genomics/references/iGenomes/references/'
|
||||
max_memory = 90.GB
|
||||
max_cpus = 16
|
||||
max_time = 96.h
|
||||
|
|
Loading…
Reference in a new issue