Mercurial > repos > ebi-gxa > scmap_scmap_cell
comparison scmap_scmap_cell.xml @ 11:1543a50e08c9 draft
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit bb88d0eb9c193518eb0d05321e3458a10212d3ab"
author | ebi-gxa |
---|---|
date | Fri, 14 Aug 2020 10:44:26 -0400 |
parents | bcc0113fa796 |
children | 65b719530dd5 |
comparison
equal
deleted
inserted
replaced
10:bcc0113fa796 | 11:1543a50e08c9 |
---|---|
1 <tool id="scmap_scmap_cell" name="Scmap cell projection" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@"> | 1 <tool id="scmap_scmap_cell" name="Scmap cell projection" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@"> |
2 <description>searches each cell in a query dataset for the nearest neighbours by cosine distance within a collection of reference datasets.</description> | 2 <description>searches each cell in a query dataset for the nearest neighbours by cosine distance within a collection of reference datasets.</description> |
3 <macros> | 3 <macros> |
4 <import>scmap_macros.xml</import> | 4 <import>scmap_macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="requirements" /> | 6 <expand macro="requirements" /> |
32 </when> | 32 </when> |
33 </conditional> | 33 </conditional> |
34 </inputs> | 34 </inputs> |
35 <outputs> | 35 <outputs> |
36 <data name="output_single_cell_experiment" format="rdata" /> | 36 <data name="output_single_cell_experiment" format="rdata" /> |
37 <data name="closest_cells_text_file" format="csv" /> | 37 <data name="closest_cells_text_file" format="tabular" /> |
38 <data name="closest_cells_similarities_text_file" format="csv" /> | 38 <data name="closest_cells_similarities_text_file" format="tabular" /> |
39 <data name="closest_cells_clusters_csv" format="csv"> | 39 <data name="closest_cells_clusters_csv" format="tabular"> |
40 <filter>cluster_projection['do_cluster_projection']</filter> | 40 <filter>cluster_projection['do_cluster_projection']</filter> |
41 </data> | 41 </data> |
42 </outputs> | 42 </outputs> |
43 <tests> | 43 <tests> |
44 <test> | 44 <test> |