# HG changeset patch # User peterjc # Date 1486657253 18000 # Node ID 69ba0f4e91afb1bd7ce29bde3eafeaa90f996266 # Parent a3d660e900b1b0f3c3264621276c958c3803bda9 planemo upload for repository https://github.com/peterjc/pico_galaxy/tree/master/tools/effectiveT3 commit 5fb6ee31f33e8e24c1ae5d56c93ac3e0157dad72-dirty diff -r a3d660e900b1 -r 69ba0f4e91af tools/effectiveT3/effectiveT3.py --- 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/")