diff cluster_reduce_dimension.xml @ 13:6f83f8fd381f draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy/ commit 3974c0ff86bb1d6633281f29dfb4c605a74e1e6e
author iuc
date Thu, 14 Mar 2024 15:39:03 +0000
parents 6acb08931836
children 4d8f983cd751
line wrap: on
line diff
--- a/cluster_reduce_dimension.xml	Fri Nov 17 09:13:40 2023 +0000
+++ b/cluster_reduce_dimension.xml	Thu Mar 14 15:39:03 2024 +0000
@@ -294,7 +294,7 @@
                 <param argument="groups" type="text" value="louvain" label="Key for categorical in the input" help="You can pass your predefined groups by choosing any categorical annotation of observations ('adata.obs').">
                     <expand macro="sanitize_query" />
                 </param>
-                <param argument="use_rna_velocity" type="boolean" truevalue="False" falsevalue="False" checked="false" label="Use RNA velocity to orient edges in the abstracted graph and estimate transitions?" help="Requires that 'adata.uns' contains a directed single-cell graph with key '['velocyto_transitions']'. This feature might be subject to change in the future."/>
+                <param argument="use_rna_velocity" type="boolean" truevalue="True" falsevalue="False" checked="false" label="Use RNA velocity to orient edges in the abstracted graph and estimate transitions?" help="Requires that 'adata.uns' contains a directed single-cell graph with key '['velocyto_transitions']'. This feature might be subject to change in the future."/>
                 <param argument="model" type="select" label="PAGA connectivity model" help="">
                     <option value="v1.2">v1.2</option>
                     <option value="v1.0">v1.0</option>