Mercurial > repos > priti > vdt_dependency
diff tool_dependencies.xml @ 23:1bb8ebf710e2 draft
Uploaded
author | priti |
---|---|
date | Mon, 09 Jun 2014 03:02:38 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Jun 09 03:02:38 2014 -0400 @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="softsearch" version="0.6"> + <install version="1.0"> + <actions> + <action type="shell_command">mkdir -p $HOME/projects/galaxy</action> + <action type="shell_command">cd $HOME/projects/galaxy</action> + <action type="shell_command">wget https://bitbucket.org/ambhoreshirish97/softsearch/get/559fa729cc65.zip + </action> + </actions> + </install> + </package> +</tool_dependency>