1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 22:12:03 +00:00
nf-configs/conf/pipeline/sarek/munin.config

25 lines
646 B
Text
Raw Normal View History

// Profile config names for nf-core/configs
params {
// Specific nf-core/configs params
config_profile_contact = 'Maxime Garcia (@MaxUlysse)'
config_profile_description = 'nf-core/sarek MUNIN profile provided by nf-core/configs'
// Specific nf-core/sarek params
annotation_cache = true
pon = '/data1/PON/vcfs/BTB.PON.vcf.gz'
pon_index = '/data1/PON/vcfs/BTB.PON.vcf.gz.tbi'
snpEff_cache = '/data1/cache/snpEff/'
vep_cache = '/data1/cache/VEP/'
}
2019-11-20 15:03:27 +00:00
// Specific nf-core/sarek process configuration
process {
withLabel:sentieon {
2019-11-22 13:42:40 +00:00
if (params.sentieon) {
module = 'sentieon/201808.05'
2019-11-26 14:21:53 +00:00
container = null
2019-11-22 13:42:40 +00:00
}
2019-11-20 15:03:27 +00:00
}
}