Mercurial > repos > ebi-gxa > scanpy_filter_genes
changeset 12:c678f671e151 draft
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit edcca4677d954001b33ad15e22603ea452031d76
author | ebi-gxa |
---|---|
date | Wed, 11 Mar 2020 06:37:32 -0400 |
parents | 6ac8b9a3a279 |
children | 303c559f4e1f |
files | scanpy-filter-genes.xml scanpy_macros2.xml |
diffstat | 2 files changed, 6 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/scanpy-filter-genes.xml Thu Feb 20 10:18:01 2020 -0500 +++ b/scanpy-filter-genes.xml Wed Mar 11 06:37:32 2020 -0400 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<tool id="scanpy_filter_genes" name="Scanpy FilterGenes" version="@TOOL_VERSION@+galaxy9" profile="@PROFILE@"> +<tool id="scanpy_filter_genes" name="Scanpy FilterGenes" version="@TOOL_VERSION@+galaxy10" profile="@PROFILE@"> <description>based on counts and numbers of cells expressed</description> <macros> <import>scanpy_macros2.xml</import>
--- a/scanpy_macros2.xml Thu Feb 20 10:18:01 2020 -0500 +++ b/scanpy_macros2.xml Wed Mar 11 06:37:32 2020 -0400 @@ -5,9 +5,11 @@ <token name="@VERSION_HISTORY@"><![CDATA[ **Version history** -1.4.3+galaxy9: Update to scanpy-scripts 0.2.9 (running scanpy ==1.4.3) to address bugfixes in find-variable-genes. +1.4.3+galaxy10: Update to scanpy-scripts 0.2.10 (running scanpy ==1.4.3) to address bugfixes in run-pca. -1.4.3+galaxy9: Use profile 18.01 for modules. +1.4.3+galaxy10: Update to scanpy-scripts 0.2.9 (running scanpy ==1.4.3) to address bugfixes in find-variable-genes. + +1.4.3+galaxy10: Use profile 18.01 for modules. 1.4.3+galaxy6: Update to scanpy-scripts 0.2.8 (running scanpy ==1.4.3) and wider compatibility with other Galaxy modules. Bug fixes in filtering and plotting improvements. @@ -44,7 +46,7 @@ <xml name="requirements"> <requirements> - <requirement type="package" version="0.2.9">scanpy-scripts</requirement> + <requirement type="package" version="0.2.10">scanpy-scripts</requirement> <yield/> </requirements> </xml>