Skip to content

Commit

Permalink
Merge pull request #180 from SBRG/zk-rename-metanetx-translations
Browse files Browse the repository at this point in the history
Rename bigg_models; MetaNetX synonyms; translation tables
  • Loading branch information
zakandrewking committed Mar 26, 2016
2 parents 8f34fca + 9388dbe commit 9c7cc22
Show file tree
Hide file tree
Showing 129 changed files with 913 additions and 826 deletions.
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
.project
env/
gurobi.log
BiGG_2.egg-info/
*.egg-info/
docs/schema/
crontab.txt
bigg2/static/models
bigg2/static/dumped_models/
bigg2/static/polished_models/
bigg2/static/published_models/
bigg_models/static/models
bigg_models/static/namespace
.#*
*.log
.cache/
temp_data/
*.swp
TAGS
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
===================
Expand Down
1 change: 0 additions & 1 deletion bigg2/__init__.py

This file was deleted.

9 changes: 0 additions & 9 deletions bigg2/check_running.sh

This file was deleted.

34 changes: 0 additions & 34 deletions bigg2/comment-notify.py

This file was deleted.

1 change: 0 additions & 1 deletion bigg2/crontab_check_running.txt

This file was deleted.

141 changes: 0 additions & 141 deletions bigg2/static/css/builder-embed-1.3.0.css

This file was deleted.

68 changes: 0 additions & 68 deletions bigg2/static/js/script.js

This file was deleted.

47 changes: 0 additions & 47 deletions bigg2/templates/comments.html

This file was deleted.

51 changes: 0 additions & 51 deletions bigg2/templates/escher_script.html

This file was deleted.

1 change: 0 additions & 1 deletion bigg2/version.py

This file was deleted.

1 change: 1 addition & 0 deletions bigg_models/__init__.py
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.
Loading

0 comments on commit 9c7cc22

Please sign in to comment.