Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/KarrLab/wc_lang
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Jan 15, 2018
2 parents 38ba72f + fa10b4d commit d0da075
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file modified tests/fixtures/example-model.xlsx
Binary file not shown.
6 changes: 4 additions & 2 deletions wc_lang/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
This module defines classes that represent the schema of a biochemical model:
* :obj:`Taxon`
* :obj:`Model`
* :obj:`Submodel`
* :obj:`ObjectiveFunction`
* :obj:`Compartment`
Expand Down Expand Up @@ -137,8 +138,9 @@ class SpeciesTypeType(int, CaseInsensitiveEnum):
""" Types of species types """
metabolite = 1
protein = 2
rna = 3
pseudo_species = 4
dna = 3
rna = 4
pseudo_species = 5


class RateLawDirection(int, CaseInsensitiveEnum):
Expand Down

0 comments on commit d0da075

Please sign in to comment.