Mercurial > repos > iuc > scanpy_normalize
changeset 2:8e0f141c8c66 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy/ commit e6675eff6b4d49386c2a9e4dde0011ba33aedbcc"
author | iuc |
---|---|
date | Thu, 05 Dec 2019 07:12:40 -0500 |
parents | a9f14e2d1655 |
children | d7ea9b5e6df1 |
files | macros.xml normalize.xml |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Wed Oct 16 06:31:10 2019 -0400 +++ b/macros.xml Thu Dec 05 07:12:40 2019 -0500 @@ -1,5 +1,6 @@ <macros> - <token name="@version@">1.4.4</token> + <token name="@version@">1.4.4.post1</token> + <token name="@profile@">19.01</token> <token name="@galaxy_version@"><![CDATA[@version@+galaxy0]]></token> <xml name="requirements"> <requirements>
--- a/normalize.xml Wed Oct 16 06:31:10 2019 -0400 +++ b/normalize.xml Thu Dec 05 07:12:40 2019 -0500 @@ -1,4 +1,4 @@ -<tool id="scanpy_normalize" name="Normalize" version="@galaxy_version@"> +<tool id="scanpy_normalize" name="Normalize" version="@galaxy_version@" profile="@profile@"> <description>with scanpy</description> <macros> <import>macros.xml</import>