-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4525438
commit 04f527d
Showing
11 changed files
with
272 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
{ | ||
"title": "Real-time tracking of influenza A/H7Nx evolution", | ||
"maintainers": [ | ||
{"name": "James Hadfield"}, | ||
{"name": "Nextstrain"} | ||
], | ||
"build_url": "https://github.com/nextstrain/avian-flu", | ||
"data_provenance": [ | ||
{ | ||
"name": "GISAID" | ||
} | ||
], | ||
"colorings": [ | ||
{ | ||
"key": "gt", | ||
"title": "Genotype", | ||
"type": "categorical" | ||
}, | ||
{ | ||
"key": "num_date", | ||
"title": "Date", | ||
"type": "continuous" | ||
}, | ||
{ | ||
"key": "date", | ||
"title": "Date", | ||
"type": "temporal" | ||
}, | ||
{ | ||
"key": "pathogenicity", | ||
"title": "Pathogenicity", | ||
"type": "categorical" | ||
}, | ||
{ | ||
"key": "subtype", | ||
"title": "subtype", | ||
"type": "categorical" | ||
}, | ||
{ | ||
"key": "region", | ||
"title": "Region", | ||
"type": "categorical" | ||
}, | ||
{ | ||
"key": "country", | ||
"title": "Country", | ||
"type": "categorical" | ||
}, | ||
{ | ||
"key": "division", | ||
"title": "Admin Division", | ||
"type": "categorical" | ||
}, | ||
{ | ||
"key": "host", | ||
"title": "Host", | ||
"type": "categorical" | ||
}, | ||
{ | ||
"key": "furin_cleavage_motif", | ||
"title": "Furin Cleavage Motif", | ||
"type": "categorical" | ||
}, | ||
{ | ||
"key": "cleavage_site_sequence", | ||
"title": "Cleavage Site Sequence", | ||
"type": "categorical" | ||
}, | ||
{ | ||
"key": "originating_lab", | ||
"title": "Originating Lab", | ||
"type": "categorical" | ||
}, | ||
{ | ||
"key": "submitting_lab", | ||
"title": "Submitting Lab", | ||
"type": "categorical" | ||
} | ||
], | ||
"geo_resolutions": [ | ||
"region", | ||
"country", | ||
"division" | ||
], | ||
"display_defaults": { | ||
"map_triplicate": true, | ||
"color_by": "pathogenicity", | ||
"geo_resolution": "region" | ||
}, | ||
"filters": [ | ||
"host", | ||
"country", | ||
"division", | ||
"originating_lab", | ||
"submitting_lab" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
A/duck/Chiba/13/200 | ||
|
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
{ | ||
"title": "Real-time tracking of influenza A/HxN6 evolution", | ||
"maintainers": [ | ||
{"name": "James Hadfield"}, | ||
{"name": "Nextstrain"} | ||
], | ||
"build_url": "https://github.com/nextstrain/avian-flu", | ||
"data_provenance": [ | ||
{ | ||
"name": "GISAID" | ||
} | ||
], | ||
"colorings": [ | ||
{ | ||
"key": "gt", | ||
"title": "Genotype", | ||
"type": "categorical" | ||
}, | ||
{ | ||
"key": "num_date", | ||
"title": "Date", | ||
"type": "continuous" | ||
}, | ||
{ | ||
"key": "date", | ||
"title": "Date", | ||
"type": "temporal" | ||
}, | ||
{ | ||
"key": "pathogenicity", | ||
"title": "Pathogenicity", | ||
"type": "categorical" | ||
}, | ||
{ | ||
"key": "subtype", | ||
"title": "subtype", | ||
"type": "categorical" | ||
}, | ||
{ | ||
"key": "region", | ||
"title": "Region", | ||
"type": "categorical" | ||
}, | ||
{ | ||
"key": "country", | ||
"title": "Country", | ||
"type": "categorical" | ||
}, | ||
{ | ||
"key": "division", | ||
"title": "Admin Division", | ||
"type": "categorical" | ||
}, | ||
{ | ||
"key": "host", | ||
"title": "Host", | ||
"type": "categorical" | ||
}, | ||
{ | ||
"key": "furin_cleavage_motif", | ||
"title": "Furin Cleavage Motif", | ||
"type": "categorical" | ||
}, | ||
{ | ||
"key": "cleavage_site_sequence", | ||
"title": "Cleavage Site Sequence", | ||
"type": "categorical" | ||
}, | ||
{ | ||
"key": "originating_lab", | ||
"title": "Originating Lab", | ||
"type": "categorical" | ||
}, | ||
{ | ||
"key": "submitting_lab", | ||
"title": "Submitting Lab", | ||
"type": "categorical" | ||
} | ||
], | ||
"geo_resolutions": [ | ||
"region", | ||
"country", | ||
"division" | ||
], | ||
"display_defaults": { | ||
"map_triplicate": true, | ||
"color_by": "pathogenicity", | ||
"geo_resolution": "region" | ||
}, | ||
"filters": [ | ||
"host", | ||
"country", | ||
"division", | ||
"originating_lab", | ||
"submitting_lab" | ||
] | ||
} |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
inputs: | ||
- name: gisaid | ||
metadata: ingest/fauna/results/metadata.tsv | ||
sequences: ingest/fauna/results/sequences_{segment}.fasta | ||
|
||
builds: | ||
- subtype: | ||
- h7nx | ||
- hxn6 | ||
segment: | ||
# - pb2 | ||
# - pb1 | ||
# - pa | ||
# - ha | ||
# - np | ||
# - na | ||
# - mp | ||
- ns | ||
time: all-time | ||
|
||
## HACK! FIXME XXX | ||
auspice_config: config/{subtype}/auspice_config.json | ||
reference: config/h7n9/reference_h7n9_{segment}.gb | ||
colors: config/h7n6/colors_h7n6.tsv | ||
lat_longs: config/h7n9/lat_longs_h7n9.tsv | ||
include_strains: config/{subtype}/include_strains.txt | ||
dropped_strains: config/{subtype}/dropped_strains.txt | ||
clades_file: clade-labeling/{subtype}-clades.tsv # TODO XXX -- should drop this! But I think it's required. BUG. | ||
description: config/description_gisaid.md | ||
|
||
### TODO | ||
# fix the clock? | ||
|
||
subtype_lookup: | ||
h7nx: ['h7n1', 'h7n2', 'h7n3', 'h7n4', 'h7n5', 'h7n6', 'h7n7', 'h7n8', 'h7n9', 'h7n10', 'h7n11'] | ||
hxn6: ['h1n6', 'h2n6', 'h3n6', 'h4n6', 'h5n6', 'h6n6', 'h7n6', 'h8n6', 'h9n6', 'h10n6', 'h11n6', 'h12n6', 'h13n6', 'h14n6', 'h15n6', 'h16n6', 'h17n6', 'h18n6'] | ||
|
||
filter: | ||
target_sequences_per_tree: 10_000 # FIXME XXX - there's circa 7k sequences so we can build em all | ||
min_date: | ||
"h7nx/*/all-time": 1900 | ||
"hxn6/*/all-time": 1900 | ||
min_length: | ||
"hxn6/ns/*": 600 # NZ sequence is short here... | ||
"h7nx/ns/*": 600 # NZ sequence is short here... | ||
group_by: | ||
"h7nx/*/*": subtype | ||
"hxn6/*/*": subtype | ||
exclude_where: | ||
host=laboratoryderived # can't use an empty string... | ||
|
||
refine: | ||
timetree: | ||
"h7nx/*/*": false | ||
"hxn6/*/*": false | ||
root: | ||
"h7nx/*/*": mid_point | ||
"hxn6/*/*": mid_point | ||
# clock_filter_iqd: | ||
# "h7nx/*/*": "" | ||
traits: | ||
columns: | ||
"h7nx/*/*": region | ||
"hxn6/*/*": region |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters