Mercurial > repos > ebi-gxa > scmap_scmap_cell
changeset 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 |
files | scmap_scmap_cell.xml |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/scmap_scmap_cell.xml Thu Aug 13 06:15:33 2020 -0400 +++ b/scmap_scmap_cell.xml Fri Aug 14 10:44:26 2020 -0400 @@ -1,4 +1,4 @@ -<tool id="scmap_scmap_cell" name="Scmap cell projection" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@"> +<tool id="scmap_scmap_cell" name="Scmap cell projection" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@"> <description>searches each cell in a query dataset for the nearest neighbours by cosine distance within a collection of reference datasets.</description> <macros> <import>scmap_macros.xml</import> @@ -34,9 +34,9 @@ </inputs> <outputs> <data name="output_single_cell_experiment" format="rdata" /> - <data name="closest_cells_text_file" format="csv" /> - <data name="closest_cells_similarities_text_file" format="csv" /> - <data name="closest_cells_clusters_csv" format="csv"> + <data name="closest_cells_text_file" format="tabular" /> + <data name="closest_cells_similarities_text_file" format="tabular" /> + <data name="closest_cells_clusters_csv" format="tabular"> <filter>cluster_projection['do_cluster_projection']</filter> </data> </outputs>