Skip to content

Commit

Permalink
new NML export field orderings
Browse files Browse the repository at this point in the history
  • Loading branch information
Damion Dooley committed Aug 19, 2021
1 parent 8dc4a6c commit 9672d63
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion template/canada_covid19/export.js
Original file line number Diff line number Diff line change
Expand Up @@ -467,12 +467,15 @@ var exportNML_LIMS = (baseName, hot, data, xlsx, fileType) => {
['PH_EXPOSURE_DETAILS', []],
['PH_HOST_ROLE', []],
['PH_REASON_FOR_SEQUENCING',[]],
['PH_INSTRUMENT_CGN', []],

['PH_REASON_FOR_SEQUENCING_DETAILS', []],
['PH_INSTRUMENT_CGN', []],
['ANALYSIS', []],
['PH_TESTING_PROTOCOL', []],
['PH_CONSENSUS_SEQUENCE', []], // from 'Consensus Sequence Method Name' or 'consensus sequence software name'
['PH_CONSENSUS_SEQUENCE_VERSION', []], // From 'Consensus Sequence Method Version Name' or 'consensus sequence software version'
['PH_DEHOSTING_METHOD', []],
['PH_BIOINFORMATICS_PROTOCOL', []],
['PH_LINEAGE_CLADE_NAME', []],
['PH_LINEAGE_CLADE_SOFTWARE',[]],
['PH_LINEAGE_CLADE_VERSION',[]],
Expand Down

0 comments on commit 9672d63

Please sign in to comment.