comparison scanpy-filter-genes.xml @ 8:88bccd53d18a draft

planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit 400799f99ee36ad12b990b1ccabf4be16a26c003
author ebi-gxa
date Mon, 25 Nov 2019 14:38:14 -0500
parents 0bba942e0869
children 4bc377096eea
comparison
equal deleted inserted replaced
7:0bba942e0869 8:88bccd53d18a
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <tool id="scanpy_filter_genes" name="Scanpy FilterGenes" version="@TOOL_VERSION@+galaxy5"> 2 <tool id="scanpy_filter_genes" name="Scanpy FilterGenes" version="@TOOL_VERSION@+galaxy6">
3 <description>based on counts and numbers of cells expressed</description> 3 <description>based on counts and numbers of cells expressed</description>
4 <macros> 4 <macros>
5 <import>scanpy_macros2.xml</import> 5 <import>scanpy_macros2.xml</import>
6 </macros> 6 </macros>
7 <expand macro="requirements"/> 7 <expand macro="requirements"/>
50 </repeat> 50 </repeat>
51 <expand macro="export_mtx_params"/> 51 <expand macro="export_mtx_params"/>
52 </inputs> 52 </inputs>
53 53
54 <outputs> 54 <outputs>
55 <data name="output_h5" format="h5" from_work_dir="output.h5" label="${tool.name} on ${on_string}: Filtered genes"/> 55 <expand macro="output_data_obj" description="Filtered cells"/>
56 <expand macro="export_mtx_outputs"/> 56 <expand macro="export_mtx_outputs"/>
57 </outputs> 57 </outputs>
58 58
59 <tests> 59 <tests>
60 <test> 60 <test>