-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathconfig.yaml
More file actions
72 lines (62 loc) · 1.56 KB
/
config.yaml
File metadata and controls
72 lines (62 loc) · 1.56 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
reference: "defaults/reference.fasta"
genome_annotation: "defaults/genome_annotation.gff3"
genbank_reference: "defaults/reference.gb"
exclude: "defaults/exclude.txt"
clades: "defaults/clades.tsv"
lat_longs: "defaults/lat_longs.tsv"
color_ordering: "defaults/color_ordering.tsv"
color_scheme: "defaults/color_schemes.tsv"
auspice_config: "defaults/hmpxv1_big/auspice_config.json"
description: "defaults/description.md"
tree_mask: "defaults/tree_mask.tsv"
# Use `accession` as the ID column since `strain` currently contains duplicates¹.
# ¹ https://github.com/nextstrain/mpox/issues/33
strain_id_field: "accession"
build_name: "hmpxv1_big"
auspice_name: "mpox_lineage-B.1"
filter:
min_date: 2022
min_length: 180000
query: "(QC_rare_mutations == 'good' | QC_rare_mutations == 'mediocre')"
subsample:
samples:
b1:
group_by:
- year
- month
- country
max_sequences: 5000
exclude_where:
- outbreak!=hMPXV-1
- clade!=IIb
- lineage=A
- lineage=A.1
- lineage=A.1.1
- lineage=A.2
- lineage=A.2.1
- lineage=A.2.2
- lineage=A.2.3
- lineage=A.3
include:
- defaults/hmpxv1_big/include.txt
## align
max_indel: 10000
seed_spacing: 1000
## treefix
fix_tree: true
treefix_root: "OP890401"
## refine
timetree: true
root: "OP890401"
clock_rate: 5.7e-5
clock_std_dev: 2e-5
divergence_units: "mutations"
traits:
columns: []
sampling_bias_correction: 3
## recency
recency: true
mask:
from_beginning: 800
from_end: 6422
maskfile: "defaults/mask.bed"