Skip to content

Commit

Permalink
add SpeciesTypeType.dna
Browse files Browse the repository at this point in the history
  • Loading branch information
artgoldberg committed Jan 14, 2018
1 parent 8c15ddc commit fa10b4d
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 fa10b4d

Please sign in to comment.