Skip to content

Commit

Permalink
Update eukaryote module init file and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
YinHoon committed Sep 24, 2019
1 parent f8ef997 commit 03da3ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion wc_model_gen/eukaryote/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from .core import EukaryoteModelGenerator
from .complexation import ComplexationSubmodelGenerator
from .initialize_model import InitializeModel
from .transcription import TranscriptionSubmodelGenerator
from .rna_degradation import RnaDegradationSubmodelGenerator
from .transcription import TranscriptionSubmodelGenerator
4 changes: 3 additions & 1 deletion wc_model_gen/eukaryote/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ class EukaryoteModelGenerator(wc_model_gen.ModelGenerator):
* component
* InitializeModel
* TranscriptionSubmodelGenerator
* ComplexationSubmodelGenerator,
* TranscriptionSubmodelGenerator,
* RnaDegradationSubmodelGenerator
"""

DEFAULT_COMPONENT_GENERATORS = (
Expand Down

0 comments on commit 03da3ae

Please sign in to comment.