1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00

fix(sysbio): Add nf-core params

This commit is contained in:
Edmund Miller 2021-06-17 08:32:31 -05:00
parent 41ae99d34a
commit e35c5fd1d8
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -1,3 +1,10 @@
params {
config_profile_description = 'University of Texas at Dallas HPC cluster profile provided by nf-core/configs'
config_profile_contact = 'Edmund Miller(@emiller88)'
config_profile_url = 'http://docs.oithpc.utdallas.edu/'
singularity_cache_dir = '/scratch/applied-genomics/singularity'
}
process {
withName : "STAR_ALIGN" {