pydra icon indicating copy to clipboard operation
pydra copied to clipboard

Pydra Dataflow Engine

Results 182 pydra issues
Sort by recently updated
recently updated
newest added

Hello, I was wondering if there was a way to set input arguments of a Function task at runtime. I have tried the following but I get a `KeyError` at...

question

Specifying this does not seem to be possible in Pydra yet. Possible implementation: If mandatory fields has `xor` fields that are also mandatory, condition could be met if any of...

enhancement

xref https://github.com/nipype/pydra-mrtrix3/pull/1#issuecomment-781520330

bug

Is it possible to deactivate the cache in specific tasks within a workflow? **Context** I'm running a workflow with multiple steps and a long sequence of inputs that take different...

question

## Types of changes - New feature (non-breaking change which adds functionality) ## Summary - New S3File subtype - helpers_aws with lazy S3 client - check that S3 file exists...

# What version of Pydra are you using? ```python > pydra.__version__ '0.18' ``` also, interactive mode via `jupyter notebook`. # What were you trying to do? I am trying to...

bug

This won't be relevant for a bit since it is just debuting in 3.11 but just leaving this here. https://realpython.com/python311-exception-groups/#asynchronous-task-groups-in-python-311

enhancement