1
0
Fork 0
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:
Alexander Peltzer 2019-04-18 12:21:22 +02:00 committed by GitHub
commit f699c3ad18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/"
} }