Mercurial > repos > iuc > scanpy_normalize
changeset 2:7ab288f29f14 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy/ commit e6675eff6b4d49386c2a9e4dde0011ba33aedbcc"
author | iuc |
---|---|
date | Thu, 05 Dec 2019 12:07:30 +0000 |
parents | 05e99dc40db1 |
children | 288782468dc1 |
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:24:12 2019 -0400 +++ b/macros.xml Thu Dec 05 12:07:30 2019 +0000 @@ -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:24:12 2019 -0400 +++ b/normalize.xml Thu Dec 05 12:07:30 2019 +0000 @@ -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>