Skip to content

Commit

Permalink
Set default component generators
Browse files Browse the repository at this point in the history
  • Loading branch information
YinHoon committed Jun 6, 2019
1 parent 6b0459d commit 91a23df
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions wc_model_gen/eukaryote/core.py
Expand Up @@ -19,8 +19,16 @@ class EukaryoteModelGenerator(wc_model_gen.ModelGenerator):
* name
* version
* component
* InitializeModel
* TranscriptionSubmodelGenerator
"""

DEFAULT_COMPONENT_GENERATORS = (
InitializeModel,
TranscriptionSubmodelGenerator,
)

def clean_and_validate_options(self):
""" Apply default options and validate options """
options = self.options
Expand Down

0 comments on commit 91a23df

Please sign in to comment.