# HG changeset patch # User iuc # Date 1727995405 0 # Node ID fc0321c000a353088ddd3e346cf137fcd9b52968 # Parent 8cb783c81905881718e6999e729ea1aeea8c092d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy/ commit 0f11c0478793eaafc7d3bd2e7916ee546528b45f diff -r 8cb783c81905 -r fc0321c000a3 macros.xml --- a/macros.xml Thu Sep 19 06:43:13 2024 +0000 +++ b/macros.xml Thu Oct 03 22:43:25 2024 +0000 @@ -1,6 +1,6 @@ 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,