Skip to content

Commit 42bb495

Browse files
author
Damion Dooley
committed
CNPHI Laser dropping provenance column
1 parent 599c30c commit 42bb495

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

script/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* main.html?template=test_template
1212
*
1313
*/
14-
const VERSION = '0.13.4'; //Version 0.13.4
14+
const VERSION = '0.13.5';
1515
const TEMPLATES = {
1616
'CanCOGeN Covid-19': {'folder': 'canada_covid19', 'status': 'published'},
1717
'PHAC Dexa (ALPHA)': {'folder': 'phac_dexa', 'status': 'draft'},

template/canada_covid19/data.js

-5
Original file line numberDiff line numberDiff line change
@@ -3519,11 +3519,6 @@ var DATA = [
35193519
{
35203520
"field": "DataHarmonizer provenance"
35213521
}
3522-
],
3523-
"CNPHI": [
3524-
{
3525-
"field": "DataHarmonizer provenance"
3526-
}
35273522
]
35283523
}
35293524
}

template/canada_covid19/data.tsv

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Risk Factor: A variable associated with an increased risk of disease or infectio
121121
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
122122
Contributor acknowledgement
123123
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
124-
Contributor acknowledgement DataHarmonizer provenance provenance DataHarmonizer provenance DataHarmonizer provenance
124+
Contributor acknowledgement DataHarmonizer provenance provenance DataHarmonizer provenance
125125

126126

127127
umbrella bioproject accession PRJNA623807

template/canada_covid19/export.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ var exportLASER = (baseName, hot, data, xlsx, fileType) => {
176176
['Gene Target #1 CT Value',[]],
177177
['Gene Target #2',[]],
178178
['Gene Target #2 CT Value',[]],
179-
['DataHarmonizer provenance',[]]
179+
//['DataHarmonizer provenance',[]]
180180
]);
181181

182182
const sourceFields = getFields(data);

0 commit comments

Comments
 (0)