Mercurial > repos > jetbrains > span
changeset 10:932bcf6c9332 draft
Updated to commit: https://github.com/JetBrains-Research/galaxy-applications/commit/457fa529985e35bfe1f6631c4d06e9dc768d248d
author | jetbrains |
---|---|
date | Thu, 13 Dec 2018 10:28:39 -0500 |
parents | 2a543f239157 |
children | 191a97fe6da5 |
files | span.xml tool_dependencies.xml |
diffstat | 2 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/span.xml Wed Dec 12 04:11:14 2018 -0500 +++ b/span.xml Thu Dec 13 10:28:39 2018 -0500 @@ -1,7 +1,7 @@ -<tool id="span" name="SPAN" version="0.9.0.4581"> +<tool id="span" name="SPAN" version="0.9.1.4601"> <description>Semi-supervised Peak Analyzer for ChIP-Seq data</description> <requirements> - <requirement type="package" version="0.9.0.4581">package_span_jar</requirement> + <requirement type="package" version="0.9.1.4601">package_span_jar</requirement> </requirements> <stdio> <!-- Wrapper ensures anything other than zero is an error -->
--- a/tool_dependencies.xml Wed Dec 12 04:11:14 2018 -0500 +++ b/tool_dependencies.xml Thu Dec 13 10:28:39 2018 -0500 @@ -4,17 +4,17 @@ Package for downloading latest successful development tools. https://galaxyproject.org/toolshed/tool-dependencies-tag-sets/ --> - <package name="package_span_jar" version="0.9.0.4581" prior_installation_required="True"> + <package name="package_span_jar" version="0.9.1.4601" prior_installation_required="True"> <install version="1.0"> <actions> - <action type="download_by_url">https://download.jetbrains.com/biolabs/span/span-0.9.0.4581.jar</action> + <action type="download_by_url">https://download.jetbrains.com/biolabs/span/span-0.9.1.4601.jar</action> <action type="move_directory_files"> <source_directory>.</source_directory> <destination_directory>$INSTALL_DIR/</destination_directory> </action> <!-- Set environment variable SPAN_JAR so Python script knows where to look --> <action type="set_environment"> - <environment_variable name="SPAN_JAR" action="set_to">$INSTALL_DIR/span-0.9.0.4581.jar</environment_variable> + <environment_variable name="SPAN_JAR" action="set_to">$INSTALL_DIR/span-0.9.1.4601.jar</environment_variable> </action> </actions> </install>