Repository 'anndata_ops'
hg clone https://toolshed.g2.bx.psu.edu/repos/ebi-gxa/anndata_ops

Changeset 23:31e5e6d606ef (2021-09-28)
Previous changeset 22:fe75d2414dc0 (2021-08-23) Next changeset 24:52ee45fd7690 (2021-10-15)
Commit message:
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit 85dcbc74a856bd55865bd372601de39af72dfd29-dirty"
modified:
anndata_operations.xml
scanpy_macros2.xml
b
diff -r fe75d2414dc0 -r 31e5e6d606ef anndata_operations.xml
--- a/anndata_operations.xml Mon Aug 23 11:32:48 2021 +0000
+++ b/anndata_operations.xml Tue Sep 28 17:43:02 2021 +0000
b
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<tool id="anndata_ops" name="AnnData Operations" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@">
+<tool id="anndata_ops" name="AnnData Operations" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@">
   <description>modifies metadata and flags genes</description>
   <macros>
     <import>scanpy_macros2.xml</import>
b
diff -r fe75d2414dc0 -r 31e5e6d606ef scanpy_macros2.xml
--- a/scanpy_macros2.xml Mon Aug 23 11:32:48 2021 +0000
+++ b/scanpy_macros2.xml Tue Sep 28 17:43:02 2021 +0000
[
@@ -1,11 +1,13 @@
 <macros>
-  <token name="@TOOL_VERSION@">1.8.1+1</token>
+  <token name="@TOOL_VERSION@">1.8.1+2</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.1+galaxy0: Upate to scanpy-scripts 1.1.1 build 1 (running scanpy ==1.8.1), including improved Scrublet integration with batch handling.
+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.
 
 1.8.1+galaxy0: Upate to scanpy-scripts 1.0.1 (running scanpy ==1.8.1), including Scrublet integration.
 
@@ -63,7 +65,7 @@
 
   <xml name="requirements">
     <requirements>
-      <requirement type="package" version="1.1.1">scanpy-scripts</requirement>
+      <requirement type="package" version="1.1.2">scanpy-scripts</requirement>
       <yield/>
     </requirements>
   </xml>