Repository 'scanpy_cluster_reduce_dimension'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/scanpy_cluster_reduce_dimension

Changeset 10:aaa5da8e73a9 (2021-09-22)
Previous changeset 9:3e4e1cf73d98 (2021-04-12) Next changeset 11:edec35114f72 (2023-11-08)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy/ commit 806c15e8f3ae7acea300ebeb83222162c42eca14"
modified:
cluster_reduce_dimension.xml
macros.xml
b
diff -r 3e4e1cf73d98 -r aaa5da8e73a9 cluster_reduce_dimension.xml
--- a/cluster_reduce_dimension.xml Mon Apr 12 18:14:53 2021 +0000
+++ b/cluster_reduce_dimension.xml Wed Sep 22 21:09:55 2021 +0000
b
@@ -1,5 +1,6 @@
 <tool id="scanpy_cluster_reduce_dimension" name="Cluster, infer trajectories and embed" version="@galaxy_version@" profile="@profile@">
     <description>with scanpy</description>
+    <expand macro="bio_tools"/>
     <macros>
         <import>macros.xml</import>
         <xml name="pca_inputs">
b
diff -r 3e4e1cf73d98 -r aaa5da8e73a9 macros.xml
--- a/macros.xml Mon Apr 12 18:14:53 2021 +0000
+++ b/macros.xml Wed Sep 22 21:09:55 2021 +0000
b
@@ -10,6 +10,11 @@
             <yield />
         </requirements>
     </xml>
+    <xml name="bio_tools">
+        <xrefs>
+            <xref type="bio.tools">scanpy</xref>
+        </xrefs>
+    </xml>
     <xml name="citations">
         <citations>
             <citation type="doi">10.1186/s13059-017-1382-0</citation>