Skip to content

Commit

Permalink
adding Property to API and io
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Jun 12, 2018
1 parent 48b9b90 commit abc7f54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wc_kb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
Species,
SpeciesCoefficient,
ReactionParticipantAttribute,
SubunitAttribute)
SubunitAttribute,
Property)

from . import io
from . import util
1 change: 1 addition & 0 deletions wc_kb/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class Writer(object):
core.ProteinSpeciesType,
core.ComplexSpeciesType,
core.Reaction,
core.Property,
)

def run(self, knowledge_base, core_path, seq_path, set_repo_metadata_from_path=True):
Expand Down

0 comments on commit abc7f54

Please sign in to comment.