Mercurial > repos > fabad > sparql_uniprot
changeset 15:ccee4fa38909 draft
Uploaded
author | fabad |
---|---|
date | Mon, 02 May 2016 17:45:04 -0400 |
parents | bc93900ed454 |
children | 9e4c2f9407ac |
files | tool_dependencies.xml |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon May 02 17:45:04 2016 -0400 @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="SPARQLWrapper" version="1.7.6"> + <readme> + Install SPARQLWrapper via virtualenv. + </readme> + <install version="1.0"> + <actions> + <action type="setup_virtualenv">SPARQLWrapper==1.7.6</action> + </actions> + </install> + </package> +</tool_dependency>