mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-25 09:19:56 +00:00
Merge pull request #40 from maxibor/master
Add iGenomes basePath for SHH
This commit is contained in:
commit
f699c3ad18
1 changed files with 3 additions and 1 deletions
|
@ -20,4 +20,6 @@ params {
|
||||||
max_memory = 256.GB
|
max_memory = 256.GB
|
||||||
max_cpus = 32
|
max_cpus = 32
|
||||||
max_time = 2.h
|
max_time = 2.h
|
||||||
|
//Illumina iGenomes reference file path
|
||||||
|
igenomes_base = "/projects1/public_data/igenomes/"
|
||||||
}
|
}
|
Loading…
Reference in a new issue