mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
15 lines
364 B
Text
15 lines
364 B
Text
|
//Profile config names for nf-core/configs
|
||
|
params {
|
||
|
config_profile_description = 'Centre for Genomic Regulation (CRG) cluster profile provided by nf-core/configs'
|
||
|
config_profile_contact = 'Athanasios Baltzis (@athbaltzis)'
|
||
|
config_profile_url = 'http://www.linux.crg.es/index.php/Main_Page'
|
||
|
}
|
||
|
|
||
|
process {
|
||
|
executor = 'crg'
|
||
|
}
|
||
|
|
||
|
singularity {
|
||
|
enabled = true
|
||
|
}
|