# HG changeset patch # User peterjc # Date 1494521057 14400 # Node ID d6976a4c055bd464fdb8c748afbca2922eb8c39a # Parent af14f755c05b1e9bdeb0756a19dd7a78a9950ff7 planemo upload for repository https://github.com/peterjc/pico_galaxy/tree/master/tools/effectiveT3 commit 2c1cc3ac829140d469816ec5e9892f96624270bf-dirty diff -r af14f755c05b -r d6976a4c055b tools/effectiveT3/README.rst --- a/tools/effectiveT3/README.rst Thu May 11 10:06:00 2017 -0400 +++ b/tools/effectiveT3/README.rst Thu May 11 12:44:17 2017 -0400 @@ -96,6 +96,8 @@ - Catch java exception, e.g. if Java too old for ``TTSS-STD-2.0.1.jar`` v0.0.17 - Update tool dependency definition to use cached URL. - Minor internal changes to Python script for error reporting & style. +v0.0.18 - Use ```` (internal change only). + - Single quote command line arguments (internal change only). ======= ====================================================================== diff -r af14f755c05b -r d6976a4c055b tools/effectiveT3/effectiveT3.xml --- a/tools/effectiveT3/effectiveT3.xml Thu May 11 10:06:00 2017 -0400 +++ b/tools/effectiveT3/effectiveT3.xml Thu May 11 12:44:17 2017 -0400 @@ -1,22 +1,20 @@ - + Find bacterial effectors in protein sequences effectiveT3 - - - - - - effectiveT3.py --version - -effectiveT3.py $module.fields.path + +python $__tool_directory__/effectiveT3.py --version + + +python $__tool_directory__/effectiveT3.py '$module.fields.path' #if $restrict.type=="cutoff": - cutoff=$restrict.cutoff + 'cutoff=$restrict.cutoff' #else: - $restrict.type + '$restrict.type' #end if -$fasta_file $tabular_file +'$fasta_file' '$tabular_file' +