Skip to content

Commit 466832d

Browse files
committed
fix paths to point to NAS
1 parent 75d3aa4 commit 466832d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

analyze_by_class/countcells_MVCO_manual.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
resultpath = '\\raspberry\d_work\IFCB1\ifcb_data_mvco_jun06\Manual_fromClass\';
1+
resultpath = '\\sosiknas1\IFCB_products\MVCO\Manual_fromClass\';
22
load([resultpath 'manual_list']) %load the manual list detailing annotate mode for each sample file
3-
load \\raspberry\d_work\IFCB1\code_mar10_mvco\ml_analyzed_all %load the milliliters analyzed for all sample files
3+
load \\sosiknas1\IFCB_products\MVCO\ml_analyzed\ml_analyzed_all %load the milliliters analyzed for all sample files
44

55
load class2use_MVCOmanual5 %get the master list to start
66
[ classes_byfile, classes_bymode ] = get_annotated_classesMVCO( class2use, manual_list);

0 commit comments

Comments
 (0)