Jeff Gentry

Results 99 comments of Jeff Gentry

[PEP257](https://www.python.org/dev/peps/pep-0257/) describes the correct Python docstring format.

I would have think there's at least one python library out there providing a set of Practical For The Real World monadic types

If you hadn't already looked down this route, quick google search turned up a few things that all looked like they had an `Either` (or equivalent): * [PyMonad](https://pypi.org/project/PyMonad/) * [typed-monads](https://pypi.org/project/typed-monads/)...

In general I've never been super keen on more complex, non-task based operators. That said, if going this route the standard higher order function to convert As to Bs is...

@katevoss I don't know of anyone who has said "I need this" or "If it existed I'd use Cromwell". Rather it's a topic which is building more steam across the...

@katevoss I've been thinking about trying to tackle this as my holiday break project. If nothing else I should have a better idea of what's involved on our side.

@pimpim just a heads up that I threw that on there as a suggestion so it relies on people sharing the interest :) We do expect to have udocker support...

Hi @vsoch - the first problem to solve is how to represent the usage of singularity in one's WDL (not sure how CWL does it, will need to look). This...

Oh interesting, so in this way it's more similar to the `udocker` hacks that people have used (which I can't find an example of right now, but they exist). That...