Skip to content

Commit

Permalink
Damion gisaid (#55)
Browse files Browse the repository at this point in the history
* GISAID terms and seminal fluid fix

* GISAID + seminal fluid update

Co-authored-by: Damion Dooley <damiondooley@gmail.com>
  • Loading branch information
Damion Dooley and ddooley authored Jun 10, 2020
1 parent 10c8d6c commit e7a7d50
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions data.js
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ const DATA = [
"description": "Identifier of the specific isolate.",
"guidance": "Provide the isolate name. This identifer should be an unique, indexed, alpha-numeric ID within your laboratory. The isolate name is often the same as the specimen collector sample ID. Suggested: Isolate name should be identical to the GISAID virus name, which should be written in the format \u201chCov-19/CANADA/xxxxx/2020\u201d.",
"examples": "prov_rona_99",
"GISAID": ""
"GISAID": "Virus name"
},
{
"fieldName": "purpose of sampling",
Expand Down Expand Up @@ -636,8 +636,7 @@ const DATA = [
"Fluid (pericardial)": {},
"Fluid (pleural)": {},
"Fluid (vaginal)": {},
"Fluid (amniotic)": {},
"Fluid (seminal)": {}
"Fluid (amniotic)": {}
},
"Tissue": {},
"Not Applicable": {},
Expand Down Expand Up @@ -710,6 +709,7 @@ const DATA = [
"Sputum": {}
},
"Tear": {},
"Fluid (seminal)": {},
"Breast Milk": {},
"Not Applicable": {},
"Missing": {}
Expand Down Expand Up @@ -902,7 +902,7 @@ const DATA = [
"description": "Any processing applied to the sample during or after receiving the sample.",
"guidance": "Critical for interpreting data. Select all the applicable processes from the pick list. If virus was passaged, include information in \"lab host\", \"passage number\", and \"passage method\" fields. If none of the processes in the pick list apply, put \"not applicable\".",
"examples": "Virus passage",
"GISAID": "Passage details/history",
"GISAID": "",
"vocabulary": {
"Virus passage": {},
"RNA re-extraction (post RT-PCR)": {},
Expand Down Expand Up @@ -956,7 +956,7 @@ const DATA = [
"description": "Number of passages.",
"guidance": "Provide number of known passages. If not passaged, put \"not applicable\"",
"examples": "3",
"GISAID": ""
"GISAID": "Passage details/history"
},
{
"fieldName": "passage method",
Expand All @@ -969,7 +969,7 @@ const DATA = [
"description": "Description of how organism was passaged.",
"guidance": "Free text. Provide a very short description (<10 words). If not passaged, put \"not applicable\".",
"examples": "",
"GISAID": ""
"GISAID": "Passage details/history"
},
{
"fieldName": "biomaterial extracted",
Expand Down Expand Up @@ -1008,7 +1008,7 @@ const DATA = [
"description": "The commonly used name of the host.",
"guidance": "Common name or scientific name are required if there was a host. Both can be provided, if known. Use terms from the pick lists in the template. Common name e.g. human, bat. If the sample was environmental, put \"not applicable.",
"examples": "Human",
"GISAID": "Host",
"GISAID": "",
"vocabulary": {
"Human": {},
"Bat": {},
Expand Down Expand Up @@ -1037,7 +1037,7 @@ const DATA = [
"description": "The taxonomic, or scientific name of the host.",
"guidance": "Common name or scientific name are required if there was a host. Both can be provided, if known. Use terms from the pick lists in the template. Scientific name e.g. Homo sapiens, If the sample was environmental, put \"not applicable",
"examples": "Homo sapiens",
"GISAID": "",
"GISAID": "Host",
"vocabulary": {
"Homo sapiens": {},
"Bos taurus": {},
Expand Down Expand Up @@ -1513,7 +1513,7 @@ const DATA = [
"description": "The name and version number of the assembly method used.",
"guidance": "Provide the software name followed by the version e.g. Canu 2.0",
"examples": "Canu 2.0",
"GISAID": "Assembly method"
"GISAID": ""
},
{
"fieldName": "assembly coverage breadth",
Expand Down Expand Up @@ -1734,7 +1734,7 @@ const DATA = [
"description": "The identifer used to specify the consensus sequence.",
"guidance": "Provide the consensus sequence identifier.",
"examples": "",
"GISAID": ""
"GISAID": "Sample ID given by the submitting laboratory"
},
{
"fieldName": "consensus sequence method",
Expand All @@ -1747,7 +1747,7 @@ const DATA = [
"description": "The name and version number of the software used to produce the consensus sequence.",
"guidance": "Provide the software name followed by the version e.g. iVar 1.2",
"examples": "iVar 1.2",
"GISAID": ""
"GISAID": "Assembly method"
},
{
"fieldName": "consensus sequence filename",
Expand Down

0 comments on commit e7a7d50

Please sign in to comment.