Mercurial > repos > jetbrains > span
changeset 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 |
files | span.xml tool_dependencies.xml |
diffstat | 2 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/span.xml Thu Dec 13 10:28:39 2018 -0500 +++ b/span.xml Wed Jan 16 12:18:16 2019 -0500 @@ -1,7 +1,7 @@ -<tool id="span" name="SPAN" version="0.9.1.4601"> +<tool id="span" name="SPAN" version="0.9.2.4618"> <description>Semi-supervised Peak Analyzer for ChIP-Seq data</description> <requirements> - <requirement type="package" version="0.9.1.4601">package_span_jar</requirement> + <requirement type="package" version="0.9.2.4618">package_span_jar</requirement> </requirements> <stdio> <!-- Wrapper ensures anything other than zero is an error -->
--- a/tool_dependencies.xml Thu Dec 13 10:28:39 2018 -0500 +++ b/tool_dependencies.xml Wed Jan 16 12:18:16 2019 -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.1.4601" prior_installation_required="True"> + <package name="package_span_jar" version="0.9.2.4618" prior_installation_required="True"> <install version="1.0"> <actions> - <action type="download_by_url">https://download.jetbrains.com/biolabs/span/span-0.9.1.4601.jar</action> + <action type="download_by_url">https://download.jetbrains.com/biolabs/span/span-0.9.2.4618.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.1.4601.jar</environment_variable> + <environment_variable name="SPAN_JAR" action="set_to">$INSTALL_DIR/span-0.9.2.4618.jar</environment_variable> </action> </actions> </install>