-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnextflow.config
26 lines (21 loc) · 955 Bytes
/
nextflow.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
manifest {
name = 'nf-SearchEngine'
author = """Jose Rodríguez"""
homePage = 'https://github.com/CNIC-Proteomics/nf-SearchEngine'
description = """nf-SearchEngine is a Nextflow pipeline that executes the MSFragger search engine for the peptide identification."""
mainScript = 'main.nf'
nextflowVersion = '!>=24.04.4'
version = '0.1.3'
doi = ''
}
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Nextflow configuration
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Default config options for all modules
----------------------------------------------------------------------------------------
*/
// Load base.config by default for all pipelines
includeConfig 'conf/base.config'
// Load module config for default modules parameters.
includeConfig 'conf/modules.config'