Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Short term additions before lab release #7

Closed
steve-federowicz opened this issue Aug 20, 2014 · 2 comments
Closed

Short term additions before lab release #7

steve-federowicz opened this issue Aug 20, 2014 · 2 comments
Assignees
Milestone

Comments

@steve-federowicz
Copy link
Member

  • Add genome_id to model table
    • Using jons supplement for ecoli model genome_ids
    • Using links from old bigg website to figure out genome_ids for those models
  • Add synonyms table using 'gene_synonyms' field of the genbank files
  • Likely will need to use synonyms table to help in mapping GPRs from the older models on the old bigg site
  • Make the cosmetic change of merging compartmentalized_component with model_component, so that there is only model_component that now contains a compartment_id
    • This will make the schema on draw.io identical to zaks schema
@zakandrewking
Copy link
Contributor

  • Make the cosmetic change of merging compartmentalized_component with model_component, so that there is only model_component that now contains a compartment_id
    • This will make the schema on draw.io identical to zaks schema

OK. this may be a small thing, but I think it's still important.

If we merge these, then the reaction matrix rows will be model-specific. In the current schema, the reaction matrix rows are universal, so there is less redundancy in the table. Better yet, you could take all the models away, and still have a universal database of reactions and metabolites! Pretty cool.

@zakandrewking zakandrewking added this to the submission milestone Sep 4, 2014
@steve-federowicz
Copy link
Member Author

Ahhhh right, yea that makes sense. I updated the model schema.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants