SlicerDMRI / whitematteranalysis

White matter tractography clustering and more...
https://dmri.slicer.org/whitematteranalysis/
Other
65 stars 32 forks source link

missing atlas.csv and json files #216

Closed JoshuaKening closed 7 months ago

JoshuaKening commented 7 months ago

I recently installed the 'whitematteranalysis' package using the command pip install git+https://github.com/SlicerDMRI/whitematteranalysis.git. However, after installation, I noticed that the data/atlas directory in the whitematteranalysis folder inside Anaconda3's site-packages does not contain the different versions of atlas.csv and the related JSON files. These files were available in previous versions.

image
jhlegarreta commented 7 months ago

PR #220 should fix this. Try doing

pip install git+https://github.com/SlicerDMRI/whitematteranalysis.git@7f0ab2fc5d33c8b3ac83faf164de2de37dbd53b4
JoshuaKening commented 7 months ago

PR #220 should fix this. Try doing

pip install git+https://github.com/SlicerDMRI/whitematteranalysis.git@7f0ab2fc5d33c8b3ac83faf164de2de37dbd53b4

It works! Thank you.