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 -->
|
12
|
7 <package name="package_span_jar" version="0.13.5244" prior_installation_required="True">
|
0
|
8 <install version="1.0">
|
|
9 <actions>
|
12
|
10 <action type="download_by_url">https://download.jetbrains.com/biolabs/span/span-0.13.5244.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">
|
12
|
17 <environment_variable name="SPAN_JAR" action="set_to">$INSTALL_DIR/span-0.13.5244.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>
|