Workflow engines, data engineering, genomics, phylogenetics, note taking.
Web: http://mattrasmus.com/
ARGweaver: https://github.com/mdrasmus/argweaver
redun: https://github.com/insitro/redun
KeepNote: http://keepnote.org
>>> {{}: {}}
TypeError: unhashable type: 'dict'
>>> x = lambda y={}: y
>>> x()[1] = 2
>>> x()
{1: 2}
>>> {x: {}}
{<function <lambda> at 0x000001E45E80E440>: {}}
>>> {{}: {}}
TypeError: unhashable type: 'dict'
>>> x = lambda y={}: y
>>> x()[1] = 2
>>> x()
{1: 2}
>>> {x: {}}
{<function <lambda> at 0x000001E45E80E440>: {}}
I'll keep updating this thread as the last 10 talks hit camera-ready.
I'll keep updating this thread as the last 10 talks hit camera-ready.