pydra
                                
                                 pydra copied to clipboard
                                
                                    pydra copied to clipboard
                            
                            
                            
                        Pydra Dataflow Engine
## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change...
## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [x] Breaking change (fix...
## Acknowledgment - [ ] I acknowledge that this contribution will be available under the Apache 2 license. ## Types of changes - [ ] Bug fix (non-breaking change which...
I'm getting this error randomly on my OSX (docker engine v19.03.13). """ Traceback (most recent call last): File "/Users/dorota/miniconda3/envs/pydra/lib/python3.7/concurrent/futures/process.py", line 239, in _process_worker r = call_item.fn(*call_item.args, **call_item.kwargs) File "/Users/dorota/pydra/pydra/engine/core.py", line...
Hi folks, I am suggesting the this, because I kind of thought that it was already there but could not find it documented anywhere. # What would you like changed/added...
This is more for Nipype 2.0, but i'm sticking it here for now and for 0.1 release. We should push for this once the other 0.1 tasks are done, especially...
This discussion follows on from https://github.com/nipy/nipype/issues/3245#issuecomment-698512224. Thanks for the explanation @djarecka. I get the benefits of caching now. Looking at the [generated input/output interfaces](https://github.com/djarecka/pydra-fsl/tree/bet_tmp/preprocess), am I right in saying that...
With the SLURM container now all tests runs on one node, but that's not usually the case on clusters since jobs often run on separate nodes. Use `docker compose` to...