-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyAFQ_tractometry: Where is the streamlines.json equivalent? #22
Comments
@36000 do you know? |
If you ran this with In the (hopefully) near future, pyAFQ will use tractoscope instead of AFQ browser: https://github.com/nrdg/tractoscopehttps://github.com/nrdg/tractoscope |
streamlines.json is not generated by the qsirecon pyafq_tractometry pipeline. We believe this is because qsirecon's pyAFQ_tractometry runs "export all" from the participant.py rather than the group.py. Currently, there is no afq_browser folder being created in the derivatives. |
Oh ya - that's all correct. However, I think it should be possible to get pyAFQ to use the derivatives in the qsirecon folder? what's the current error? I am about to enter a meeting, but afterwards I can debug this better. |
You can check the name of the qsirecon derivatives folder by checking the dataset_description.json inside of it. That name might not necessarily be the same as the folder name. Then pass that to GroupAFQ using |
I suspect this may be related to the error described here: yeatmanlab/pyAFQ#1075 |
@arokem The issue that Dianne and I are having appears to stem from a mismatch between the output file structure of the When we run our
But when we run a
This difference led us to try restructuring the
Which worked!: allowing us to use the existing We also note that all the other
|
To use AFQ-Browser or AFQ-Insight, I need an output file corresponding to streamlines.json as described here: https://yeatmanlab.github.io/AFQ-Browser/dataformat.html
Unfortunately, I am not even sure what files I might be able to use to build it manually.
Can you provide any guidance?
Thank you,
Dianne
The text was updated successfully, but these errors were encountered: