comparison tool_dependencies.xml @ 1:5efe658422eb

Sadly XTransform not supported
author oleg@oleg-desktop.times.labs.intellij.net
date Thu, 29 Oct 2015 16:42:41 +0300
parents d7714f886224
children 7140e1993b5b
comparison
equal deleted inserted replaced
0:d7714f886224 1:5efe658422eb
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency xmlns:xi="http://www.w3.org/1999/XSL/Transform"> 2 <tool_dependency>
3 <xi:include href="../integration_jar.xml" parse="xml" xpointer=""/> 3 <!--
4 <!-- For galaxy repo layout --> 4 Package for downloading latest successful development tools.
5 <xi:include href="integration_jar.xml" parse="xml" xpointer=""/> 5 Tags information is here:
6 https://wiki.galaxyproject.org/ToolDependenciesTagSets
7 -->
8 <package name="integration_jar" version="0.0.1" prior_installation_required="True">
9 <install version="1.0">
10 <actions>
11 <action type="download_by_url">http://teamcity.jetbrains.com/guestAuth/repository/download/Epigenome_Tools_Integration/lastSuccessful/integration-Dev-all.jar</action>
12 <action type="move_directory_files">
13 <source_directory>.</source_directory>
14 <destination_directory>$INSTALL_DIR/</destination_directory>
15 </action>
16 <!-- Set environment variable $INTEGRATION_JAR so Python script knows where to look -->
17 <action type="set_environment">
18 <environment_variable name="$INTEGRATION_JAR" action="set_to">$INSTALL_DIR/integration-Dev-all.jar</environment_variable>
19 </action>
20 </actions>
21 </install>
22 <readme>
23 Downloads epigenome integration JAR.
24 </readme>
25 </package>
6 </tool_dependency> 26 </tool_dependency>