Mercurial > repos > ebi-gxa > scanpy_find_markers
changeset 18:bfdca1eb4548 draft
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit 0cba7758ff1591240bdc81d8075fd90b46951c2d-dirty"
author | ebi-gxa |
---|---|
date | Fri, 13 Nov 2020 14:59:11 +0000 |
parents | f04dd4e5b6a7 |
children | 9fe7e2da8fe6 |
files | scanpy-find-markers.xml scanpy_macros2.xml |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/scanpy-find-markers.xml Thu Oct 15 16:06:41 2020 +0000 +++ b/scanpy-find-markers.xml Fri Nov 13 14:59:11 2020 +0000 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<tool id="scanpy_find_markers" name="Scanpy FindMarkers" version="@TOOL_VERSION@+galaxy3" profile="@PROFILE@"> +<tool id="scanpy_find_markers" name="Scanpy FindMarkers" version="@TOOL_VERSION@+galaxy4" profile="@PROFILE@"> <description>to find differentially expressed genes between groups</description> <macros> <import>scanpy_macros2.xml</import>
--- a/scanpy_macros2.xml Thu Oct 15 16:06:41 2020 +0000 +++ b/scanpy_macros2.xml Fri Nov 13 14:59:11 2020 +0000 @@ -49,7 +49,7 @@ <xml name="requirements"> <requirements> - <requirement type="package" version="0.3.0">scanpy-scripts</requirement> + <requirement type="package" version="0.3.1">scanpy-scripts</requirement> <yield/> </requirements> </xml>