Mercurial > repos > ebi-gxa > scanpy_filter_genes
diff scanpy-filter-genes.xml @ 2:a797a810d7e9 draft
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit 21b38b449c453762966dfbe55ec3bf7d39377c86
author | ebi-gxa |
---|---|
date | Tue, 22 Oct 2019 08:01:01 -0400 |
parents | 7aebd6265a97 |
children | 77fbe74247c2 |
line wrap: on
line diff
--- a/scanpy-filter-genes.xml Mon Sep 16 08:15:32 2019 -0400 +++ b/scanpy-filter-genes.xml Tue Oct 22 08:01:01 2019 -0400 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<tool id="scanpy_filter_genes" name="Scanpy FilterGenes" version="@TOOL_VERSION@+galaxy1"> +<tool id="scanpy_filter_genes" name="Scanpy FilterGenes" version="@TOOL_VERSION@+galaxy2"> <description>based on counts and numbers of cells expressed</description> <macros> <import>scanpy_macros2.xml</import> @@ -17,7 +17,7 @@ ${cats} #end if #if $subsets - #set subs = ' '.join(['--subsets {name} {subset}'.format(**$s) for $c in $subsets]) + #set subs = ' '.join(['--subsets {name} {subset}'.format(**$s) for $s in $subsets]) ${subs} #end if @INPUT_OPTS@