Mercurial > repos > jetbrains > zinbra
view tool_dependencies.xml @ 2:0eb50728861a
Released version:
Updated intergration artifact downloading c585add5cb6f16dce315be256f72119fe530e8f5
author | oleg@oleg-desktop.times.labs.intellij.net |
---|---|
date | Wed, 28 Oct 2015 18:48:43 +0300 |
parents | 8cbb06892b62 |
children | 5a76c80e27c9 |
line wrap: on
line source
<?xml version="1.0"?> <!-- Tags information is here: https://wiki.galaxyproject.org/ToolDependenciesTagSets --> <tool_dependency> <package name="epigenome" version="0.0.1" prior_installation_required="True"> <install version="1.0"> <actions> <action type="download_by_url">http://teamcity.jetbrains.com/guestAuth/repository/download/Epigenome_Tools_Integration/lastSuccessful/integration-Dev-all.jar</action> <action type="move_directory_files"> <source_directory>.</source_directory> <destination_directory>$INSTALL_DIR/</destination_directory> </action> <!-- Set environment variable $INTEGRATION_JAR so Python script knows where to look --> <action type="set_environment"> <environment_variable name="$INTEGRATION_JAR" action="set_to">$INSTALL_DIR/integration-Dev-all.jar</environment_variable> </action> </actions> </install> <readme> Downloads epigenome integration JAR. See for more details: https://teamcity.jetbrains.com/project.html?projectId=Epigenome_Tools&tab=projectOverview&guest=1 </readme> </package> </tool_dependency>