pydra
pydra copied to clipboard
Pydra Dataflow Engine
A lot of the things in `nipype.interfaces.io` and `nipype.interfaces.utility` would be useful to have around. Should we be making a task package for that or bundling directly into `pydra.tasks`?
Based on the discussion with @jw-96, @effigies Right now all of the workflow output files are copied to the workflow directory without keeping any nested directory structure. But if a...
In the same spirit of #453, I was wondering if it would be still possible to consider a change in the syntax of the combiner, to be more intuitive for...
## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change...
### Summary I am trying to use the AntsJointFusion nipype interface as a pydra task using the [pydra-nipype1](https://github.com/nipype/pydra-nipype1) package. When I use just the interface (not converting to a pydra...
Condiser the two calls of the `result` method of a Pydra task as below: ```python @pydra.mark.task def add_var(a: float, b:float) -> float: return a + b task1 = add_var(a=4, b=5)...
I would like to know the cmdline calls being used for a pipeline. However, the pipeline relies on lzout values. Is there a way to get the cmdline calls for...
right now pydra will raise an error, because I didn't now what to do with the extensions of multiple file. We should allow to have multiple files, but care only...
## Acknowledgment - [x] I acknowledge that this contribution will be available under the Apache 2 license. ## Types of changes - [ ] Bug fix (non-breaking change which fixes...