Mercurial > repos > goeckslab > celesta
comparison macros.xml @ 1:44d4c885d9b5 draft
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/celesta commit 1f02a762ab43a29aa7f59760798ff084f86e37db
author | goeckslab |
---|---|
date | Thu, 12 Sep 2024 16:49:51 +0000 |
parents | 8001319743c0 |
children | 41aaffbb9473 |
comparison
equal
deleted
inserted
replaced
0:8001319743c0 | 1:44d4c885d9b5 |
---|---|
1 <macros> | 1 <macros> |
2 <token name="@TOOL_VERSION@">0.0.0.9</token> | 2 <token name="@TOOL_VERSION@">0.0.0.9</token> |
3 <token name="@VERSION_SUFFIX@">0</token> | 3 <token name="@VERSION_SUFFIX@">1</token> |
4 <token name="@PROFILE@">20.01</token> | 4 <token name="@PROFILE@">20.01</token> |
5 | 5 |
6 <xml name="celesta_requirements"> | 6 <xml name="celesta_requirements"> |
7 <requirements> | 7 <requirements> |
8 <container type="docker">quay.io/goeckslab/celesta:@TOOL_VERSION@</container> | 8 <container type="docker">quay.io/goeckslab/celesta:@TOOL_VERSION@</container> |
18 <xml name="citations"> | 18 <xml name="citations"> |
19 <citations> | 19 <citations> |
20 <citation type="doi">10.1038/s41592-022-01498-z</citation> | 20 <citation type="doi">10.1038/s41592-022-01498-z</citation> |
21 </citations> | 21 </citations> |
22 </xml> | 22 </xml> |
23 <xml name="celesta_base_options" token_label="celesta_base_options"> | |
24 <param name="x_coord" type="text" value="X_centroid" optional="false" label="Name of anndata.obs key containing cell or nucleus centroid X position" /> | |
25 <param name="y_coord" type="text" value="Y_centroid" optional="false" label="Name of anndata.obs key containing cell or nucleus centroid Y position" /> | |
26 <conditional name="filter_cells"> | |
27 <param name="filter" type="select" label="Choose whether to filter cells" help="FilterCells"> | |
28 <option value="no_filter" selected="true">Do not filter cells</option> | |
29 <option value="filter">Filter cells based on marker intensity</option> | |
30 </param> | |
31 <when value="no_filter"> | |
32 </when> | |
33 <when value="filter"> | |
34 <param name="low_threshold" type="float" value="0.4" optional="false" label="Set the low threshold for filtering cells" help="Cells below low threshold will be filtered out" /> | |
35 <param name="high_threshold" type="float" value="0.9" optional="false" label="Set the high threshold for filtering cells" help="Cells above high threshold will be filtered out" /> | |
36 </when> | |
37 </conditional> | |
38 </xml> | |
39 </macros> | 23 </macros> |