Repository 'blast2html'
hg clone https://toolshed.g2.bx.psu.edu/repos/jankanis/blast2html

Changeset 100:be7c94e29cd8 (2014-07-01)
Previous changeset 99:8f02008a5f20 (2014-07-01) Next changeset 101:5bfaa3ee1f27 (2014-07-01)
Commit message:
add --db-config-dir switch to wrapper; update version number
modified:
blast2html.xml
b
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
b
@@ -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 -->