Satrajit Ghosh
Satrajit Ghosh
i cloned cimba and was trying to run it locally. it let me login with me webid, but then got stuck trying to add my datastore (satra.data.fm).
Looking through a Nipype 1 lens, please add to this issue the set of pydra features that you would like to see for a Minimum Viable Product (MVP). We would...
at present if i generate a typo in the kwarg assigned when running a task, i have to wait till task execution to know an error has happened. this should...
`_run_task` is currently a Task method and therefore has access to `self` and thus `checksum` and `output_dir`. however, the returns of these functions can be different inside `_run_task` relative to...
[trio](https://github.com/python-trio/trio) may help us simplify submitter and debugging workflows. and is quite lightweight itself.
@jw-96 and @djarecka it would be good to discuss the implications of absolute path since it takes things outside the cache directory and may not always do what one thought...
yesterday i ran a workflow that made me think about how pydra could handle it - (shell) use dcm2niix to convert groups of dicoms - (singularity) run kwyk using singularity...
pydraboard
realtime monitoring of pydra execution status and messaging receiver.
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...
having some trouble parsing a turtle file with relative IRIs. here is an example file. https://dl.dropboxusercontent.com/u/363467/ds000001/RESULTS/Group/Con1/nidm_001/test2.ttl the prov:atLocation triples with relative IRIs should expand out as: https://dl.dropboxusercontent.com/u/363467/ds000001/RESULTS/Group/Con1/nidm_001/Contrast.nii.gz however, the parser...