Mercurial > repos > ebi-gxa > scanpy_find_cluster
diff scanpy-find-cluster.xml @ 5:d5290f98fde4 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:37:17 -0500 |
parents | ee181563bae7 |
children | 8abb1680e8ca |
line wrap: on
line diff
--- a/scanpy-find-cluster.xml Wed Nov 20 05:12:11 2019 -0500 +++ b/scanpy-find-cluster.xml Mon Nov 25 14:37:17 2019 -0500 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<tool id="scanpy_find_cluster" name="Scanpy FindCluster" version="@TOOL_VERSION@+galaxy1"> +<tool id="scanpy_find_cluster" name="Scanpy FindCluster" version="@TOOL_VERSION@+galaxy6"> <description>based on community detection on KNN graph</description> <macros> <import>scanpy_macros2.xml</import> @@ -69,7 +69,7 @@ </inputs> <outputs> - <data name="output_h5" format="h5" from_work_dir="output.h5" label="${tool.name} on ${on_string}: Cluster object"/> + <expand macro="output_data_obj" description="Clusters"/> <data name="output_txt" format="tsv" from_work_dir="output.tsv" label="${tool.name} on ${on_string}: Cluster table"> <filter>output_cluster</filter> </data>