Mercurial > repos > goeckslab > bayestme_deconvolve
changeset 2:8139addbe3c3 draft default tip
planemo upload for repository https://github.com/goeckslab/tools-st/tree/main/tools/bayesTME commit 9f02aac27bf6c59325790d90fa12434128213bb0
| author | goeckslab |
|---|---|
| date | Wed, 10 Dec 2025 21:15:14 +0000 |
| parents | 5b0ad6f2704c |
| children | |
| files | deconvolve.xml macros.xml |
| diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/deconvolve.xml Wed Dec 10 20:08:29 2025 +0000 +++ b/deconvolve.xml Wed Dec 10 21:15:14 2025 +0000 @@ -91,7 +91,7 @@ <!-- Reference-free: Specify Number of Cell Types --> <when value="reference_free"> - <param argument="--n-components" type="integer" optional="false" label="Number of cell types to deconvolve into"/> + <param argument="--n-components" type="integer" value="5" optional="false" label="Number of cell types to deconvolve into"/> </when> <!-- Reference-based: Provide scRNA Ref --> @@ -239,4 +239,4 @@ ]]> </help> <expand macro="citations"/> -</tool> \ No newline at end of file +</tool>
--- a/macros.xml Wed Dec 10 20:08:29 2025 +0000 +++ b/macros.xml Wed Dec 10 21:15:14 2025 +0000 @@ -1,6 +1,6 @@ <macros> <token name="@TOOL_VERSION@">0.0.1</token> - <token name="@VERSION_SUFFIX@">1</token> + <token name="@VERSION_SUFFIX@">2</token> <token name="@PROFILE@">22.01</token> <xml name="bayestme_requirements">
