-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
47 lines (36 loc) · 1.02 KB
/
config.yaml
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# ASSEMBLY
## Path to directory containing metagenomic assemblies
assemblydir:
#"assembly/spades/"
## Assembly Filename (Identical for each sample)
assemblyname:
#"scaffolds.fasta"
# OUTPUT
## Path to directory to contain output results
outputdir:
#"plastiC_results/"
# MAPPING
## Do you require mapping? If true, please provide reads. If false, please provide alignment.bam.
maprequire:
False
## Path to directory containing read files (Required if maprequire = True)
readdir:
#"reads/"
## Path to directory containing mapping bam files (Required if maprequire = False)
mapbamdir:
#"reads2assembly/"
mapbamfile:
#"alignment.bam"
# PLASTID BINS
## Minimum % of bin to be plastid to retain as plastid bin
min_plastid_content:
90
# DATABASES
## Paths to CAT database & taxonomy
catdbdir:
#"databases/CAT_prepare_20210107/2021-01-07_CAT_database/"
cattaxdir:
#"databases/CAT_prepare_20210107/2021-01-07_taxonomy/"
## Path to Uniref Diamond DB
unirefdb:
#"databases/uniref100.KO.1.dmnd"