Mercurial > repos > jetbrains > cmeth
comparison tool_dependencies.xml @ 3:13718f59d720 draft default tip
Deleted selected files
author | jetbrains |
---|---|
date | Fri, 12 Oct 2018 06:02:38 -0400 |
parents | 7140e1993b5b |
children |
comparison
equal
deleted
inserted
replaced
2:7140e1993b5b | 3:13718f59d720 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <!-- | |
4 Package for downloading latest successful development tools. | |
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> | |
26 </tool_dependency> |