diff inspect.xml @ 12:0bf7fddf90c7 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/anndata/ commit 67b3808b56df343798263ff0c905df8cb789edfa
author iuc
date Sat, 14 Sep 2024 19:58:48 +0000
parents 6f0d0c784f09
children
line wrap: on
line diff
--- a/inspect.xml	Sun Nov 12 16:43:58 2023 +0000
+++ b/inspect.xml	Sat Sep 14 19:58:48 2024 +0000
@@ -1,4 +1,4 @@
-<tool id="anndata_inspect" name="Inspect AnnData" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
+<tool id="anndata_inspect" name="Inspect AnnData" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
     <description>object</description>
     <macros>
         <import>macros.xml</import>
@@ -283,7 +283,7 @@
             </conditional>
             <output name="uns_neighbors_connectivities" ftype="mtx">
                 <assert_contents>
-                    <has_text_matching expression="100	100	1248" />
+                    <has_text_matching expression="100	100	2496" />
                     <has_text_matching expression="4.880" />
                 </assert_contents>
             </output>
@@ -305,14 +305,14 @@
             <output name="uns_paga_connectivities" ftype="mtx">
                 <assert_contents>
                     <has_text_matching expression="16	16	97" />
-                    <has_text_matching expression="1.000" />
+                    <has_text_matching expression="2 1 1" />
                     <has_text_matching expression="8.839" />
                 </assert_contents>
             </output>
             <output name="uns_paga_connectivities_tree" ftype="mtx">
                 <assert_contents>
                     <has_text_matching expression="16	16	15" />
-                    <has_text_matching expression="1.000" />
+                    <has_text_matching expression="1 2 1" />
                 </assert_contents>
             </output>
         </test>