Skip to content

Commit

Permalink
latest modelpolisher
Browse files Browse the repository at this point in the history
  • Loading branch information
zakandrewking committed Nov 29, 2016
1 parent 44fa50b commit 3e4f4f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bigg_models/model_dumper.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
def autodetect_model_polisher():
"""Return the path to ModelPolisher."""
return abspath(join(dirname(__file__), '..', 'bin',
'ModelPolisher-1.3.jar'))
'ModelPolisher-1.5.jar'))


def make_all_static_models():
Expand Down Expand Up @@ -97,7 +97,8 @@ def write_static_model(bigg_id, model_polisher_path=None):
'--check-mass-balance=true',
'--omit-generic-terms=false',
'--log-level=INFO',
'--include-any-uri=false']
'--include-any-uri=false',
'--annotate-with-bigg=true']
polish_result = call(command)
print('Polishing finished in %.2f seconds' % (time.time() - t))
if polish_result == 0:
Expand Down
Binary file removed bin/ModelPolisher-1.3.jar
Binary file not shown.
Binary file added bin/ModelPolisher-1.5.jar
Binary file not shown.

0 comments on commit 3e4f4f7

Please sign in to comment.