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

View file

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