We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the tool expects a column called SessionPath:
SessionPath
cohort_creator/cohort_creator/_utils.py
Line 43 in 93ec63e
But the query tool has since renamed this column to SessionFilePath: https://github.com/neurobagel/neurobagel_examples/blob/0a86d832fc362114ca3d66f53f05eb86fe824a4a/query-tool-results/participant-level-results.tsv
SessionFilePath
So we should update the expected names here as well
The text was updated successfully, but these errors were encountered:
[REF] Update SessionPath -> SessionFilePath
4aa1136
Closes neurodatascience#240
Successfully merging a pull request may close this issue.
Currently the tool expects a column called
SessionPath
:cohort_creator/cohort_creator/_utils.py
Line 43 in 93ec63e
But the query tool has since renamed this column to
SessionFilePath
: https://github.com/neurobagel/neurobagel_examples/blob/0a86d832fc362114ca3d66f53f05eb86fe824a4a/query-tool-results/participant-level-results.tsvSo we should update the expected names here as well
The text was updated successfully, but these errors were encountered: