# HG changeset patch # User iuc # Date 1632345272 0 # Node ID c5d3684f7c4c640322c2cf6e016aa9873e12f54a # Parent e4c99c83dfbf40e0b6fa1636873f7b1fdc4bfa6d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy/ commit 806c15e8f3ae7acea300ebeb83222162c42eca14" diff -r e4c99c83dfbf -r c5d3684f7c4c inspect.xml --- a/inspect.xml Mon Apr 12 18:13:59 2021 +0000 +++ b/inspect.xml Wed Sep 22 21:14:32 2021 +0000 @@ -1,5 +1,6 @@ <tool id="scanpy_inspect" name="Inspect and manipulate" version="@galaxy_version@" profile="@profile@"> <description> with scanpy</description> + <expand macro="bio_tools"/> <macros> <import>macros.xml</import> <xml name="score_genes_params"> diff -r e4c99c83dfbf -r c5d3684f7c4c macros.xml --- a/macros.xml Mon Apr 12 18:13:59 2021 +0000 +++ b/macros.xml Wed Sep 22 21:14:32 2021 +0000 @@ -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>