Skip to content

Commit

Permalink
VirusSeq tweak - drop sample_name
Browse files Browse the repository at this point in the history
  • Loading branch information
Damion Dooley committed Sep 9, 2021
1 parent bd22758 commit ebb1b72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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.14.0';
const VERSION = '0.14.1';
const VERSION_TEXT = 'DataHarmonizer provenance: v' + VERSION;
const TEMPLATES = {
'CanCOGeN Covid-19': {'folder': 'canada_covid19', 'status': 'published'},
Expand Down
1 change: 0 additions & 1 deletion template/canada_covid19/export.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ var exportVirusSeq_Portal = (baseName, hot, data, xlsx, fileType) => {

// NOTE: NULL reason fields must follow immediately after column they are about.
const ExportHeaders = new Map([
['sample_name', []], // NOT MAPPED!!!
['study_id', []], // Intentionally left blank.
['specimen collector sample ID', []],
['GISAID accession', []], // CAPITALIZATION Difference
Expand Down

0 comments on commit ebb1b72

Please sign in to comment.