-
Notifications
You must be signed in to change notification settings - Fork 4
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
Showing
9 changed files
with
316 additions
and
16 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
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,136 @@ | ||
[ | ||
{ | ||
"assemblyCount": 6911, | ||
"ncbiTaxonomyId": "10244", | ||
"tags": [ | ||
"Virus" | ||
], | ||
"taxon": "Monkeypox virus" | ||
}, | ||
{ | ||
"assemblyCount": 7823, | ||
"ncbiTaxonomyId": "1773", | ||
"tags": [ | ||
"Bact" | ||
], | ||
"taxon": "Mycobacterium tuberculosis" | ||
}, | ||
{ | ||
"assemblyCount": 13, | ||
"ncbiTaxonomyId": "199306", | ||
"tags": [ | ||
"VEuPathDb" | ||
], | ||
"taxon": "Coccidioides posadasii" | ||
}, | ||
{ | ||
"assemblyCount": 92, | ||
"ncbiTaxonomyId": "2697049", | ||
"tags": [ | ||
"Virus" | ||
], | ||
"taxon": "Severe acute respiratory syndrome coronavirus 2" | ||
}, | ||
{ | ||
"assemblyCount": 5, | ||
"ncbiTaxonomyId": "5501", | ||
"tags": [], | ||
"taxon": "Coccidioides immitis" | ||
}, | ||
{ | ||
"assemblyCount": 11, | ||
"ncbiTaxonomyId": "5660", | ||
"tags": [ | ||
"VEuPathDb" | ||
], | ||
"taxon": "Leishmania braziliensis" | ||
}, | ||
{ | ||
"assemblyCount": 12, | ||
"ncbiTaxonomyId": "5661", | ||
"tags": [ | ||
"VEuPathDb" | ||
], | ||
"taxon": "Leishmania donovani" | ||
}, | ||
{ | ||
"assemblyCount": 7, | ||
"ncbiTaxonomyId": "5664", | ||
"tags": [ | ||
"VEuPathDb" | ||
], | ||
"taxon": "Leishmania major" | ||
}, | ||
{ | ||
"assemblyCount": 5, | ||
"ncbiTaxonomyId": "5691", | ||
"tags": [ | ||
"VEuPathDb" | ||
], | ||
"taxon": "Trypanosoma brucei" | ||
}, | ||
{ | ||
"assemblyCount": 44, | ||
"ncbiTaxonomyId": "5693", | ||
"tags": [ | ||
"VEuPathDb" | ||
], | ||
"taxon": "Trypanosoma cruzi" | ||
}, | ||
{ | ||
"assemblyCount": 29, | ||
"ncbiTaxonomyId": "5811", | ||
"tags": [ | ||
"VEuPathDb" | ||
], | ||
"taxon": "Toxoplasma gondii" | ||
}, | ||
{ | ||
"assemblyCount": 67, | ||
"ncbiTaxonomyId": "5833", | ||
"tags": [ | ||
"VEuPathDb" | ||
], | ||
"taxon": "Plasmodium falciparum" | ||
}, | ||
{ | ||
"assemblyCount": 19, | ||
"ncbiTaxonomyId": "5855", | ||
"tags": [ | ||
"VEuPathDb" | ||
], | ||
"taxon": "Plasmodium vivax" | ||
}, | ||
{ | ||
"assemblyCount": 10, | ||
"ncbiTaxonomyId": "5860", | ||
"tags": [ | ||
"VEuPathDb" | ||
], | ||
"taxon": "Plasmodium vinckei" | ||
}, | ||
{ | ||
"assemblyCount": 15, | ||
"ncbiTaxonomyId": "5861", | ||
"tags": [ | ||
"VEuPathDb" | ||
], | ||
"taxon": "Plasmodium yoelii" | ||
}, | ||
{ | ||
"assemblyCount": 7, | ||
"ncbiTaxonomyId": "7165", | ||
"tags": [ | ||
"VEuPathDb" | ||
], | ||
"taxon": "Anopheles gambiae" | ||
}, | ||
{ | ||
"assemblyCount": 5, | ||
"ncbiTaxonomyId": "7175", | ||
"tags": [ | ||
"VEuPathDb" | ||
], | ||
"taxon": "Culex pipiens" | ||
} | ||
] |
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
export const ROUTES = { | ||
ABOUT: "/about", | ||
GENOMES: "/data/genomes", | ||
ORGANISMS: "/data/organisms", | ||
ROADMAP: "/roadmap", | ||
}; |
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
Oops, something went wrong.