Skip to content

Commit

Permalink
use pyasp 1.3.3
Browse files Browse the repository at this point in the history
update README and CHANGES.txt
  • Loading branch information
sthiele committed May 21, 2014
1 parent 59b3c56 commit 97c6624
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@

v1.4.2
----------------
use pyasp-1.3.3

v1.4.1
----------------
use pyasp-1.3.1
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Usage
Typical usage is::

$ shogen.py [options] genomefile metabolismfile catalysationfile queries

Options:
-h, --help show this help message and exit
-k K, --k=K Number of ranked shortest genome segments (Default to 5)
Expand Down
2 changes: 1 addition & 1 deletion shogen.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
print "done."

inst=instance.to_file()
instance.to_file("inst.lp")
#instance.to_file("inst.lp")
print "create instance ...",
ksip_instance = query.get_ksip_instance(inst,length)
print "done.",len(ksip_instance)
Expand Down

0 comments on commit 97c6624

Please sign in to comment.