Mercurial > repos > ebi-gxa > scanpy_integrate_bbknn
changeset 1:c2be8a21eaa2 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 13:01:05 +0000 |
parents | e6d5b3fed639 |
children | 0654c7737e2d |
files | scanpy-integrate-bbknn.xml |
diffstat | 1 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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[