Skip to content

Commit

Permalink
Convert auspice_config.json to LF line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
joverlee521 committed Aug 26, 2024
1 parent 334eebb commit 418327a
Showing 1 changed file with 56 additions and 56 deletions.
112 changes: 56 additions & 56 deletions phylogenetic/defaults/auspice_config.json
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
{
"title": "Real-time tracking of Zika virus evolution",
"maintainers": [
{"name": "the Nextstrain team", "url": "https://nextstrain.org/team"}
],
"data_provenance": [
{
"name": "GenBank",
"url": "https://www.ncbi.nlm.nih.gov/genbank/"
},
{
"name": "USVI",
"url": "https://github.com/blab/zika-usvi/"
}
],
"build_url": "https://github.com/nextstrain/zika",
"colorings": [
{
"key": "gt",
"title": "genotype",
"type": "categorical"
},
{
"key": "num_date",
"title": "date",
"type": "continuous"
},
{
"key": "author",
"title": "author",
"type": "categorical"
},
{
"key": "country",
"title": "country",
"type": "categorical"
},
{
"key": "region",
"title": "region",
"type": "categorical"
}
],
"geo_resolutions": [
"country",
"region"
],
"display_defaults": {
"map_triplicate": true
},
"filters": [
"country",
"region",
"author"
]
}
{
"title": "Real-time tracking of Zika virus evolution",
"maintainers": [
{"name": "the Nextstrain team", "url": "https://nextstrain.org/team"}
],
"data_provenance": [
{
"name": "GenBank",
"url": "https://www.ncbi.nlm.nih.gov/genbank/"
},
{
"name": "USVI",
"url": "https://github.com/blab/zika-usvi/"
}
],
"build_url": "https://github.com/nextstrain/zika",
"colorings": [
{
"key": "gt",
"title": "genotype",
"type": "categorical"
},
{
"key": "num_date",
"title": "date",
"type": "continuous"
},
{
"key": "author",
"title": "author",
"type": "categorical"
},
{
"key": "country",
"title": "country",
"type": "categorical"
},
{
"key": "region",
"title": "region",
"type": "categorical"
}
],
"geo_resolutions": [
"country",
"region"
],
"display_defaults": {
"map_triplicate": true
},
"filters": [
"country",
"region",
"author"
]
}

0 comments on commit 418327a

Please sign in to comment.