# HG changeset patch
# User ebi-gxa
# Date 1635415125 0
# Node ID a58d4166805b2a702eae41e0d6eb0d5d1a399b62
# Parent  0fe56ddbab0d72c0d88723e9d280f391d0d27222
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit 9ea121884e1aecd2ee66a0686057cb3ed904b9eb-dirty"

diff -r 0fe56ddbab0d -r a58d4166805b scanpy_macros2.xml
--- a/scanpy_macros2.xml	Fri Oct 15 15:05:21 2021 +0000
+++ b/scanpy_macros2.xml	Thu Oct 28 09:58:45 2021 +0000
@@ -1,10 +1,12 @@
 <macros>
-  <token name="@TOOL_VERSION@">1.8.1+2</token>
+  <token name="@TOOL_VERSION@">1.8.1+3</token>
   <token name="@HELP@">More information can be found at https://scanpy.readthedocs.io</token>
   <token name="@PROFILE@">18.01</token>
   <token name="@VERSION_HISTORY@"><![CDATA[
 **Version history**
 
+1.8.1+3+galaxy0: Upate to scanpy-scripts 1.1.3 (running scanpy ==1.8.1), including a fix to MTX output and a bugfix for the Scrublet wrapper.
+
 1.8.1+2+galaxy0: Upate to scanpy-scripts 1.1.2 (running scanpy ==1.8.1), including improved boolean handling for mito etc.
 
 1.8.1+1+galaxy0: Upate to scanpy-scripts 1.1.1 build 1 (running scanpy ==1.8.1), including improved Scrublet integration with batch handling.
@@ -65,7 +67,7 @@
 
   <xml name="requirements">
     <requirements>
-      <requirement type="package" version="1.1.2">scanpy-scripts</requirement>
+      <requirement type="package" version="1.1.3">scanpy-scripts</requirement>
       <yield/>
     </requirements>
   </xml>