Mercurial > repos > ebi-gxa > seurat_dim_plot
changeset 4:cfc3d8ee3a64 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:46:57 +0000 | 
| parents | e7e01a7fea38 | 
| children | 316623eb59bd | 
| files | seurat_dim_plot.xml seurat_macros.xml | 
| diffstat | 2 files changed, 6 insertions(+), 4 deletions(-) [+] | 
line wrap: on
 line diff
--- a/seurat_dim_plot.xml Sat Jul 11 08:44:27 2020 -0400 +++ b/seurat_dim_plot.xml Fri Nov 27 13:46:57 2020 +0000 @@ -76,8 +76,9 @@ </outputs> <tests> <test> - <param name="input" value="seurat_clustered.rds" /> - <output name="output_image_file" file="pca.png" /> + <param name="rds_seurat_file" value="cluster_seurat.rds" ftype="rdata" /> + <param name="do_bare" value="True" /> + <output name="output_image_file" file="pcatest.png" compare="sim_size" delta="5000000" /> </test> </tests> <help><