Mercurial > repos > jankanis > blast2html
changeset 45:4497ce4127b4
move dependency on blast_datatypes back to repository_dependencies.xml
author | Jan Kanis <jan.code@jankanis.nl> |
---|---|
date | Tue, 20 May 2014 15:10:08 +0200 |
parents | 7d3f399d0d98 |
children | 518580263e96 |
files | repository_dependencies.xml tool_dependencies.xml |
diffstat | 2 files changed, 4 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/repository_dependencies.xml Tue May 20 15:10:08 2014 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0"?> +<repositories description="Requires BLAST XML and database datatype definitions."> + <repository name="blast_datatypes" owner="devteam" toolshed="http://toolshed.g2.bx.psu.edu" changeset_revision="de11e1a921c4"/> +</repositories>
--- a/tool_dependencies.xml Tue May 20 15:04:54 2014 +0200 +++ b/tool_dependencies.xml Tue May 20 15:10:08 2014 +0200 @@ -47,9 +47,4 @@ <readme>The Jinja 2 template engine for Python</readme> </package> - <package name="blast_datatypes" version="v0.0.18"> - <repository name="blast_datatypes" owner="devteam" toolshed="http://toolshed.g2.bx.psu.edu" changeset_revision="de11e1a921c4"/> - <readme>blast2html requires the blast datatypes for its input</readme> - </package> - </tool_dependency>