Skip to content

Commit

Permalink
API update
Browse files Browse the repository at this point in the history
  • Loading branch information
sdRDM Bot authored and sdRDM Bot committed May 10, 2024
1 parent 7f66efc commit 7efb8c7
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
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="4ea18deaa0d8c27151d5ae1c6659e0fec3de233c"
default="7f66efcde1e80f0de25cd00e4d7d3045d84d492b"
)

_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
Expand Down
2 changes: 1 addition & 1 deletion pyeed/core/alignmentresult.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class AlignmentResult(

_repo: Optional[str] = PrivateAttr(default="https://github.com/PyEED/pyeed")
_commit: Optional[str] = PrivateAttr(
default="4ea18deaa0d8c27151d5ae1c6659e0fec3de233c"
default="7f66efcde1e80f0de25cd00e4d7d3045d84d492b"
)

_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
Expand Down
2 changes: 1 addition & 1 deletion pyeed/core/blastdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class BlastData(

_repo: Optional[str] = PrivateAttr(default="https://github.com/PyEED/pyeed")
_commit: Optional[str] = PrivateAttr(
default="4ea18deaa0d8c27151d5ae1c6659e0fec3de233c"
default="7f66efcde1e80f0de25cd00e4d7d3045d84d492b"
)

_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
Expand Down
2 changes: 1 addition & 1 deletion pyeed/core/clustalomegaresult.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class ClustalOmegaResult(

_repo: Optional[str] = PrivateAttr(default="https://github.com/PyEED/pyeed")
_commit: Optional[str] = PrivateAttr(
default="4ea18deaa0d8c27151d5ae1c6659e0fec3de233c"
default="7f66efcde1e80f0de25cd00e4d7d3045d84d492b"
)

_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
Expand Down
2 changes: 1 addition & 1 deletion pyeed/core/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Cluster(

_repo: Optional[str] = PrivateAttr(default="https://github.com/PyEED/pyeed")
_commit: Optional[str] = PrivateAttr(
default="4ea18deaa0d8c27151d5ae1c6659e0fec3de233c"
default="7f66efcde1e80f0de25cd00e4d7d3045d84d492b"
)

_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
Expand Down
2 changes: 1 addition & 1 deletion pyeed/core/dnarecord.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class DNARecord(

_repo: Optional[str] = PrivateAttr(default="https://github.com/PyEED/pyeed")
_commit: Optional[str] = PrivateAttr(
default="4ea18deaa0d8c27151d5ae1c6659e0fec3de233c"
default="7f66efcde1e80f0de25cd00e4d7d3045d84d492b"
)

_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
Expand Down
2 changes: 1 addition & 1 deletion pyeed/core/organism.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class Organism(

_repo: Optional[str] = PrivateAttr(default="https://github.com/PyEED/pyeed")
_commit: Optional[str] = PrivateAttr(
default="4ea18deaa0d8c27151d5ae1c6659e0fec3de233c"
default="7f66efcde1e80f0de25cd00e4d7d3045d84d492b"
)

_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
Expand Down
2 changes: 1 addition & 1 deletion pyeed/core/pairwisealignmentresult.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class PairwiseAlignmentResult(

_repo: Optional[str] = PrivateAttr(default="https://github.com/PyEED/pyeed")
_commit: Optional[str] = PrivateAttr(
default="4ea18deaa0d8c27151d5ae1c6659e0fec3de233c"
default="7f66efcde1e80f0de25cd00e4d7d3045d84d492b"
)

_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
Expand Down
2 changes: 1 addition & 1 deletion pyeed/core/proteinrecord.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class ProteinRecord(

_repo: Optional[str] = PrivateAttr(default="https://github.com/PyEED/pyeed")
_commit: Optional[str] = PrivateAttr(
default="4ea18deaa0d8c27151d5ae1c6659e0fec3de233c"
default="7f66efcde1e80f0de25cd00e4d7d3045d84d492b"
)

_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
Expand Down
2 changes: 1 addition & 1 deletion pyeed/core/region.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Region(

_repo: Optional[str] = PrivateAttr(default="https://github.com/PyEED/pyeed")
_commit: Optional[str] = PrivateAttr(
default="4ea18deaa0d8c27151d5ae1c6659e0fec3de233c"
default="7f66efcde1e80f0de25cd00e4d7d3045d84d492b"
)

_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
Expand Down
2 changes: 1 addition & 1 deletion pyeed/core/sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Sequence(

_repo: Optional[str] = PrivateAttr(default="https://github.com/PyEED/pyeed")
_commit: Optional[str] = PrivateAttr(
default="4ea18deaa0d8c27151d5ae1c6659e0fec3de233c"
default="7f66efcde1e80f0de25cd00e4d7d3045d84d492b"
)

_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
Expand Down
2 changes: 1 addition & 1 deletion pyeed/core/sequencerecord.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class SequenceRecord(

_repo: Optional[str] = PrivateAttr(default="https://github.com/PyEED/pyeed")
_commit: Optional[str] = PrivateAttr(
default="4ea18deaa0d8c27151d5ae1c6659e0fec3de233c"
default="7f66efcde1e80f0de25cd00e4d7d3045d84d492b"
)

_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
Expand Down
2 changes: 1 addition & 1 deletion pyeed/core/site.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Site(

_repo: Optional[str] = PrivateAttr(default="https://github.com/PyEED/pyeed")
_commit: Optional[str] = PrivateAttr(
default="4ea18deaa0d8c27151d5ae1c6659e0fec3de233c"
default="7f66efcde1e80f0de25cd00e4d7d3045d84d492b"
)

_raw_xml_data: Dict = PrivateAttr(default_factory=dict)
Expand Down
2 changes: 1 addition & 1 deletion pyeed/core/standardnumbering.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class StandardNumbering(

_repo: Optional[str] = PrivateAttr(default="https://github.com/PyEED/pyeed")
_commit: Optional[str] = PrivateAttr(
default="4ea18deaa0d8c27151d5ae1c6659e0fec3de233c"
default="7f66efcde1e80f0de25cd00e4d7d3045d84d492b"
)

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

0 comments on commit 7efb8c7

Please sign in to comment.