changeset 25:69ba0f4e91af draft

planemo upload for repository https://github.com/peterjc/pico_galaxy/tree/master/tools/effectiveT3 commit 5fb6ee31f33e8e24c1ae5d56c93ac3e0157dad72-dirty
author peterjc
date Thu, 09 Feb 2017 11:20:53 -0500
parents a3d660e900b1
children 340624a47a76
files tools/effectiveT3/effectiveT3.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/effectiveT3/effectiveT3.py	Fri Feb 03 12:49:54 2017 -0500
+++ b/tools/effectiveT3/effectiveT3.py	Thu Feb 09 11:20:53 2017 -0500
@@ -11,9 +11,9 @@
 webservice), and reformats the semi-colon separated output into
 tab separated output for use in Galaxy.
 """
-import sys
 import os
 import subprocess
+import sys
 
 # The Galaxy auto-install via tool_dependencies.xml will set this environment variable
 effective_t3_dir = os.environ.get("EFFECTIVET3", "/opt/EffectiveT3/")