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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
1f0c4f0a9c3b Initial version of SPAN for ToolShed
jetbrains
parents:
diff changeset
1 <?xml version="1.0"?>
1f0c4f0a9c3b Initial version of SPAN for ToolShed
jetbrains
parents:
diff changeset
2 <tool_dependency>
1f0c4f0a9c3b Initial version of SPAN for ToolShed
jetbrains
parents:
diff changeset
3 <!--
1f0c4f0a9c3b Initial version of SPAN for ToolShed
jetbrains
parents:
diff changeset
4 Package for downloading latest successful development tools.
1f0c4f0a9c3b Initial version of SPAN for ToolShed
jetbrains
parents:
diff changeset
5 https://galaxyproject.org/toolshed/tool-dependencies-tag-sets/
1f0c4f0a9c3b Initial version of SPAN for ToolShed
jetbrains
parents:
diff changeset
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
1f0c4f0a9c3b Initial version of SPAN for ToolShed
jetbrains
parents:
diff changeset
8 <install version="1.0">
1f0c4f0a9c3b Initial version of SPAN for ToolShed
jetbrains
parents:
diff changeset
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
1f0c4f0a9c3b Initial version of SPAN for ToolShed
jetbrains
parents:
diff changeset
11 <action type="move_directory_files">
1f0c4f0a9c3b Initial version of SPAN for ToolShed
jetbrains
parents:
diff changeset
12 <source_directory>.</source_directory>
1f0c4f0a9c3b Initial version of SPAN for ToolShed
jetbrains
parents:
diff changeset
13 <destination_directory>$INSTALL_DIR/</destination_directory>
1f0c4f0a9c3b Initial version of SPAN for ToolShed
jetbrains
parents:
diff changeset
14 </action>
1
dfb1e66235c5 Fixed SPAN_JAR environment variable setup
jetbrains
parents: 0
diff changeset
15 <!-- Set environment variable SPAN_JAR so Python script knows where to look -->
0
1f0c4f0a9c3b Initial version of SPAN for ToolShed
jetbrains
parents:
diff changeset
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
1f0c4f0a9c3b Initial version of SPAN for ToolShed
jetbrains
parents:
diff changeset
18 </action>
1f0c4f0a9c3b Initial version of SPAN for ToolShed
jetbrains
parents:
diff changeset
19 </actions>
1f0c4f0a9c3b Initial version of SPAN for ToolShed
jetbrains
parents:
diff changeset
20 </install>
1f0c4f0a9c3b Initial version of SPAN for ToolShed
jetbrains
parents:
diff changeset
21 <readme>
1f0c4f0a9c3b Initial version of SPAN for ToolShed
jetbrains
parents:
diff changeset
22 Downloads SPAN Semi-supervised Peak Analyzer jar distribution file.
1f0c4f0a9c3b Initial version of SPAN for ToolShed
jetbrains
parents:
diff changeset
23 </readme>
1f0c4f0a9c3b Initial version of SPAN for ToolShed
jetbrains
parents:
diff changeset
24 </package>
1f0c4f0a9c3b Initial version of SPAN for ToolShed
jetbrains
parents:
diff changeset
25 </tool_dependency>