File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# install DiffusionKit
2- wget https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160618/DiffusionKitSetup-x86_64-v1.3-r160618 .tar.gz
3- tar zxvf DiffusionKitSetup-x86_64-v1.3-r160618 .tar.gz
4- export PATH=$PATH :$( pwd) /DiffusionKitSetup-x86_64-v1.3-r160618 /bin
2+ wget https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160618/DiffusionKitSetup-x86_64-v1.3-r160923 .tar.gz
3+ tar zxvf DiffusionKitSetup-x86_64-v1.3-r160923 .tar.gz
4+ export PATH=$PATH :$( pwd) /DiffusionKitSetup-x86_64-v1.3-r160923 /bin
55
66# get the data and run!
77if [ ! -f list.txt ]; then
8- wget https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160618 /list.txt
8+ wget https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160923 /list.txt
99fi
1010if [ ! -f sub01.tar.gz ]; then
11- wget https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160618 /sub01.tar.gz
11+ wget https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160923 /sub01.tar.gz
1212fi
1313if [ ! -f sub02.tar.gz ]; then
14- wget https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160618 /sub02.tar.gz
14+ wget https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160923 /sub02.tar.gz
1515fi
1616if [ ! -f atlas.tar.gz ]; then
17- wget https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160618 /atlas.tar.gz
17+ wget https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160923 /atlas.tar.gz
1818fi
1919if [ ! -f process_advanced.sh ]; then
2020 wget https://raw.githubusercontent.com/brainnetome/diffusionkit/master/source/static/process_advanced.sh
You can’t perform that action at this time.
0 commit comments