mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
Update UCT_Hex profile
This commit is contained in:
parent
325dfe3968
commit
d4ea56aaae
1 changed files with 7 additions and 9 deletions
|
@ -1,9 +1,10 @@
|
||||||
/*
|
//Profile config names for nf-core/configs
|
||||||
* -------------------------------------------------
|
params {
|
||||||
* University of Cape Town HEX cluster config file
|
config_profile_name = 'uct_hex'
|
||||||
* -------------------------------------------------
|
config_profile_description = 'University of Cape Town HEX cluster config file provided by nf-core/configs.'
|
||||||
* http://hpc.uct.ac.za/index.php/hex-3/
|
config_profile_contact = 'Katie Lennard (@kviljoen)'
|
||||||
*/
|
config_profile_url = 'http://hpc.uct.ac.za/index.php/hex-3/'
|
||||||
|
}
|
||||||
|
|
||||||
singularity {
|
singularity {
|
||||||
enabled = true
|
enabled = true
|
||||||
|
@ -22,6 +23,3 @@ executor{
|
||||||
jobName = { "$task.tag" }
|
jobName = { "$task.tag" }
|
||||||
}
|
}
|
||||||
|
|
||||||
params {
|
|
||||||
igenomes_base = '/scratch/DB/bio/rna-seq/references'
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue