Mercurial > repos > jankanis > blast2html
comparison blast2html.xml @ 86:4340432b7191 draft
Backed out changesets 0b5819dc1478 and 3338571b44cd to create new release version
| author | Jan Kanis <jan.code@jankanis.nl> |
|---|---|
| date | Tue, 24 Jun 2014 11:00:57 +0200 |
| parents | 3338571b44cd |
| children | 2edb77030a9e |
comparison
equal
deleted
inserted
replaced
| 85:0b5819dc1478 | 86:4340432b7191 |
|---|---|
| 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="python2">blast2html.py -i "${input}" -o "${output}"</command> | 9 <command interpreter="python3">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" /> |
