comparison blast2html.xml @ 82:3338571b44cd

first attempt at running on python 2.6
author Jan Kanis <jan.code@jankanis.nl>
date Mon, 23 Jun 2014 17:11:58 +0200
parents e3dd39906eef
children 4340432b7191
comparison
equal deleted inserted replaced
81:40ce2043006a 82:3338571b44cd
4 4
5 <requirements> 5 <requirements>
6 <requirement name="package" version="0.1">blast2html_venv</requirement> 6 <requirement name="package" version="0.1">blast2html_venv</requirement>
7 </requirements> 7 </requirements>
8 8
9 <command interpreter="python3">blast2html.py -i "${input}" -o "${output}"</command> 9 <command interpreter="python2">blast2html.py -i "${input}" -o "${output}"</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" />