diff seurat_run_tsne.xml @ 4:2d294978b152 draft

"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit a1ad1ddd9b8e4db5bb82c3accae8311e0e488b19"
author ebi-gxa
date Fri, 27 Nov 2020 13:49:39 +0000
parents fd0fc93b3c87
children 8d9ceaec2c7f
line wrap: on
line diff
--- a/seurat_run_tsne.xml	Sat Jul 11 08:43:09 2020 -0400
+++ b/seurat_run_tsne.xml	Fri Nov 27 13:49:39 2020 +0000
@@ -1,4 +1,4 @@
-<tool id="seurat_run_tsne" name="Seurat RunTSNE" version="@SEURAT_VERSION@+galaxy1">
+<tool id="seurat_run_tsne" name="Seurat RunTSNE" version="@SEURAT_VERSION@+galaxy0">
     <description>run t-SNE dimensionality reduction</description>
     <macros>
         <import>seurat_macros.xml</import>
@@ -66,8 +66,8 @@
 
     <tests>
         <test>
-            <param name="input" ftype="rdata" value="out_findclust.rds"/>
-            <output name="rds_seurat_file" ftype="rdata" value="out_runtsne.rds" compare="sim_size"/>
+            <param name="rds_seurat_file" ftype="rdata" value="pca_seurat.rds"/>
+            <output name="rds_seurat_file" ftype="rdata" value="tsne_seurat.rds" compare="sim_size" delta="1000000" />
         </test>
     </tests>
     <help><![CDATA[