# HG changeset patch
# User Jan Kanis <jan.code@jankanis.nl>
# Date 1404224609 -7200
# Node ID be7c94e29cd8ce907774c22b9183736bda8e0bf9
# Parent  8f02008a5f20f8094450a40f2efe8f9fba468079
add --db-config-dir switch to wrapper; update version number

diff -r 8f02008a5f20 -r be7c94e29cd8 blast2html.xml
--- 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 -->