diff tools/mummer/mummer.py @ 2:8f93c1b7609e draft

Uploaded v0.0.3, dependency on GhostScript package to automatically install ps2pdf
author peterjc
date Tue, 28 Oct 2014 09:43:52 -0400
parents b0551f2a5986
children 5f5a358b281f
line wrap: on
line diff
--- a/tools/mummer/mummer.py	Tue Oct 28 06:57:35 2014 -0400
+++ b/tools/mummer/mummer.py	Tue Oct 28 09:43:52 2014 -0400
@@ -25,7 +25,8 @@
         stop_err("Error %i from: %s" % (return_code, cmd))
 
 if "-v" in sys.argv [1:]or "--version" in sys.argv[1:]:
-    print("MUMmer wrapper v0.0.1\n")
+    print("MUMmer wrapper v0.0.3\n")
+    # TODO - How to get a version string from the mummer binary?
     os.system("nucmer --version")
     os.system("promer --version")
     os.system("mummerplot --version")