Mercurial > repos > iuc > scanpy_remove_confounders
changeset 2:94c8f42efc47 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:11:58 -0500 |
parents | a89ee42625ad |
children | 00305dc2dd6f |
files | macros.xml remove_confounders.xml |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Wed Oct 16 06:30:25 2019 -0400 +++ b/macros.xml Thu Dec 05 07:11:58 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/remove_confounders.xml Wed Oct 16 06:30:25 2019 -0400 +++ b/remove_confounders.xml Thu Dec 05 07:11:58 2019 -0500 @@ -1,4 +1,4 @@ -<tool id="scanpy_remove_confounders" name="Remove confounders" version="@version@"> +<tool id="scanpy_remove_confounders" name="Remove confounders" version="@version@" profile="@profile@"> <description>with scanpy</description> <macros> <import>macros.xml</import>