Mercurial > repos > jankanis > blast2html
diff blast2html.xml @ 100:be7c94e29cd8
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 | 2edb77030a9e |
children | b3b5ee557170 |
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 -->