Mercurial > repos > ebi-gxa > seurat_find_neighbours
comparison seurat_find_neighbours.xml @ 4:99d628557c47 draft
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 355bb52d2e9d170b1db237e649657cc14e0a047a"
author | ebi-gxa |
---|---|
date | Fri, 04 Mar 2022 07:29:06 +0000 |
parents | ab622ffd7c7f |
children |
comparison
equal
deleted
inserted
replaced
3:ab622ffd7c7f | 4:99d628557c47 |
---|---|
1 <tool id="seurat_find_neighbours" name="Seurat FindNeighbours" version="@SEURAT_VERSION@+galaxy0"> | 1 <tool id="seurat_find_neighbours" name="Seurat FindNeighbours" profile="18.01" version="@SEURAT_VERSION@+galaxy0"> |
2 <description>constructs a Shared Nearest Neighbor (SNN) Graph</description> | 2 <description>constructs a Shared Nearest Neighbor (SNN) Graph</description> |
3 <macros> | 3 <macros> |
4 <import>seurat_macros.xml</import> | 4 <import>seurat_macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="requirements" /> | 6 <expand macro="requirements" /> |
84 </data> | 84 </data> |
85 </outputs> | 85 </outputs> |
86 | 86 |
87 <tests> | 87 <tests> |
88 <test> | 88 <test> |
89 <param name="rds_seurat_file" ftype="rdata" value="pca_seurat.rds"/> | 89 <param name="rds_seurat_file" ftype="rdata" value="E-MTAB-6077-3k_features_90_cells-pca.rds"/> |
90 <param name="compute_snn" value="True" /> | 90 <param name="compute_snn" value="True" /> |
91 <param name="reduction" value="pca" /> | 91 <param name="reduction" value="pca" /> |
92 <output name="rds_seurat_file" ftype="rdata" value="neighbours_seurat.rds" compare="sim_size" delta="10000000" /> | 92 <output name="rds_seurat_file" ftype="rdata" > |
93 <assert_contents> | |
94 <has_size value="5054400" delta="200000"/> | |
95 </assert_contents> | |
96 </output> | |
93 </test> | 97 </test> |
94 </tests> | 98 </tests> |
95 <help><![CDATA[ | 99 <help><![CDATA[ |
96 .. class:: infomark | 100 .. class:: infomark |
97 | 101 |