Mercurial > repos > ebi-gxa > scanpy_run_diffmap
comparison scanpy-run-diffmap.xml @ 26:79cc06a557b0 draft default tip
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ee197a80b2d591c393e1662854bc119b2ecab11e-dirty
author | ebi-gxa |
---|---|
date | Tue, 27 Feb 2024 16:42:35 +0000 |
parents | afec1d52b87d |
children |
comparison
equal
deleted
inserted
replaced
25:afec1d52b87d | 26:79cc06a557b0 |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <tool id="scanpy_run_diffmap" name="Scanpy DiffusionMap" version="@TOOL_VERSION@+galaxy93" profile="@PROFILE@"> | 2 <tool id="scanpy_run_diffmap" name="Scanpy DiffusionMap" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@"> |
3 <description>calculate diffusion components</description> | 3 <description>calculate diffusion components</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"/> |
46 <test> | 46 <test> |
47 <param name="input_obj_file" value="find_cluster.h5"/> | 47 <param name="input_obj_file" value="find_cluster.h5"/> |
48 <param name="input_format" value="anndata"/> | 48 <param name="input_format" value="anndata"/> |
49 <param name="output_format" value="anndata"/> | 49 <param name="output_format" value="anndata"/> |
50 <param name="use_graph" value="neighbors"/> | 50 <param name="use_graph" value="neighbors"/> |
51 <output name="output_h5" file="diffmap.h5" ftype="h5" compare="sim_size"/> | 51 <output name="output_h5" ftype="h5"> |
52 <assert_contents> | |
53 <has_h5_keys keys="obs/n_genes_by_counts"/> | |
54 </assert_contents> | |
55 </output> | |
52 </test> | 56 </test> |
53 </tests> | 57 </tests> |
54 | 58 |
55 <help><![CDATA[ | 59 <help><![CDATA[ |
56 ==================================================== | 60 ==================================================== |