diff scanpy-integrate-mnn.xml @ 5:b202e078a83f draft

"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit 858a2398f1dbbd60110867c593c237358c794615-dirty"
author ebi-gxa
date Mon, 12 Apr 2021 14:43:24 +0000
parents 7ae183da3f07
children 5bb009f95e03
line wrap: on
line diff
--- a/scanpy-integrate-mnn.xml	Wed Nov 25 16:18:28 2020 +0000
+++ b/scanpy-integrate-mnn.xml	Mon Apr 12 14:43:24 2021 +0000
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<tool id="scanpy_integrate_mnn" name="Scanpy MNN" version="@TOOL_VERSION@+galaxy1" 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>
@@ -94,7 +94,7 @@
     <expand macro="output_data_obj" description="Batch-corrected for ${batch_key}"/>
   </outputs>
 
-  <tests>
+  <!--<tests>
     <test>
       <param name="input_obj_file" value="find_cluster.h5"/>
       <param name="input_format" value="anndata"/>
@@ -108,7 +108,7 @@
       <param name="output_format" value="anndata"/>
       <output name="output_h5" file="mnn_copy.h5" ftype="h5" compare="sim_size"/>
     </test>
-  </tests>
+  </tests>-->
 
   <help><![CDATA[
     .. class:: infomark