Mercurial > repos > iuc > scater_plot_tsne
changeset 1:821d1ab87d8f draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
| author | iuc |
|---|---|
| date | Wed, 01 Sep 2021 08:32:15 +0000 |
| parents | e5e00c1c975a |
| children | 244263a3193e |
| files | macros.xml scater-plot-tsne.xml |
| diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Tue Sep 03 14:24:21 2019 -0400 +++ b/macros.xml Wed Sep 01 08:32:15 2021 +0000 @@ -9,6 +9,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.1093/bioinformatics/btw777</citation>
--- a/scater-plot-tsne.xml Tue Sep 03 14:24:21 2019 -0400 +++ b/scater-plot-tsne.xml Wed Sep 01 08:32:15 2021 +0000 @@ -1,5 +1,6 @@ <tool id="scater_plot_tsne" name="Scater: t-SNE plot" version="@TOOL_VERSION@"> <description>Produces a t-SNE plot of two components</description> + <expand macro="bio_tools"/> <macros> <import>macros.xml</import> </macros>
