Wytamma / snk

Snakemake workflow management system and CLI generation tool
https://snk.wytamma.com
MIT License
31 stars 2 forks source link

lists are filtered out by script show #47

Closed Wytamma closed 9 months ago

Wytamma commented 11 months ago

if i run pipeline script show ... and the pipeline has a list comprehension it's do shown.

e.g. rates = [float(node.annotations.get_value("rate")) for node in tree if node.annotations.get_value("rate")]

becomes

rates =

I think it's related to using console as --pretty still works