Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/KarrLab/wc_kb
Browse files Browse the repository at this point in the history
  • Loading branch information
balazs1987 committed May 2, 2019
2 parents 211a4e0 + 5ef62a8 commit fc14e9b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
Binary file modified tests/fixtures/eukaryote_core.xlsx
Binary file not shown.
3 changes: 2 additions & 1 deletion wc_kb/eukaryote_schema.py
Expand Up @@ -41,7 +41,8 @@ class TranscriptType(enum.Enum):
""" Type of transcript """
mRna = 1
rRna = 2
tRna = 3
tRna = 3
itRna = 4

#####################
#####################
Expand Down
8 changes: 4 additions & 4 deletions wc_kb/io.py
Expand Up @@ -54,15 +54,15 @@
core.Cell,
core.Compartment,
core.DnaSpeciesType,
eukaryote_schema.RegulatoryModule,
eukaryote_schema.PtmSite,
eukaryote_schema.GeneLocus,
core.MetaboliteSpeciesType,
eukaryote_schema.RegulatoryModule,
eukaryote_schema.TranscriptSpeciesType,
eukaryote_schema.ProteinSpeciesType,
eukaryote_schema.PtmSite,
core.ComplexSpeciesType,
core.Concentration,
core.MetaboliteSpeciesType,
core.SpeciesTypeProperty,
core.Concentration,
core.Observable,
core.Reaction,
core.RateLaw,
Expand Down

0 comments on commit fc14e9b

Please sign in to comment.