diff scanpy_macros2.xml @ 2:059f8d2e8be1 draft

planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ccd9b839849600b1aa3b6cf54f667575a5f2da9d
author ebi-gxa
date Fri, 25 Oct 2019 08:19:50 -0400
parents e541f264fad2
children 378ea34bbf2a
line wrap: on
line diff
--- a/scanpy_macros2.xml	Mon Sep 16 08:11:56 2019 -0400
+++ b/scanpy_macros2.xml	Fri Oct 25 08:19:50 2019 -0400
@@ -1,9 +1,11 @@
 <macros>
-  <token name="@TOOL_VERSION@">1.4.2</token>
+  <token name="@TOOL_VERSION@">1.4.3</token>
   <token name="@HELP@">More information can be found at https://scanpy.readthedocs.io</token>
   <token name="@VERSION_HISTORY@"><![CDATA[
 **Version history**
 
+1.4.3+galaxy0: Update to scanpy-scripts 0.2.5 (running scanpy ==1.4.3).
+
 1.4.2+galaxy0: Update to scanpy-scripts 0.2.4 (requires scanpy >=1.4.2).
 
 1.3.2+galaxy1: Normalise-data and filter-genes: Exposes ability to output 10x files.
@@ -31,7 +33,7 @@
 
   <xml name="requirements">
     <requirements>
-      <requirement type="package" version="0.2.4.post4">scanpy-scripts</requirement>
+      <requirement type="package" version="0.2.5.post1">scanpy-scripts</requirement>
       <yield/>
     </requirements>
   </xml>