Mercurial > repos > jankanis > blast2html
diff blast2html.xml @ 36:0f015cb32b93
add argparse dependency for python <2.7
author | Jan Kanis <jan.code@jankanis.nl> |
---|---|
date | Thu, 15 May 2014 18:22:49 +0200 |
parents | 2b23b4a4d88e |
children | 36730fda2f54 |
line wrap: on
line diff
--- a/blast2html.xml Thu May 15 18:15:04 2014 +0200 +++ b/blast2html.xml Thu May 15 18:22:49 2014 +0200 @@ -5,6 +5,7 @@ <requirements> <requirement type="python-module">jinja2</requirement> <requirement type="python-module">lxml</requirement> + <requirement type="python-module">argparse</requirement> </requirements> <command interpreter="python">blast2html.py -i "${input}" -o "${output}"</command>