Mercurial > repos > jetbrains > zinbra
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue Oct 27 14:20:42 2015 +0300 @@ -0,0 +1,26 @@ +<?xml version="1.0"?> +<!-- +Tags information is here: +https://wiki.galaxyproject.org/ToolDependenciesTagSets +--> +<tool_dependency> + <package name="epigenome" version="0.0.1"> + <install version="1.0"> + <actions> + <action type="download_by_url">http://teamcity.jetbrains.com/guestAuth/repository/download/Epigenome_Tools_GenestackIntegration/lastSuccessful/genestack-Dev-all.jar</action> + <action type="move_directory_files"> + <source_directory>.</source_directory> + <destination_directory>$INSTALL_DIR/</destination_directory> + </action> + <!-- Set environment variable $EPIGENOME_JAR so Python script knows where to look --> + <action type="set_environment"> + <environment_variable name="EPIGENOME_JAR" action="set_to">$INSTALL_DIR/genestack-Dev-all.jar</environment_variable> + </action> + </actions> + </install> + <readme> + Downloads epigenome integration v0.0.1 + </readme> + </package> +</tool_dependency> +