Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

slots are created when using --use-attributes #130

Closed
djarecka opened this issue Feb 6, 2024 · 0 comments · Fixed by #133
Closed

slots are created when using --use-attributes #130

djarecka opened this issue Feb 6, 2024 · 0 comments · Fixed by #133

Comments

@djarecka
Copy link
Contributor

djarecka commented Feb 6, 2024

When option --use-attributes attributes are added to the class, but the model still has all the attributes in the slots section:

slots:
  tissue sample label:
    from_schema: http://example.com/test
  amplified cDNA label:
    from_schema: http://example.com/test
  amplified cDNA amplified quantity ng:
    from_schema: http://example.com/test


classes:
  tissue sample:
    in_subset:
    - bican, library_generation
    from_schema: http://example.com/test
    is_a: material sample
    mixins:
    - prov entity
    attributes:
      tissue sample label:
        from_schema: http://example.com/test
        range: integer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant