Previous changeset 0:e6d5b3fed639 (2020-09-07) Next changeset 2:0654c7737e2d (2020-09-10) |
Commit message:
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit 9028e8fa3761fd640dcace5d36bf9b7d558319f7-dirty" |
modified:
scanpy-integrate-bbknn.xml |
b |
diff -r e6d5b3fed639 -r c2be8a21eaa2 scanpy-integrate-bbknn.xml --- a/scanpy-integrate-bbknn.xml Mon Sep 07 13:05:34 2020 +0000 +++ b/scanpy-integrate-bbknn.xml Wed Sep 09 13:01:05 2020 +0000 |
[ |
@@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<tool id="scanpy_integrate_bbknn" name="Scanpy BBKNN" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@"> +<tool id="scanpy_integrate_bbknn" name="Scanpy BBKNN" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@"> <description>batch-balanced K-nearest neighbours</description> <macros> <import>scanpy_macros2.xml</import> @@ -48,8 +48,7 @@ @INPUT_OPTS@ @OUTPUT_OPTS@ #else - echo "No batch variables passed, simply passing original input as output unchanged."; - cp '${input_obj_file}' '${output_h5}' +echo "No batch variables passed, simply passing original input as output unchanged." && cp '${input_obj_file}' output.h5 #end if ]]></command> @@ -127,6 +126,12 @@ <param name="batch_key" value="louvain"/> <output name="output_h5" file="bbknn.h5" ftype="h5" compare="sim_size"/> </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="bbknn_copy.h5" ftype="h5" compare="sim_size"/> + </test> </tests> <help><![CDATA[ |