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

Edit for packaging #199

Merged
merged 14 commits into from
Jun 7, 2022
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion about.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: sssom_schema
description: A Simple Standard for Sharing Ontology Mappings (SSSOM)
source_schema_path: sssom_schema/src/linkml/sssom_schema.yaml
source_schema_path: src/sssom_schema/schema/sssom_schema.yaml
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
[tool.poetry]
name = "sssom-schema"
version = "0.1.3"
version = "0.0.0"
description = "SSSOM is a Simple Standard for Sharing Ontology Mappings."
readme = "README.md"
authors = [
"Nicolas Matentzoglu <nicolas.matentzoglu@gmail.com>",
"Harshad Hegde <hhegde@lbl.gov>"
]
license = "MIT"
packages = [
{ include = "sssom_schema"}
]

[tool.poetry.dependencies]
python = "^3.9"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions src/sssom_schema/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .datamodel.sssom_schema import *
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ types:
typeof: uriorcurie
description: A reference to a mapped entity. This is represented internally as a string, and as a resource in RDF
base: str
uri: rdf:Resource
uri: rdfs:Resource

slots:
mirror_from:
Expand Down
183 changes: 0 additions & 183 deletions sssom_schema/project/docs/Mapping.md

This file was deleted.

31 changes: 0 additions & 31 deletions sssom_schema/project/docs/MappingRegistry.md

This file was deleted.

109 changes: 0 additions & 109 deletions sssom_schema/project/docs/MappingSet.md

This file was deleted.

39 changes: 0 additions & 39 deletions sssom_schema/project/docs/MappingSetReference.md

This file was deleted.

29 changes: 0 additions & 29 deletions sssom_schema/project/docs/author_id.md

This file was deleted.

22 changes: 0 additions & 22 deletions sssom_schema/project/docs/author_label.md

This file was deleted.

30 changes: 0 additions & 30 deletions sssom_schema/project/docs/comment.md

This file was deleted.

22 changes: 0 additions & 22 deletions sssom_schema/project/docs/confidence.md

This file was deleted.

30 changes: 0 additions & 30 deletions sssom_schema/project/docs/creator_id.md

This file was deleted.

23 changes: 0 additions & 23 deletions sssom_schema/project/docs/creator_label.md

This file was deleted.

Loading