mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-14 13:43:09 +00:00
Add Mendel
This commit is contained in:
parent
078272745a
commit
6ae7d02b14
1 changed files with 16 additions and 0 deletions
|
@ -1,9 +1,20 @@
|
||||||
|
/*
|
||||||
|
* -------------------------------------------------------------
|
||||||
|
* Name: CFC
|
||||||
|
* Description: MENDEL cluster profile provided by nf-core/configs
|
||||||
|
* Contact person: Philipp H (@phue)
|
||||||
|
* URL: http://www.gmi.oeaw.ac.at/
|
||||||
|
* -------------------------------------------------------------
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* --------------------------------------------------------------------------------------
|
* --------------------------------------------------------------------------------------
|
||||||
* Nextflow config file for the MENDEL cluster at the Gregor Mendel Institute in Vienna
|
* Nextflow config file for the MENDEL cluster at the Gregor Mendel Institute in Vienna
|
||||||
* -------------------------------------------------------------------------------------
|
* -------------------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
phue
|
||||||
|
|
||||||
singularity {
|
singularity {
|
||||||
enabled = true
|
enabled = true
|
||||||
}
|
}
|
||||||
|
@ -17,4 +28,9 @@ process {
|
||||||
params {
|
params {
|
||||||
max_time = 192.h
|
max_time = 192.h
|
||||||
igenomesIgnore = true
|
igenomesIgnore = true
|
||||||
|
|
||||||
|
config_profile_name = 'MENDEL'
|
||||||
|
config_profile_description = 'MENDEL cluster profile provided by nf-core/configs'
|
||||||
|
config_profile_contact = 'Philipp H (@phue)'
|
||||||
|
config_profile_url = 'http://www.gmi.oeaw.ac.at/'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue