changeset 24:439f7f939d46 draft

"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit 9ea121884e1aecd2ee66a0686057cb3ed904b9eb-dirty"
author ebi-gxa
date Thu, 28 Oct 2021 09:59:09 +0000
parents f6a781314ca8
children 6b97ffba31da
files scanpy_macros2.xml
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scanpy_macros2.xml	Fri Oct 15 15:05:41 2021 +0000
+++ b/scanpy_macros2.xml	Thu Oct 28 09:59:09 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>