You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 10, 2025. It is now read-only.
I would like to analyze a DTI dataset using BIPs, but I seem to have hit a bit of a snag. Whenever I invoke "bips -l", I am presented with a wonderful list of workflows and their hashes. However, I cannot seem to find the dMRI workflows (from bips/workflows/gablab/wips/dmri) in that list. I've tried executing them despite their disappearance using "bips -c d9b" and "bips -c fda", but those commands do not seem to work either (a ValueError is thrown stating that the no pipelines with those UUIDs exist, even though the UUIDs are clearly there in the source code). Any ideas what might be going on? My best intuition is that the dMRI pipelines are not being added to a dictionary of runnable pipelines, although the register_workflow(mwf) lines at the ends of 'wip_diffusion.py' and 'wip_diffusion_tracking.py' would seem to eliminate that possibility.
Hello BIPs World,
I would like to analyze a DTI dataset using BIPs, but I seem to have hit a bit of a snag. Whenever I invoke "bips -l", I am presented with a wonderful list of workflows and their hashes. However, I cannot seem to find the dMRI workflows (from bips/workflows/gablab/wips/dmri) in that list. I've tried executing them despite their disappearance using "bips -c d9b" and "bips -c fda", but those commands do not seem to work either (a ValueError is thrown stating that the no pipelines with those UUIDs exist, even though the UUIDs are clearly there in the source code). Any ideas what might be going on? My best intuition is that the dMRI pipelines are not being added to a dictionary of runnable pipelines, although the register_workflow(mwf) lines at the ends of 'wip_diffusion.py' and 'wip_diffusion_tracking.py' would seem to eliminate that possibility.
--John Pellman