1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 08:29:54 +00:00

Add microbiome screening profile for NT sized MALT runs for nf-core/eager@SHH

This commit is contained in:
James A. Fellows Yates 2020-08-11 09:18:36 +02:00 committed by GitHub
parent de9f5ab560
commit c3fa87e4bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,6 +65,18 @@ process {
}
profiles {
microbiome_screening {
process {
// Assuming NCBI NT-sized DB
withName: malt {
maxRetries = 1
memory = 1900.GB
cpus = 112
time = 1440.h
queue = 'supercruncher'
}
}
}
// IMPORTANT this profile is not reproducible due to hardcoded paths. For initial/automated screening ONLY.
hops {
params {