5 ms·
The fact that metaflow works directly in Python piques my interest. I can lint it, I can test it, I can format it, I can easily extend it. I've been hesitant t
by misterdoubt 7y ago
The fact that metaflow works directly in Python piques my interest. I can lint it, I can test it, I can format it, I can easily extend it.
I've been hesitant to commit myself and my collaborators to yet another DSL -- and that's part of why I haven't seen much to offer in snakemake and nextflow.
- seeravikiran 7y agoYes - that’s our thinking too. Compilers finding your typos for variable names seems helpful for user productivity.