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

Library gen update #100

Merged
merged 3 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all 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 .github/workflows/bican_biolink_edit.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: generating other formats
name: bican biolink edit

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion linkml-schema/source_library_generation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- Metadata from [Google Sheet](https://docs.google.com/spreadsheets/d/11OcQz1Vk3ofny3Ql7wN-XlHkZwub-hojt-fO094SxiI/edit?usp=sharing)
- All the sheets will be saved as tsv files in `gsheet_output`
- Current Google Sheet version saved at: `September 30, 9:04 PM`
- Current Google Sheet version saved at: `November 22, 4:41 PM`
- The generated LinkML schema will be saved in `bkbit/models/library_generation_model.yaml`
- Additional information:
- currently using `no-inlined` due to some issues with pydantic generation
Expand Down
1 change: 1 addition & 0 deletions tests/test_generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@


@pytest.mark.parametrize("model", MODEL_LISTS)
@pytest.mark.xfail(reason="lack of support for curie in python generator, see issue #2436")
def test_python_generators(model):
model_python = PythonGenerator(str(model)).serialize()

Loading