Skip to content
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

Missing third-party dependency in documentation of DWIConnectome #1246

Closed
NicolasGensollen opened this issue Aug 1, 2024 · 0 comments · Fixed by #1247
Closed

Missing third-party dependency in documentation of DWIConnectome #1246

NicolasGensollen opened this issue Aug 1, 2024 · 0 comments · Fixed by #1247
Assignees
Labels
doc Documentation (wiki, source code, etc.)
Milestone

Comments

@NicolasGensollen
Copy link
Member

The documentation page of the DWIConnectome pipeline says that it depends on FSL and MRTrix3 but doesn't specify Freesurfer while it is explicitly declared here:

"dependencies": [
{
"type": "software",
"name": "freesurfer",
"version": ""
},

and used here for example:

t1_brain_conv_node = npe.Node(
name="Reg-0-T1-T1BrainConvertion", interface=fs.MRIConvert()
)
wm_mask_conv_node = npe.Node(
name="Reg-0-T1-WMMaskConvertion", interface=fs.MRIConvert()
)

@NicolasGensollen NicolasGensollen added the doc Documentation (wiki, source code, etc.) label Aug 1, 2024
@NicolasGensollen NicolasGensollen self-assigned this Aug 1, 2024
@NicolasGensollen NicolasGensollen added this to the v0.9.0 milestone Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Documentation (wiki, source code, etc.)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant