Mercurial > repos > jetbrains > zinbra
comparison tool_dependencies.xml @ 0:5f97f28e65ca
Initial commit
author | Oleg Shpynov <oleg.shpynov@gmail.com> |
---|---|
date | Tue, 27 Oct 2015 14:20:42 +0300 |
parents | |
children | 8cbb06892b62 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:5f97f28e65ca |
---|---|
1 <?xml version="1.0"?> | |
2 <!-- | |
3 Tags information is here: | |
4 https://wiki.galaxyproject.org/ToolDependenciesTagSets | |
5 --> | |
6 <tool_dependency> | |
7 <package name="epigenome" version="0.0.1"> | |
8 <install version="1.0"> | |
9 <actions> | |
10 <action type="download_by_url">http://teamcity.jetbrains.com/guestAuth/repository/download/Epigenome_Tools_GenestackIntegration/lastSuccessful/genestack-Dev-all.jar</action> | |
11 <action type="move_directory_files"> | |
12 <source_directory>.</source_directory> | |
13 <destination_directory>$INSTALL_DIR/</destination_directory> | |
14 </action> | |
15 <!-- Set environment variable $EPIGENOME_JAR so Python script knows where to look --> | |
16 <action type="set_environment"> | |
17 <environment_variable name="EPIGENOME_JAR" action="set_to">$INSTALL_DIR/genestack-Dev-all.jar</environment_variable> | |
18 </action> | |
19 </actions> | |
20 </install> | |
21 <readme> | |
22 Downloads epigenome integration v0.0.1 | |
23 </readme> | |
24 </package> | |
25 </tool_dependency> | |
26 |