Mercurial > repos > iuc > scater_filter
changeset 2:3ba85118e1b5 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:33:07 +0000 |
| parents | f15110ba3089 |
| children | c3f92a7f5ecd |
| files | macros.xml scater-filter.xml |
| diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Tue Sep 03 14:22:54 2019 -0400 +++ b/macros.xml Wed Sep 01 08:33:07 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-filter.xml Tue Sep 03 14:22:54 2019 -0400 +++ b/scater-filter.xml Wed Sep 01 08:33:07 2021 +0000 @@ -1,5 +1,6 @@ <tool id="scater_filter" name="Scater: filter SCE" version="@TOOL_VERSION@"> <description>with user-defined parameters or PCA</description> + <expand macro="bio_tools"/> <macros> <import>macros.xml</import> </macros>
