# HG changeset patch # User iuc # Date 1727995369 0 # Node ID fe8f16c594eca805384ca8b8fed7446f4d76cac5 # Parent 9fb627495ec2ffa600d3d5c25c17cc308a29d7ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy/ commit 0f11c0478793eaafc7d3bd2e7916ee546528b45f diff -r 9fb627495ec2 -r fe8f16c594ec macros.xml --- a/macros.xml Thu Sep 19 06:42:39 2024 +0000 +++ b/macros.xml Thu Oct 03 22:42:49 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,