# HG changeset patch # User iuc # Date 1727995440 0 # Node ID 4338bf96809e0f4d1bb5f761e44deaa16b580110 # Parent d1cd8c1478097ced7e9558acd4aa394776497bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy/ commit 0f11c0478793eaafc7d3bd2e7916ee546528b45f diff -r d1cd8c147809 -r 4338bf96809e macros.xml --- a/macros.xml Thu Sep 19 06:43:47 2024 +0000 +++ b/macros.xml Thu Oct 03 22:44:00 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,