Skip to content

Commit

Permalink
CNPHI Laser dropping provenance column
Browse files Browse the repository at this point in the history
  • Loading branch information
Damion Dooley committed Nov 10, 2020
1 parent 599c30c commit 42bb495
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion script/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* main.html?template=test_template
*
*/
const VERSION = '0.13.4'; //Version 0.13.4
const VERSION = '0.13.5';
const TEMPLATES = {
'CanCOGeN Covid-19': {'folder': 'canada_covid19', 'status': 'published'},
'PHAC Dexa (ALPHA)': {'folder': 'phac_dexa', 'status': 'draft'},
Expand Down
5 changes: 0 additions & 5 deletions template/canada_covid19/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -3519,11 +3519,6 @@ var DATA = [
{
"field": "DataHarmonizer provenance"
}
],
"CNPHI": [
{
"field": "DataHarmonizer provenance"
}
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion template/canada_covid19/data.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Risk Factor: A variable associated with an increased risk of disease or infectio
Pathogen diagnostic testing diagnostic pcr Ct value 2 xs:token The Ct value result from a diagnostic SARS-CoV-2 RT-PCR test. Provide the CT value of the sample from the second diagnostic RT-PCR test. 36 Gene Target #2 CT Value
Contributor acknowledgement
Contributor acknowledgement authors xs:token recommended Names of individuals contributing to the processes of sample collection, sequence generation, analysis, and data submission. Include the first and last names of all individuals that should be attributed, separated by a comma. Tejinder Singh, Fei Hu, Joe Blogs Authors
Contributor acknowledgement DataHarmonizer provenance provenance DataHarmonizer provenance DataHarmonizer provenance
Contributor acknowledgement DataHarmonizer provenance provenance DataHarmonizer provenance


umbrella bioproject accession PRJNA623807
Expand Down
2 changes: 1 addition & 1 deletion template/canada_covid19/export.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ var exportLASER = (baseName, hot, data, xlsx, fileType) => {
['Gene Target #1 CT Value',[]],
['Gene Target #2',[]],
['Gene Target #2 CT Value',[]],
['DataHarmonizer provenance',[]]
//['DataHarmonizer provenance',[]]
]);

const sourceFields = getFields(data);
Expand Down

0 comments on commit 42bb495

Please sign in to comment.