DataHarmonizer
DataHarmonizer copied to clipboard
A standardized browser-based spreadsheet editor and validator that can be run offline and locally, and which includes templates for SARS-CoV-2 and Monkeypox sampling data. This project, created by the...
Integrate a feature that allows users to look-up term definitions and guidance within the application. E.g. accessible via a button or from within a drop-down menu. Could reference the "term-level...
We will be adding a format in which any categorical value, and any column header and unit, will be saveable as ontology ids rather than textual labels in tsv and...
I've noticed that if I type in 12 months into `host age` and `host age unit`, then `host age bin` will produce the correct bin (0-9), but if I paste...
Once something is selected from a pick-list, if you try to change it (say you clicked the wrong one by accident) the drop-down menu only shows your current selection, and...
Potential issue: If we insert the extra fields close to the same index they were originally, the first header row would become inaccurate. Could highlight fields to indicate the first...
Includes all of the changes of #333 and has incorporated the features of #318. Addresses the following issues: - #430 - #431 - #434 - #435 Incorporates translated CANCOGEN schema....
This is the internationalization feature that translate the interface independently from the schema. It contains a file `translations.json` for interface elements within the Toolbar, plus some documentation on how the...
For numeric validation to work, we need to have DataHarmonizer save these as integer or decimal values if they have that datatype. Often the fields/slots may also take null value...
LinkML scheme should have min/max values as integers rather than string representation of integers
linkml-validate code fails right now if schema has "1234" string numbers, rather than 1234 numbers directly, i.e. a DH schema with minimum_value: "0" maximum_value: "130" whereas this succeeds: minimum_value: 0...