# HG changeset patch # User Jan Kanis # Date 1400516544 -7200 # Node ID 637f96ffb9a4c4bfd05bc64889290a801c93fde4 # Parent 1a51ef0034d6358b499c742adf018140dbab60f7 more dependency updates, now including the python package dependencies diff -r 1a51ef0034d6 -r 637f96ffb9a4 blast2html.xml --- a/blast2html.xml Mon May 19 15:52:52 2014 +0200 +++ b/blast2html.xml Mon May 19 18:22:24 2014 +0200 @@ -3,9 +3,10 @@ Convert BLAST XML to HTML - jinja2 - lxml - argparse + blast_datatypes + argparse + lxml + jinja2 blast2html.py -i "${input}" -o "${output}" diff -r 1a51ef0034d6 -r 637f96ffb9a4 repository_dependencies.xml --- a/repository_dependencies.xml Mon May 19 15:52:52 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ - - - - diff -r 1a51ef0034d6 -r 637f96ffb9a4 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon May 19 18:22:24 2014 +0200 @@ -0,0 +1,41 @@ + + + + + + + argparse == 1.2.1 + + + + The Python argparse library. This is included in the stdlib for python 2.7 and up, but not for 2.6 + + + + + + + lxml == 2.2.3 + + + + The Python lxml library + + + + + + + jinja2 == 2.7.2 + + + + The Jinja 2 template engine for Python + + + + + blast2html requires the blast datatypes for its input + + +