-
Notifications
You must be signed in to change notification settings - Fork 1
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
Migrate PAM50 to pip #1
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i am not sure if i understand everything correctly, but i notice file name changed for e.g.:
spinalcordtoolbox/data/PAM50/atlas/PAM50_atlas_00.nii.gz
so what happens if, e.g. someone has SCT installed under, e.g.: sct-v3.4.4
instead of spinalcordtoolbox
. Will it still work? I suppose we are talking about the hierarchy of the python package, and there, it will always be spinalcordtoolbox
, right?
Instead of just saying `sct/data/PAM50/atlas/PAM50_atlas_00.nii.gz' we'll use
This also works:
The advantage of this is:
The disadvantage is:
|
Part of spinalcordtoolbox/spinalcordtoolbox#2669