-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
genes are always colored if they are present in the metadata #67
- Loading branch information
1 parent
58bbb49
commit b6d96bd
Showing
7 changed files
with
30 additions
and
62 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,14 @@ | ||
[ | ||
{ | ||
"Accession": "NC_045512.2", | ||
"Release_Date": "2020-01-13T00:00:00Z", | ||
"Species": "Severe acute respiratory syndrome-related coronavirus", | ||
"Length": 29903, | ||
"Geo_Location": "China", | ||
"Host": "Homo sapiens", | ||
"Isolation_Source": "", | ||
"Collection_Date": "2019-12", | ||
"GenBank_Title": "Severe acute respiratory syndrome coronavirus 2 isolate Wuhan-Hu-1, complete genome" | ||
"Info": "InfoGene A" | ||
}, | ||
{ | ||
"Accession": "MT534320.1", | ||
"Release_Date": "2020-03-17T00:00:00Z", | ||
"Species": "Severe acute respiratory syndrome-related coronavirus", | ||
"Length": 29611, | ||
"Geo_Location": "Spain", | ||
"Host": "Homo sapiens", | ||
"Isolation_Source": "oronasopharynx", | ||
"Collection_Date": "2020-03-08", | ||
"GenBank_Title": "Severe acute respiratory syndrome coronavirus 2 isolate SARS-CoV-2/Valencia001/human/2020/ESP, partial genome" | ||
"Info": "InfoGene B" | ||
}, | ||
{ | ||
"Accession": "MT534314.1", | ||
"Release_Date": "2020-03-17T00:00:00Z", | ||
"Species": "Severe acute respiratory syndrome-related coronavirus", | ||
"Length": 29611, | ||
"Geo_Location": "Italy", | ||
"Host": "Homo sapiens", | ||
"Isolation_Source": "oronasopharynx", | ||
"Collection_Date": "2020-03-04", | ||
"GenBank_Title": "Severe acute respiratory syndrome coronavirus 2 isolate SARS-CoV-2/Valencia002/human/2020/ESP, partial genome" | ||
"Info": "InfoGene C" | ||
} | ||
] |
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
b6d96bd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#77