Mercurial > repos > jetbrains > span
annotate tool_dependencies.xml @ 11:191a97fe6da5 draft
https://github.com/JetBrains-Research/galaxy-applications/commit/08f5cc4f954c99934870f39a4ccbeebaf1620634
author | jetbrains |
---|---|
date | Wed, 16 Jan 2019 12:18:16 -0500 |
parents | 932bcf6c9332 |
children | 6c9ed05526da |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <!-- | |
4 Package for downloading latest successful development tools. | |
5 https://galaxyproject.org/toolshed/tool-dependencies-tag-sets/ | |
6 --> | |
11
191a97fe6da5
https://github.com/JetBrains-Research/galaxy-applications/commit/08f5cc4f954c99934870f39a4ccbeebaf1620634
jetbrains
parents:
10
diff
changeset
|
7 <package name="package_span_jar" version="0.9.2.4618" prior_installation_required="True"> |
0 | 8 <install version="1.0"> |
9 <actions> | |
11
191a97fe6da5
https://github.com/JetBrains-Research/galaxy-applications/commit/08f5cc4f954c99934870f39a4ccbeebaf1620634
jetbrains
parents:
10
diff
changeset
|
10 <action type="download_by_url">https://download.jetbrains.com/biolabs/span/span-0.9.2.4618.jar</action> |
0 | 11 <action type="move_directory_files"> |
12 <source_directory>.</source_directory> | |
13 <destination_directory>$INSTALL_DIR/</destination_directory> | |
14 </action> | |
1 | 15 <!-- Set environment variable SPAN_JAR so Python script knows where to look --> |
0 | 16 <action type="set_environment"> |
11
191a97fe6da5
https://github.com/JetBrains-Research/galaxy-applications/commit/08f5cc4f954c99934870f39a4ccbeebaf1620634
jetbrains
parents:
10
diff
changeset
|
17 <environment_variable name="SPAN_JAR" action="set_to">$INSTALL_DIR/span-0.9.2.4618.jar</environment_variable> |
0 | 18 </action> |
19 </actions> | |
20 </install> | |
21 <readme> | |
22 Downloads SPAN Semi-supervised Peak Analyzer jar distribution file. | |
23 </readme> | |
24 </package> | |
25 </tool_dependency> |