changeset 5:d87ecbc477d8 draft

Updated for the SPAN version 0.7.1.4518 built on November 21, 2018
author jetbrains
date Wed, 21 Nov 2018 06:29:41 -0500
parents 7936a3af3dd1
children 70500fd87b60
files span.xml tool_dependencies.xml
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/span.xml	Wed Nov 21 04:00:42 2018 -0500
+++ b/span.xml	Wed Nov 21 06:29:41 2018 -0500
@@ -1,7 +1,7 @@
-<tool id="span" name="SPAN" version="0.7.1.4272">
+<tool id="span" name="SPAN" version="0.7.1.4518">
     <description>Semi-supervised Peak Analyzer for ChIP-Seq data</description>
     <requirements>
-        <requirement type="package" version="0.7.1.4272">package_span_jar</requirement>
+        <requirement type="package" version="0.7.1.4518">package_span_jar</requirement>
     </requirements>
     <stdio>
         <!-- Wrapper ensures anything other than zero is an error -->
--- a/tool_dependencies.xml	Wed Nov 21 04:00:42 2018 -0500
+++ b/tool_dependencies.xml	Wed Nov 21 06:29:41 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.7.1.4272" prior_installation_required="True">
+    <package name="package_span_jar" version="0.7.1.4518" prior_installation_required="True">
         <install version="1.0">
             <actions>
-                <action type="download_by_url">https://download.jetbrains.com/biolabs/span/span-0.7.1.4272.jar</action>
+                <action type="download_by_url">https://download.jetbrains.com/biolabs/span/span-0.7.1.4518.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.7.1.4272.jar</environment_variable>
+                    <environment_variable name="SPAN_JAR" action="set_to">$INSTALL_DIR/span-0.7.1.4518.jar</environment_variable>
                 </action>
             </actions>
         </install>