# HG changeset patch # User iuc # Date 1727995512 0 # Node ID 146ae5d70b47bf4eb51b91ebb2968ec817677f5c # Parent 56c0d4acef02b4f6b459c879a674ff01092212ce planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy/ commit 0f11c0478793eaafc7d3bd2e7916ee546528b45f diff -r 56c0d4acef02 -r 146ae5d70b47 macros.xml --- a/macros.xml Thu Sep 19 06:44:57 2024 +0000 +++ b/macros.xml Thu Oct 03 22:45:12 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,