Mercurial > repos > jetbrains > span
comparison tool_dependencies.xml @ 0:1f0c4f0a9c3b draft
Initial version of SPAN for ToolShed
author | jetbrains |
---|---|
date | Thu, 15 Nov 2018 11:04:49 -0500 |
parents | |
children | dfb1e66235c5 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1f0c4f0a9c3b |
---|---|
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 --> | |
7 <package name="package_span_jar" version="0.7.1.4272" prior_installation_required="True"> | |
8 <install version="1.0"> | |
9 <actions> | |
10 <action type="download_by_url">https://download.jetbrains.com/biolabs/span/span-0.7.1.4272.jar</action> | |
11 <action type="move_directory_files"> | |
12 <source_directory>.</source_directory> | |
13 <destination_directory>$INSTALL_DIR/</destination_directory> | |
14 </action> | |
15 <!-- Set environment variable $INTEGRATION_JAR so Python script knows where to look --> | |
16 <action type="set_environment"> | |
17 <environment_variable name="$SPAN_JAR" action="set_to">$INSTALL_DIR/span-0.7.1.4272.jar</environment_variable> | |
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> |