Mercurial > repos > iuc > scanpy_plot
changeset 10:c6b7bb9eb72f draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy/ commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
author | iuc |
---|---|
date | Wed, 01 Sep 2021 08:31:02 +0000 |
parents | 2644ebc71c2c |
children | 69a12ab93cdd |
files | 1.4.tar.gz a.out macros.xml plot.xml |
diffstat | 4 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Mon Apr 12 18:09:03 2021 +0000 +++ b/macros.xml Wed Sep 01 08:31:02 2021 +0000 @@ -10,6 +10,11 @@ <yield /> </requirements> </xml> + <xml name="bio_tools"> + <xrefs> + <xref type="bio.tools">obitools</xref> + </xrefs> + </xml> <xml name="citations"> <citations> <citation type="doi">10.1186/s13059-017-1382-0</citation>
--- a/plot.xml Mon Apr 12 18:09:03 2021 +0000 +++ b/plot.xml Wed Sep 01 08:31:02 2021 +0000 @@ -1,5 +1,6 @@ <tool id="scanpy_plot" name="Plot" version="1.7.1+galaxy1" profile="@profile@"> <description> with scanpy</description> + <expand macro="bio_tools"/> <macros> <import>macros.xml</import> </macros>