comparison integration_jar.xml @ 0:d7714f886224

Initial commit. Snapshot 61f45be
author oleg@oleg-desktop
date Thu, 29 Oct 2015 12:04:47 +0300
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:d7714f886224
1 <!--
2 Package for downloading latest successful development tools.
3 Tags information is here:
4 https://wiki.galaxyproject.org/ToolDependenciesTagSets
5 -->
6 <package name="integration_jar" version="0.0.1" prior_installation_required="True">
7 <install version="1.0">
8 <actions>
9 <action type="download_by_url">http://teamcity.jetbrains.com/guestAuth/repository/download/Epigenome_Tools_Integration/lastSuccessful/integration-Dev-all.jar</action>
10 <action type="move_directory_files">
11 <source_directory>.</source_directory>
12 <destination_directory>$INSTALL_DIR/</destination_directory>
13 </action>
14 <!-- Set environment variable $INTEGRATION_JAR so Python script knows where to look -->
15 <action type="set_environment">
16 <environment_variable name="$INTEGRATION_JAR" action="set_to">$INSTALL_DIR/integration-Dev-all.jar</environment_variable>
17 </action>
18 </actions>
19 </install>
20 <readme>
21 Downloads epigenome integration JAR.
22 </readme>
23 </package>