Skip to content

Commit

Permalink
πŸ“ Add source code
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Oct 13, 2024
1 parent 18098d7 commit 8323e22
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions clinicore/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
"""A clinical schema.
"""Basic clinical entities [`source <https://github.com/laminlabs/clinicore/blob/main/clinicore/models.py>`__].
Install the module and mount it in a new instance:
>>> pip install clinicore
>>> lamin init --storage ./test-wetlab --schema bionty,clinicore
Import the package::
import clinicore
import clinicore as cc
This is the complete API reference:
Registries:
.. autosummary::
:toctree: .
Expand Down

0 comments on commit 8323e22

Please sign in to comment.