view tool-data/effectiveT3.loc.sample @ 35:e2711662802b draft default tip

planemo upload for repository https://github.com/peterjc/pico_galaxy/tree/master/tools/effectiveT3 commit d67596914a7bbe183851437eaafe8c7305877e5a-dirty
author peterjc
date Fri, 22 Feb 2019 10:13:22 -0500
parents 999776f0aee4
children
line wrap: on
line source

# This is a three column tab separated file to define the modules (models)
# for the Effective T3 prediction tool.
#
# Column 1 - Module ID, string that Galaxy will save in its database
# Column 2 - Human readable name, Galaxy will show this in the UI
# Column 3 - Filename, Galaxy will use this when calling the tool
#
#NOTE: In EffectiveT3 v1.0.1, the modules are given as their filename
#(with the JAR extension) but without any path. They are expected to
#be located in a subdirectory called module under the working directory.
#For the galaxy wrapper, we assume this means under the folder where the
#main JAR file is, TTSS_GUI-1.0.1.jar
#
#e.g.
#
# /opt/EffectiveT3/TTSS_GUI-1.0.1.jar
# /opt/EffectiveT3/module/TTSS_STD-2.0.2.jar
# /opt/EffectiveT3/module/TTSS_STD-1.0.1.jar
# /opt/EffectiveT3/module/TTSS_ANIMAL-1.0.1.jar
# /opt/EffectiveT3/module/TTSS_PLANT-1.0.1.jar
#
#See files ../tools/protein_analysis/effectiveT3.* for more details,
#and http://effectors.org
#
std_2_0_2	Type III Effector prediction with standard set (v2.0.2, Sep 2015)	TTSS_STD-2.0.2.jar
standard	Type III Effector prediction with standard set (v1.0.1, Aug 2009)	TTSS_STD-1.0.1.jar
animal	Type III Effector prediction with human/animal-associated set (v1.0.1, Aug 2009)	TTSS_ANIMAL-1.0.1.jar
plant	Type III Effector prediction with plant-associated set (v1.0.1, Aug 2009)	TTSS_PLANT-1.0.1.jar