Mercurial > repos > priti > vdt_dependency
diff tool_dependencies.xml @ 21:b87be79196ba draft
Uploaded
author | priti |
---|---|
date | Mon, 09 Jun 2014 02:57:00 -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 02:57:00 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="download_by_url">wget https://bitbucket.org/ambhoreshirish97/softsearch/get/559fa729cc65.zip + </action> + </actions> + </install> + </package> +</tool_dependency>