DataHarmonizer icon indicating copy to clipboard operation
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...

Results 44 DataHarmonizer issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

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...

bug

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...

enhancement

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...

enhancement

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....

wip
beta

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-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...