mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 16:29:55 +00:00
Add microbiome screening profile for NT sized MALT runs for nf-core/eager@SHH
This commit is contained in:
parent
de9f5ab560
commit
c3fa87e4bc
1 changed files with 12 additions and 0 deletions
|
@ -65,6 +65,18 @@ process {
|
||||||
}
|
}
|
||||||
|
|
||||||
profiles {
|
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.
|
// IMPORTANT this profile is not reproducible due to hardcoded paths. For initial/automated screening ONLY.
|
||||||
hops {
|
hops {
|
||||||
params {
|
params {
|
||||||
|
|
Loading…
Reference in a new issue