Translating NWB schema language to linkml
Find a file
sneakers-the-rat 6bbf56d1a0 Make all maps exclusive
Track dependencies in build results and dont try and complete model if dependencies not alreay completed (ie. need multiple passes to complete, which is the correct behavior)
Use base models in dynamic tables, we should fix the dynamictable base class rather than just having everything be an anonymous BaseModel in order to satisfy type validation
Clear completed queue when advancing stages - we should make sure to move everything to completed with maps rather than implicitly keeping things in completed when they aren't - so we might be getting old versions of results that aren't actually fully completed but have some reference stubs still in them.
2023-09-27 20:07:39 -07:00
.github/workflows trying to get absolute paths out of coverage report 2023-09-05 22:54:20 -07:00
docs pandas dataframe mimic 2023-09-23 00:08:59 -07:00
hdf5_linkml commit hdf5 starts 2023-09-07 14:09:27 -07:00
nwb_linkml Make all maps exclusive 2023-09-27 20:07:39 -07:00
nwb_schema_language upload to pypi 2023-09-05 22:10:10 -07:00
scripts regenerating models, some minor code cleanup and coverage omissions 2023-09-15 00:37:20 -07:00
.gitignore perf enhancements to pydantic generation 2023-09-06 22:48:47 -07:00
.readthedocs.yaml docs! 2023-09-07 19:32:17 -07:00
LICENSE Initial commit 2023-06-30 20:34:12 -07:00
poetry.lock docs! 2023-09-07 19:32:17 -07:00
pyproject.toml docs! 2023-09-07 19:32:17 -07:00
README.md i'm just sorta making a mess here. coming back tomorrow 2023-09-06 00:50:49 -07:00

nwb-linkml

Translating NWB schema language to linkml

(very WIP dont @ me)

Just submitting to pypi to squat the package name

Coverage Status