File tree Expand file tree Collapse file tree 3 files changed +55
-0
lines changed Expand file tree Collapse file tree 3 files changed +55
-0
lines changed Original file line number Diff line number Diff line change
1
+ if strcmp(computer ,' PCWIN64' )
2
+ addpath((' Z:/libraries/mym_distribution' ));mymSetup
3
+ % setPathExt
4
+ % addpath(getLocalPath('/lab/users\Manolis/Cajal/datajoint-matlab'))
5
+ addpath_recurse(([getenv(' HOMEDRIVE' ) getenv(' HOMEPATH' ) ' \Documents\github\datajoint-matlab' ]))
6
+ % addpath_recurse(getLocalPath('/lab/users\Manolis/Cajal/pipeline/matlab/'))
7
+ addpath_recurse(([getenv(' HOMEDRIVE' ) getenv(' HOMEPATH' ) ' \Documents\github\pipeline\matlab' ]))
8
+ addpath_recurse(([getenv(' HOMEDRIVE' ) getenv(' HOMEPATH' ) ' \Documents\github\' ]))
9
+ % addpath_recurse(getLocalPath('/lab/users\Manolis/Cajal/commons'))
10
+ elseif strcmp(computer ,' MACI64' )
11
+ % run ~/mym/mymSetu
12
+ run(' /Volumes/lab/libraries/mym_distribution/mymSetup.m' )
13
+ addpath(' ~/github/datajoint-matlab/' )
14
+ addpath_recurse(' ~/github/pipeline/' )
15
+ addpath_recurse(' ~/github/commons/' )
16
+ addpath(' ~/github/PyMouse/matlab/' )
17
+ end
18
+
19
+ setenv(' DJ_HOST' ,' at-database.ad.bcm.edu:3306' )
20
+ setenv(' DJ_USER' ,' manolis' )
21
+ setenv(' DJ_PASS' ,' manolis#1' )
Original file line number Diff line number Diff line change
1
+
2
+
3
+ addpath(getLocalPath(' /lab/libraries/datajoint-matlab/' ))
4
+ addpath(getLocalPath(' /lab/users/Manolis/Matlab/Datajoint2/' ))
5
+ setenv(' DJ_HOST' ,' at-database.ad.bcm.edu:3306' )
6
+ % setenv('DJ_HOST','128.249.80.229:3306')
7
+ setenv(' DJ_USER' ,' manolis' )
8
+
9
+ setenv(' DJ_PASS' ,' manolis#1' )
10
+
11
+ if strcmp(computer ,' PCWIN64' )
12
+ addpath(getLocalPath(' /lab/libraries/mym_distribution' ));mymSetup
13
+ % addpath C:\Users\Manolis\Documents\github\TIFFStack
14
+ elseif strcmp(computer ,' MACI64' )
15
+ run / Volumes / lab / libraries / mym_distribution / mymSetup
16
+ else
17
+ run ~/mym/mymSetup
18
+ end
19
+
20
+ import vis2p .*
21
+
Original file line number Diff line number Diff line change
1
+ addpath(getLocalPath(' /lab/libraries/mym_distribution' ));
2
+ mymSetup
3
+
4
+ addpath(getLocalPath(' /lab/users/Manolis/GitHub/datajoint-matlab/' ))
5
+ addpath(getLocalPath(' /lab/users/Manolis/Matlab/Datajoint2/' ))
6
+
7
+ setenv(' DJ_HOST' ,' 127.0.0.1:3306' )
8
+
9
+ setenv(' DJ_USER' ,' root' )
10
+
11
+ % setenv('DJ_PASS','root')
12
+
13
+ import vis2p .*
You can’t perform that action at this time.
0 commit comments