Mercurial > repos > ebi-gxa > scanpy_integrate_mnn
diff scanpy-integrate-mnn.xml @ 14:ff6decc0f432 draft default tip
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ee197a80b2d591c393e1662854bc119b2ecab11e-dirty
author | ebi-gxa |
---|---|
date | Tue, 27 Feb 2024 16:43:26 +0000 |
parents | e9788746e0f6 |
children |
line wrap: on
line diff
--- a/scanpy-integrate-mnn.xml Fri Oct 13 14:08:05 2023 +0000 +++ b/scanpy-integrate-mnn.xml Tue Feb 27 16:43:26 2024 +0000 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<tool id="scanpy_integrate_mnn" name="Scanpy MNN" version="@TOOL_VERSION@+galaxy93" profile="@PROFILE@"> +<tool id="scanpy_integrate_mnn" name="Scanpy MNN" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@"> <description>correct batch effects by matching mutual nearest neighbors</description> <macros> <import>scanpy_macros2.xml</import> @@ -102,13 +102,13 @@ <param name="input_format" value="anndata"/> <param name="output_format" value="anndata"/> <param name="batch_key" value="louvain"/> - <output name="output_h5" file="mnn.h5" ftype="h5" compare="sim_size"/> + <output name="output_h5" file="mnn.h5" ftype="h5" compare="sim_size" delta_frac="0.1"/> </test> <test> <param name="input_obj_file" value="find_cluster.h5"/> <param name="input_format" value="anndata"/> <param name="output_format" value="anndata"/> - <output name="output_h5" file="mnn_copy.h5" ftype="h5" compare="sim_size"/> + <output name="output_h5" file="mnn_copy.h5" ftype="h5" compare="sim_size" delta_frac="0.1"/> </test> </tests>-->