Skip to content

Commit

Permalink
Add examples (#72)
Browse files Browse the repository at this point in the history
* fixed mapping of proteinmapper

* API update

---------

Co-authored-by: sdRDM Bot <[email protected]>
  • Loading branch information
haeussma and sdRDM Bot authored May 10, 2024
1 parent ae9c303 commit a7defc5
Show file tree
Hide file tree
Showing 23 changed files with 706 additions and 916 deletions.
244 changes: 227 additions & 17 deletions examples/basics.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyeed/core/abstractannotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class AbstractAnnotation(

_repo: Optional[str] = PrivateAttr(default="https://github.com/PyEED/pyeed")
_commit: Optional[str] = PrivateAttr(
default="d98e05d5a30350ef1c359b6992d3097ee1d8a444"
default="17c2114e3543d29a1fa65b09941dece9b9ce15f5"
)

_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
Expand Down
Loading

0 comments on commit a7defc5

Please sign in to comment.