Skip to content

Harmonize percentage intervals #13

Description

@ukf-metzgepa

Please harmonize the required intervals for percentages across the specifications. Currently it is either [0,1] or [0,100].
e.g.:
"targetedRegionsAboveMinCoverage":{ "type":"number", "description":"Fraction of targeted regions that are above minimum coverage", "minimum":0, "maximum":1 },

"percentBasesAboveQualityThreshold":{ "type":"object", "description":"Percentage of bases with a specified minimum quality threshold, according to https://www.bfarm.de/SharedDocs/Downloads/DE/Forschung/modellvorhaben-genomsequenzierung/Qs-durch-GRZ.pdf?__blob=publicationFile", "properties":{ "minimumQuality":{ "type":"number", "description":"The minimum quality score threshold", "minimum":0 }, "percent":{ "type":"number", "description":"Percentage of bases that meet or exceed the minimum quality score", "minimum":0, "maximum":100 } }, "required":[ "minimumQuality", "percent" ] },

Additionally, the description of the element targetedRegionsAboveMinCoverage in the document: Technische Spezifikation des Datensatzes is not correct.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions