changeset 12:6c9ed05526da draft default tip

Uploaded
author jetbrains
date Wed, 12 Aug 2020 13:31:16 -0400
parents 191a97fe6da5
children
files span.xml tool_dependencies.xml
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/span.xml	Wed Jan 16 12:18:16 2019 -0500
+++ b/span.xml	Wed Aug 12 13:31:16 2020 -0400
@@ -1,7 +1,7 @@
-<tool id="span" name="SPAN" version="0.9.2.4618">
+<tool id="span" name="SPAN" version="0.13.5244">
     <description>Semi-supervised Peak Analyzer for ChIP-Seq data</description>
     <requirements>
-        <requirement type="package" version="0.9.2.4618">package_span_jar</requirement>
+        <requirement type="package" version="0.13.5244">package_span_jar</requirement>
     </requirements>
     <stdio>
         <!-- Wrapper ensures anything other than zero is an error -->
--- a/tool_dependencies.xml	Wed Jan 16 12:18:16 2019 -0500
+++ b/tool_dependencies.xml	Wed Aug 12 13:31:16 2020 -0400
@@ -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.2.4618" prior_installation_required="True">
+    <package name="package_span_jar" version="0.13.5244" prior_installation_required="True">
         <install version="1.0">
             <actions>
-                <action type="download_by_url">https://download.jetbrains.com/biolabs/span/span-0.9.2.4618.jar</action>
+                <action type="download_by_url">https://download.jetbrains.com/biolabs/span/span-0.13.5244.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.2.4618.jar</environment_variable>
+                    <environment_variable name="SPAN_JAR" action="set_to">$INSTALL_DIR/span-0.13.5244.jar</environment_variable>
                 </action>
             </actions>
         </install>