-
- Downloads
Merge pull request #80 from mutalyzer/transcript-protein-link
Bi-directional cachinig of transcript-protein links
No related branches found
No related tags found
Showing
- doc/config.rst 2 additions, 2 deletionsdoc/config.rst
- migrations/versions/3492d2ee8884_transcript_protein_links_have_nullable_.py 59 additions, 0 deletions...s/3492d2ee8884_transcript_protein_links_have_nullable_.py
- mutalyzer/config/default_settings.py 2 additions, 2 deletionsmutalyzer/config/default_settings.py
- mutalyzer/db/models.py 9 additions, 5 deletionsmutalyzer/db/models.py
- mutalyzer/db/queries.py 50 additions, 18 deletionsmutalyzer/db/queries.py
- requirements.txt 1 addition, 1 deletionrequirements.txt
... | @@ -6,7 +6,7 @@ MySQL-python==1.2.5 | ... | @@ -6,7 +6,7 @@ MySQL-python==1.2.5 |
SQLAlchemy==0.9.8 | SQLAlchemy==0.9.8 | ||
Sphinx==1.2.3 | Sphinx==1.2.3 | ||
Werkzeug==0.9.6 | Werkzeug==0.9.6 | ||
alembic==0.6.7 | alembic==0.8.2 | ||
biopython==1.64 | biopython==1.64 | ||
chardet==2.3.0 | chardet==2.3.0 | ||
cssselect==0.9.1 | cssselect==0.9.1 | ||
... | ... |
Please register or sign in to comment