Tom Close
Tom Close
Only a brief explanation of how to use environments is present in the docs. This needs to be expanded
The explanation on hashes, file-mtime hash caching and what happens if a hash is unstable needs to be expanded upon in the docs
Every now and again users will come with a input type, which isn't covered by the current `bytes_repr` function and will need to write their own for the caching to...
the T1w and GLM examples in the docs need to be filled out/converted to the new syntax
As a key feature of Pydra, there aren't many examples of conditional workflow logic in the docs. Some thought is required to show useful examples
The How-To sections in the docs need to be written. Was planning to create one explaining how to write plugin packages for `compose`, `tasks`, `environments` and `workers`
There are a range of undocumented features that are demonstrated in the unit tests but aren't mentioned in the docs. These should be explained in the documentation, probably in a...
I tried to write some code to clean up stray lock files created by other runs, but it doesn't seem to work
I think there were concerns about how long it takes workflows to initialise before they run. Not sure why this is the case
Would like a way to specify the type of environment at the workflow level and have it propagate the nodes within the workflow. Was thinking that nodes (and task definitions...