# HG changeset patch # User iuc # Date 1727995334 0 # Node ID cb43c5d3acd322cfe78eb0092aaeace31aa0446c # Parent 38db3fef7aad67fd47d8b63a36e96391a5639b8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy/ commit 0f11c0478793eaafc7d3bd2e7916ee546528b45f diff -r 38db3fef7aad -r cb43c5d3acd3 cluster_reduce_dimension.xml --- a/cluster_reduce_dimension.xml Thu Sep 19 06:42:05 2024 +0000 +++ b/cluster_reduce_dimension.xml Thu Oct 03 22:42:14 2024 +0000 @@ -224,7 +224,7 @@ #end if @CMD_ANNDATA_WRITE_OUTPUTS@ - ]]> + ]]> @@ -479,7 +479,7 @@ - + @@ -501,7 +501,7 @@ - + @@ -529,7 +529,7 @@ - + @@ -581,7 +581,7 @@ - + @@ -615,7 +615,7 @@ - + @@ -665,7 +665,7 @@ 1.10.2 - 0 + 1 21.09 @@ -10,6 +10,7 @@ pandas scipy statsmodels + fa2 @@ -587,7 +588,7 @@ ]]> - + + + - - - @@ -1237,9 +1237,9 @@ #if str($method.threshold) != '': threshold=$method.threshold, #end if - #if str($method.groups) != '': - #set $groups=([x.strip() for x in str($method.groups).split(',')]) - groups=$groups, + #if str($method.labels) != '': + #set $labels=([x.strip() for x in str($method.labels).split(',')]) + labels=$labels, #end if #if str($method.color) != '': #set $color=([x.strip() for x in str($method.color).split(',')]) @@ -1248,10 +1248,6 @@ #if $method.pos: pos=np.fromfile($method.pos, dtype=dt), #end if - #if str($method.labels) != '': - #set $labels=([x.strip() for x in str($method.labels).split(',')]) - labels=$labels, - #end if layout='$method.layout', #if $method.init_pos: init_pos=np.fromfile($method.init_pos, dtype=dt), @@ -1269,7 +1265,9 @@ dashed_edges='$method.dashed_edges', #end if single_component=$method.single_component, + #if str($method.fontsize) != '': fontsize=$method.fontsize, + #end if node_size_scale=$method.node_size_scale, node_size_power=$method.node_size_power, edge_width_scale=$method.edge_width_scale,