changeset 103:be7c94e29cd8 draft

add --db-config-dir switch to wrapper; update version number
author Jan Kanis <jan.code@jankanis.nl>
date Tue, 01 Jul 2014 16:23:29 +0200
parents 8f02008a5f20
children 5bfaa3ee1f27
files blast2html.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/blast2html.xml	Tue Jul 01 16:00:29 2014 +0200
+++ b/blast2html.xml	Tue Jul 01 16:23:29 2014 +0200
@@ -1,4 +1,4 @@
-<tool id="blast2html" name="blast2html" version="0.0.10">
+<tool id="blast2html" name="blast2html" version="0.0.11">
     
     <description>Convert BLAST XML to HTML</description>
     
@@ -6,7 +6,7 @@
       <requirement name="package" version="0.2">blast2html_venv</requirement>
     </requirements>
     
-    <command interpreter="python">blast2html.py -i "${input}" -o "${output}"</command>
+    <command interpreter="python">blast2html.py -i "${input}" -o "${output}" --db-config-dir "${GALAXY_DATA_INDEX_DIR}"</command>
 
     <stdio>
       <!-- Any exit code other than 0 is an error -->