Mercurial > repos > ebi-gxa > scanpy_integrate_mnn
comparison scanpy-integrate-mnn.xml @ 1:7ae183da3f07 draft
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit 9028e8fa3761fd640dcace5d36bf9b7d558319f7-dirty"
author | ebi-gxa |
---|---|
date | Thu, 10 Sep 2020 08:45:10 +0000 |
parents | 873449082a29 |
children | b202e078a83f |
comparison
equal
deleted
inserted
replaced
0:873449082a29 | 1:7ae183da3f07 |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <tool id="scanpy_integrate_mnn" name="Scanpy MNN" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@"> | 2 <tool id="scanpy_integrate_mnn" name="Scanpy MNN" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@"> |
3 <description>correct batch effects by matching mutual nearest neighbors</description> | 3 <description>correct batch effects by matching mutual nearest neighbors</description> |
4 <macros> | 4 <macros> |
5 <import>scanpy_macros2.xml</import> | 5 <import>scanpy_macros2.xml</import> |
6 </macros> | 6 </macros> |
7 <expand macro="requirements"/> | 7 <expand macro="requirements"/> |
44 #end if | 44 #end if |
45 #end if | 45 #end if |
46 @INPUT_OPTS@ | 46 @INPUT_OPTS@ |
47 @OUTPUT_OPTS@ | 47 @OUTPUT_OPTS@ |
48 #else | 48 #else |
49 echo "No batch variables passed, simply passing original input as output unchanged."; | 49 echo "No batch variables passed, simply passing original input as output unchanged." && cp '${input_obj_file}' output.h5 |
50 cp '${input_obj_file}' '${output_h5}' | |
51 #end if | 50 #end if |
52 ]]></command> | 51 ]]></command> |
53 | 52 |
54 <inputs> | 53 <inputs> |
55 <expand macro="input_object_params"/> | 54 <expand macro="input_object_params"/> |
101 <param name="input_format" value="anndata"/> | 100 <param name="input_format" value="anndata"/> |
102 <param name="output_format" value="anndata"/> | 101 <param name="output_format" value="anndata"/> |
103 <param name="batch_key" value="louvain"/> | 102 <param name="batch_key" value="louvain"/> |
104 <output name="output_h5" file="mnn.h5" ftype="h5" compare="sim_size"/> | 103 <output name="output_h5" file="mnn.h5" ftype="h5" compare="sim_size"/> |
105 </test> | 104 </test> |
105 <test> | |
106 <param name="input_obj_file" value="find_cluster.h5"/> | |
107 <param name="input_format" value="anndata"/> | |
108 <param name="output_format" value="anndata"/> | |
109 <output name="output_h5" file="mnn_copy.h5" ftype="h5" compare="sim_size"/> | |
110 </test> | |
106 </tests> | 111 </tests> |
107 | 112 |
108 <help><![CDATA[ | 113 <help><![CDATA[ |
109 .. class:: infomark | 114 .. class:: infomark |
110 | 115 |