You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GENEPIO and OMIT aren't defined as prefixes yet. That's an error condition but it isn't super visible in the standard build process. We haven't used them before (although GENEPIO appears in an un-checked example in the mixs.yaml file). We should be conservative about adding new namespaces to the schema, especially if they aren't clearly authorities on the concepts being addressed.
Examples:
members_id:
range: stringmultivalued: truedescription: Names of the contigs that make up a metagenome-assembled genome.close_mappings:
- GENEPIO:0100596
and
num_5s:
description: Number of 5s seqeuences detected, a subunit of ribosomes.range: integerminimum_value: 0broad_mappings:
- OMIT:0013248
The text was updated successfully, but these errors were encountered:
The final two lines caught my eye. I think they are what @turbomam was referring to when he said this error currently "isn't super visible in the standard build process."
Thanks for providing these mappings, @aculm.
GENEPIO
andOMIT
aren't defined as prefixes yet. That's an error condition but it isn't super visible in the standard build process. We haven't used them before (although GENEPIO appears in an un-checked example in the mixs.yaml file). We should be conservative about adding new namespaces to the schema, especially if they aren't clearly authorities on the concepts being addressed.Examples:
and
The text was updated successfully, but these errors were encountered: