comparison 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
comparison
equal deleted inserted replaced
99:8f02008a5f20 100:be7c94e29cd8
1 <tool id="blast2html" name="blast2html" version="0.0.10"> 1 <tool id="blast2html" name="blast2html" version="0.0.11">
2 2
3 <description>Convert BLAST XML to HTML</description> 3 <description>Convert BLAST XML to HTML</description>
4 4
5 <requirements> 5 <requirements>
6 <requirement name="package" version="0.2">blast2html_venv</requirement> 6 <requirement name="package" version="0.2">blast2html_venv</requirement>
7 </requirements> 7 </requirements>
8 8
9 <command interpreter="python">blast2html.py -i "${input}" -o "${output}"</command> 9 <command interpreter="python">blast2html.py -i "${input}" -o "${output}" --db-config-dir "${GALAXY_DATA_INDEX_DIR}"</command>
10 10
11 <stdio> 11 <stdio>
12 <!-- Any exit code other than 0 is an error --> 12 <!-- Any exit code other than 0 is an error -->
13 <exit_code range="1:" /> 13 <exit_code range="1:" />
14 <exit_code range=":-1" /> 14 <exit_code range=":-1" />