Skip to content

Commit

Permalink
Merge pull request #162 from Public-Health-Bioinformatics/cancogen-vo…
Browse files Browse the repository at this point in the history
…cab-2

vocabulary update
  • Loading branch information
ddooley authored Mar 17, 2021
2 parents e2a3270 + cc50706 commit 9e1a162
Show file tree
Hide file tree
Showing 6 changed files with 2,993 additions and 3,260 deletions.
61 changes: 48 additions & 13 deletions template/canada_covid19/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,11 @@ var DATA = [
"field": "GISAID Accession (if known)"
}
],
"NML_LIMS": [
{
"field": "GISAID Accession ID"
}
],
"BIOSAMPLE": [
{
"field": "GISAID_accession"
Expand Down Expand Up @@ -3870,6 +3875,11 @@ var DATA = [
{
"field": "Age Units"
}
],
"NML_LIMS": [
{
"field": "PH_AGE_UNIT"
}
]
},
"schema:ItemList": {
Expand Down Expand Up @@ -5811,13 +5821,6 @@ var DATA = [
"description": "Whether there was prior SARS-CoV-2 treatment with an antiviral agent.",
"guidance": "If known, provide infromation about whether the individual had a previous SARS-CoV-2 antiviral treatment. Select a value from the pick list.",
"examples": "No prior antiviral treatment",
"exportField": {
"CNPHI": [
{
"field": "prior_SARS-CoV-2_antiviral_treatment"
}
]
},
"schema:ItemList": {
"Prior antivrial treatment": {},
"No prior antivrial treatment": {},
Expand Down Expand Up @@ -5882,6 +5885,11 @@ var DATA = [
"field": "Reason for Sequencing"
}
],
"NML_LIMS": [
{
"field": "PH_REASON_FOR_SEQUENCING"
}
],
"BIOSAMPLE": [
{
"field": "purpose_of_sequencing"
Expand Down Expand Up @@ -5946,6 +5954,11 @@ var DATA = [
{
"field": "Details on the Reason for Sequencing"
}
],
"NML_LIMS": [
{
"field": "PH_REASON_FOR_SEQUENCING_DETAILS"
}
]
}
},
Expand Down Expand Up @@ -6054,6 +6067,11 @@ var DATA = [
{
"field": "Sequencing Instrument"
}
],
"NML_LIMS": [
{
"field": "ANALYSIS"
}
]
},
"schema:ItemList": {
Expand Down Expand Up @@ -6152,11 +6170,6 @@ var DATA = [
{
"field": "Sequencing Protocol Name"
}
],
"NML_LIMS": [
{
"field": "PH_TESTING_PROTOCOL"
}
]
}
},
Expand All @@ -6172,7 +6185,14 @@ var DATA = [
"requirement": "",
"description": "The protocol used to generate the sequence.",
"guidance": "Provide a free text description of the methods and materials used to generate the sequence. Suggested text, fill in information where indicated.: \"Viral sequencing was performed following a tiling amplicon strategy using the <fill in> primer scheme. Sequencing was performed using a <fill in> sequencing instrument. Libraries were prepared using <fill in> library kit. \"",
"examples": "Genomes were generated through amplicon sequencing of 1200 bp amplicons with Freed schema primers. Libraries were created using Illumina DNA Prep kits, and sequence data was produced using Miseq Micro v2 (500 cycles) sequencing kits."
"examples": "Genomes were generated through amplicon sequencing of 1200 bp amplicons with Freed schema primers. Libraries were created using Illumina DNA Prep kits, and sequence data was produced using Miseq Micro v2 (500 cycles) sequencing kits.",
"exportField": {
"NML_LIMS": [
{
"field": "PH_TESTING_PROTOCOL"
}
]
}
},
{
"fieldName": "sequencing kit number",
Expand Down Expand Up @@ -6295,6 +6315,11 @@ var DATA = [
{
"field": "consensus sequence"
}
],
"NML_LIMS": [
{
"field": "Consensus Sequence Method Name"
}
]
}
},
Expand All @@ -6316,6 +6341,11 @@ var DATA = [
{
"field": "consensus sequence"
}
],
"NML_LIMS": [
{
"field": "Consensus Sequence Method Version Name"
}
]
}
},
Expand Down Expand Up @@ -6953,6 +6983,11 @@ var DATA = [
{
"field": "Authors"
}
],
"NML_LIMS": [
{
"field": "PH_CANCOGEN_AUTHORS"
}
]
}
},
Expand Down
Loading

0 comments on commit 9e1a162

Please sign in to comment.