Mercurial > repos > cjav > package_ngs_tools_0_1_7
changeset 0:84a11fe35ee3 draft default tip
ngs-tools 0.1.7.
author | cjav |
---|---|
date | Wed, 09 Oct 2013 16:26:06 -0400 |
parents | |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 28 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Oct 09 16:26:06 2013 -0400 @@ -0,0 +1,28 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="ngs-tools" version="0.1.7"> + <readme> +This Galaxy Tool Shed package installs ngs-tools. This requires and assumes a +standard C compiler is already installed, along with the Python header files. + +Development of this dependency definition is being done here on GitHub: +https://github.com/cjav/ngs-tools/tree/master/galaxy-tools + </readme> + <install version="1.0"> + <action type="set_environment_for_install"> + <repository name="package_biopython_1_62" owner="biopython"> + <package name="biopython" version="1.62" /> + </repository> + </action> + <actions> + <action type="setup_virtualenv"> +docopt==0.6.1 +biopython==1.62 +python-levenshtein==0.10.2 +ngs-tools==0.1.7 + </action> + </actions> + </install> + + </package> +</tool_dependency>