-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathconfig.yaml
More file actions
23 lines (18 loc) · 762 Bytes
/
Copy pathconfig.yaml
File metadata and controls
23 lines (18 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# This file should contain everything to configure the workflow on a global scale.
# In case of sample based data, it should be complemented by a samples.tsv file that contains
# one row per sample. It can be parsed easily via pandas.
sampletable: "samples.tsv"
threads: 4
truncLen:
- 150
- 120
maxEE:
- 2
- 2
truncQ: 2
learn_nbases: 100e6
chimera_method: "consensus"
max_length_variation: 7 # how many nucleotide can a sequence be longer or shorter than the mode sequence length
idtaxa_dbs: # can be downloaded from http://www2.decipher.codes/Downloads.html
# Silva: "/Users/silas/Desktop/Sequencing_Data/16S/TaxonmyDBs/SILVA_SSU_r132_March2018.RData"
# GTDB: "/Users/silas/Desktop/WarmMicrobiota/TaxonmyDBs/GTDB_r86-mod_September2018.RData"