comparison macros.xml @ 0:3379665340fc draft

planemo upload for repository https://github.com/goeckslab/tools-st/tree/main/tools/bayesTME commit 26edd05a863adac97cb54a9fb2ae5613ce95df50
author goeckslab
date Wed, 03 Dec 2025 19:47:11 +0000
parents
children 49d1547c78f4
comparison
equal deleted inserted replaced
-1:000000000000 0:3379665340fc
1 <macros>
2 <token name="@TOOL_VERSION@">0.0.1</token>
3 <token name="@VERSION_SUFFIX@">0</token>
4 <token name="@PROFILE@">22.01</token>
5
6 <xml name="bayestme_requirements">
7 <requirements>
8 <container type="docker">jeffquinnmsk/bayestme:0a7cde6acac2ffc34e8ad00b7fab75f869d80de2</container>
9 </requirements>
10 </xml>
11
12 <xml name="citations">
13 <citations>
14 <citation type="doi">10.1016/j.cels.2023.06.003</citation>
15 </citations>
16 </xml>
17
18 <xml name="filter_genes_options" >
19
20 <param argument="--n-top-by-standard-deviation" type="integer" optional="false" label="Use the top N genes with the highest spatial variance"/>
21
22 <!-- Additional filtering options -->
23 <section name="additional_filtering_options" title="Additional Filtering Parameters" expanded="false">
24 <param argument="--spot-threshold" optional="true" type="float" label="Filter genes appearing in greater than the provided threshold of tissue spots"/>
25 <param argument="--filter-ribosomal-genes" type="boolean" checked="false" label="Filter ribosomal genes (based on gene name regex)"/>
26 </section>
27
28 </xml>
29
30 </macros>