comparison tool_dependencies.xml @ 7:617b5857ce96

Snapshot 61f45be of dev repo
author oleg@oleg-desktop.times.labs.intellij.net
date Thu, 29 Oct 2015 11:57:02 +0300
parents 7d532e820976
children af8fe077c27b
comparison
equal deleted inserted replaced
6:7d532e820976 7:617b5857ce96
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <!-- 2 <tool_dependency xmlns:xi="http://www.w3.org/1999/XSL/Transform">
3 Tags information is here: 3 <xi:include href="../integration_jar.xml" parse="xml" xpointer=""/>
4 https://wiki.galaxyproject.org/ToolDependenciesTagSets 4 <!-- For galaxy repo layout -->
5 --> 5 <xi:include href="integration_jar.xml" parse="xml" xpointer=""/>
6 <tool_dependency>
7 <package name="epigenome" version="0.0.1" prior_installation_required="True">
8 <install version="1.0">
9 <actions>
10 <action type="download_by_url">http://teamcity.jetbrains.com/guestAuth/repository/download/Epigenome_Tools_Integration/lastSuccessful/integration-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 $INTEGRATION_JAR so Python script knows where to look -->
16 <action type="set_environment">
17 <environment_variable name="$INTEGRATION_JAR" action="set_to">$INSTALL_DIR/integration-Dev-all.jar</environment_variable>
18 </action>
19 </actions>
20 </install>
21 <readme>
22 Downloads epigenome integration JAR.
23 </readme>
24 </package>
25 </tool_dependency> 6 </tool_dependency>
26