Mercurial > repos > ebi-gxa > scanpy_integrate_combat
comparison scanpy-integrate-combat.xml @ 1:aaf4a7a3dd96 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 | Wed, 09 Sep 2020 12:57:32 +0000 |
parents | 2472523c0c50 |
children | 7322e7583847 |
comparison
equal
deleted
inserted
replaced
0:2472523c0c50 | 1:aaf4a7a3dd96 |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <tool id="scanpy_integrate_combat" name="Scanpy ComBat" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@"> | 2 <tool id="scanpy_integrate_combat" name="Scanpy ComBat" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@"> |
3 <description>adjust expression for variables that might introduce batch effect</description> | 3 <description>adjust expression for variables that might introduce batch effect</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"/> |
20 --key-added '${key_added}' | 20 --key-added '${key_added}' |
21 #end if | 21 #end if |
22 @INPUT_OPTS@ | 22 @INPUT_OPTS@ |
23 @OUTPUT_OPTS@ | 23 @OUTPUT_OPTS@ |
24 #else | 24 #else |
25 echo "No batch variables passed, simply passing original input as output unchanged."; | 25 echo "No batch variables passed, simply passing original input as output unchanged." && cp '${input_obj_file}' output.h5 |
26 cp '${input_obj_file}' '${output_h5}' | |
27 #end if | 26 #end if |
28 ]]></command> | 27 ]]></command> |
29 | 28 |
30 <inputs> | 29 <inputs> |
31 <expand macro="input_object_params"/> | 30 <expand macro="input_object_params"/> |
59 <param name="input_format" value="anndata"/> | 58 <param name="input_format" value="anndata"/> |
60 <param name="output_format" value="anndata"/> | 59 <param name="output_format" value="anndata"/> |
61 <param name="batch_key" value="louvain"/> | 60 <param name="batch_key" value="louvain"/> |
62 <output name="output_h5" file="combat.h5" ftype="h5" compare="sim_size"/> | 61 <output name="output_h5" file="combat.h5" ftype="h5" compare="sim_size"/> |
63 </test> | 62 </test> |
63 <test> | |
64 <param name="input_obj_file" value="find_cluster.h5"/> | |
65 <param name="input_format" value="anndata"/> | |
66 <param name="output_format" value="anndata"/> | |
67 <output name="output_h5" file="combat_copy.h5" ftype="h5" compare="sim_size"/> | |
68 </test> | |
64 </tests> | 69 </tests> |
65 | 70 |
66 <help><![CDATA[ | 71 <help><![CDATA[ |
67 .. class:: infomark | 72 .. class:: infomark |
68 | 73 |