mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-11 04:23:10 +00:00
Merge pull request #174 from maxibor/master
Add temporary CDAG setting for SHH config
This commit is contained in:
commit
11f6107922
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ profiles {
|
|||
params {
|
||||
config_profile_description = 'CDAG MPI-SHH profile, provided by nf-core/configs.'
|
||||
}
|
||||
// delete when CDAG will be fixed
|
||||
process {
|
||||
queue = 'long'
|
||||
}
|
||||
}
|
||||
sdag {
|
||||
params {
|
||||
|
|
Loading…
Reference in a new issue