Benjamin Root

Results 219 comments of Benjamin Root

The bug fixes were already in EA and had been for months, so no need to investigate anything further. It was the developers of the Unidata project that had a...

What I have realized is that the new algorithm basically does the waiting for you, sort of. It isn't perfect, but you can put the wait logic under a `if...

I'll also warn that the `.delete()` method is also missing in `Results`. I think the new API autodeletes the requests now, but I'm not sure.

Note, such a feature would also help address a race condition that if an input file is updated while the first job is running (original file already read, but output...

Not yet working, as I really don't know exactly how I should be dealing with the DAG build process. I certainly would welcome any feedback or suggestions. The impetus for...

Ok, I couldn't achieve quite what I originally wanted. Basically, it is now `snakemake A2 B2 C2 --any-of A2 B2 C2`, which at least meets the "explicit is better than...

Actually, since the `--any-of` rules get added to the target list, `snakemake A2 --any-of B2 C2` is the equivalent of `snakemake A2 B2 C2 --any-of B2 C2`. The hairy part...

I am still willing to put in the effort to further this feature, but I have yet to hear any comments from the maintainers about whether or not such a...

Still needs unit tests and documentation, at the least.

Ah, that's progress (encountered a new error that I need to figure out), but at least it is trying now. Would it make sense (or possible) to have the ncml...