Mercurial > repos > priti > vdt_dependency
annotate tool_dependencies.xml @ 23:1bb8ebf710e2 draft
Uploaded
author | priti |
---|---|
date | Mon, 09 Jun 2014 03:02:38 -0400 |
parents | |
children |
rev | line source |
---|---|
23 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="softsearch" version="0.6"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="shell_command">mkdir -p $HOME/projects/galaxy</action> | |
7 <action type="shell_command">cd $HOME/projects/galaxy</action> | |
8 <action type="shell_command">wget https://bitbucket.org/ambhoreshirish97/softsearch/get/559fa729cc65.zip | |
9 </action> | |
10 </actions> | |
11 </install> | |
12 </package> | |
13 </tool_dependency> |