1
0
Fork 0
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:
Alexander Peltzer 2019-01-07 12:14:04 +01:00
parent 325dfe3968
commit d4ea56aaae

View file

@ -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'
}