-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnextflow.config
More file actions
27 lines (21 loc) · 769 Bytes
/
Copy pathnextflow.config
File metadata and controls
27 lines (21 loc) · 769 Bytes
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
26
27
params {
input = null
output_path = "pipeline_output"
tax_folder = null
db_folder = null
test_data_base = 'https://raw.githubusercontent.com/nf-core/test-datasets/modules'
modules_testdata_base_path = 'https://raw.githubusercontent.com/nf-core/test-datasets/modules/data/'
}
profiles {
codon_slurm {
includeConfig "configs/codon_slurm.config"
}
test_local {
includeConfig 'configs/test_local.config'
}
}
includeConfig 'configs/modules.config'
includeConfig 'configs/base.config'
plugins {
id 'nf-schema@2.3.0' // Validation of pipeline parameters and creation of an input channel from a sample sheet
}