1
0
Fork 0
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:
Alexander Peltzer 2020-07-23 16:09:28 +02:00 committed by GitHub
commit 11f6107922
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {