-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #180 from SBRG/zk-rename-metanetx-translations
Rename bigg_models; MetaNetX synonyms; translation tables
- Loading branch information
Showing
129 changed files
with
913 additions
and
826 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,12 +12,12 @@ https://github.com/SBRG/ome/blob/bigg/INSTALL.md | |
|
||
Then, do the following to get BiGG Models up and running: | ||
|
||
1. Download the code with ```git clone [email protected]:SBRG/BIGG2.git``` | ||
2. ```cd BIGG2``` | ||
1. Download the code with ```git clone [email protected]:SBRG/bigg_models.git``` | ||
2. ```cd bigg_models``` | ||
3. Install with ```python setup.py develop``` (may need to sudo or add --user) | ||
4. Generate the PostgreSQL indices by running ```bin/make_database_indices```. | ||
4. Generate the static models by running ```bin/make_all_static_models```. | ||
5. Start the server with ```python -m bigg2.server --port=8910``` | ||
5. Start the server with ```python -m bigg_models.server --port=8910``` | ||
|
||
Testing BiGG Models | ||
=================== | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from version import __version__, __api_version__ |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.