changeset 11:b6a958276ef7 draft

planemo upload for repository https://github.com/peterjc/pico_galaxy/tree/master/tools/mummer commit 5fb6ee31f33e8e24c1ae5d56c93ac3e0157dad72-dirty
author peterjc
date Thu, 09 Feb 2017 11:23:58 -0500
parents bba6ca546c3e
children caf5b859cf7b
files tools/mummer/mummer.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/mummer/mummer.py	Wed Feb 01 06:50:01 2017 -0500
+++ b/tools/mummer/mummer.py	Thu Feb 09 11:23:58 2017 -0500
@@ -10,9 +10,9 @@
 """
 
 import os
+import shutil
 import sys
 import tempfile
-import shutil
 
 
 def run(cmd):
@@ -21,6 +21,7 @@
     if return_code:
         sys.exit("Error %i from: %s" % (return_code, cmd))
 
+
 if "-v" in sys.argv[1:]or "--version" in sys.argv[1:]:
     print("MUMmer wrapper v0.0.3\n")
     # TODO - How to get a version string from the mummer binary?