mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-13 05:03:10 +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 @@
|
|||
/*
|
||||
* -------------------------------------------------
|
||||
* University of Cape Town HEX cluster config file
|
||||
* -------------------------------------------------
|
||||
* http://hpc.uct.ac.za/index.php/hex-3/
|
||||
*/
|
||||
//Profile config names for nf-core/configs
|
||||
params {
|
||||
config_profile_name = 'uct_hex'
|
||||
config_profile_description = 'University of Cape Town HEX cluster config file provided by nf-core/configs.'
|
||||
config_profile_contact = 'Katie Lennard (@kviljoen)'
|
||||
config_profile_url = 'http://hpc.uct.ac.za/index.php/hex-3/'
|
||||
}
|
||||
|
||||
singularity {
|
||||
enabled = true
|
||||
|
@ -22,6 +23,3 @@ executor{
|
|||
jobName = { "$task.tag" }
|
||||
}
|
||||
|
||||
params {
|
||||
igenomes_base = '/scratch/DB/bio/rna-seq/references'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue