Mercurial > repos > jetbrains > zinbra
annotate tool_dependencies.xml @ 4:d76a6b6398d4
Noone will paste commit information twice, forget.
| author | oleg@oleg-desktop.times.labs.intellij.net |
|---|---|
| date | Wed, 28 Oct 2015 19:02:21 +0300 |
| parents | 5a76c80e27c9 |
| children | 7d532e820976 |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <!-- | |
| 3 Tags information is here: | |
| 4 https://wiki.galaxyproject.org/ToolDependenciesTagSets | |
| 5 --> | |
| 6 <tool_dependency> | |
| 1 | 7 <package name="epigenome" version="0.0.1" prior_installation_required="True"> |
| 0 | 8 <install version="1.0"> |
| 9 <actions> | |
| 2 | 10 <action type="download_by_url">http://teamcity.jetbrains.com/guestAuth/repository/download/Epigenome_Tools_Integration/lastSuccessful/integration-Dev-all.jar</action> |
| 0 | 11 <action type="move_directory_files"> |
| 12 <source_directory>.</source_directory> | |
| 13 <destination_directory>$INSTALL_DIR/</destination_directory> | |
| 14 </action> | |
| 2 | 15 <!-- Set environment variable $INTEGRATION_JAR so Python script knows where to look --> |
| 0 | 16 <action type="set_environment"> |
| 2 | 17 <environment_variable name="$INTEGRATION_JAR" action="set_to">$INSTALL_DIR/integration-Dev-all.jar</environment_variable> |
| 0 | 18 </action> |
| 19 </actions> | |
| 20 </install> | |
| 21 <readme> | |
| 2 | 22 Downloads epigenome integration JAR. |
|
3
5a76c80e27c9
Fixed readme + Released version:
oleg@oleg-desktop.times.labs.intellij.net
parents:
2
diff
changeset
|
23 See for more details: https://teamcity.jetbrains.com/project.html?projectId=Epigenome_Tools&tab=projectOverview&guest=1 |
| 0 | 24 </readme> |
| 25 </package> | |
| 26 </tool_dependency> | |
| 27 |
