forked from ASendellPrice/STRONG_pipeline_avon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
41 lines (33 loc) · 872 Bytes
/
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
# ------ Samples ------
samples: ['M_P0','M_P1'] # specify a list samples to use or '*' to use all samples
# ------ Resources ------
threads : 20 # single task nb threads
# ------ Assembly parameters ------
data: /path/to/input_reads # path to data folder
# ----- Annotation database -----
cog_database: /path/to/rpsblast_cog_db/Cog # COG database
# ----- Binner ------
binner: "concoct"
# ----- Binning parameters ------
concoct:
contig_size: 1000
read_length: 150
assembly:
assembler: spades
k: [77]
mem: 2000
threads: 24
# ----- BayesPaths parameters ------
bayespaths:
nb_strains: 5
nmf_runs: 1
max_giter: 1
min_orf_number_to_merge_bins: 18
min_orf_number_to_run_a_bin: 10
percent_unitigs_shared: 0.1
# ----- DESMAN parameters ------
desman:
execution: 1
nb_haplotypes: 10
nb_repeat: 5
min_cov: 1