File tree Expand file tree Collapse file tree
src/pymapmanager/tests/interface Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44To install PyMapManager and MapManagerCore
55
6- Make sure you have <your_source_folder> that contains the Core, Py, and Data
6+ Make sure you have <your_source_folder> that contains the Core, Py, and Data repositories
77
88 <your_source_folder>
99 ├── MapManagerCore
1010 ├── MapManagerCore-Data
1111 ├── PyMapManager
1212
13+ 0 ) Copy the map folder ` single_timepoint_202504/ ` to MapManagerCore-Data
14+
15+ Make sure you drop the supplied map folder (not zip) into ` MapManagerCore-Data/data/202504 ` . You will also need to make the enclosing ` 202504 ` folder.
16+
17+ MapManagerCore-Data/data/202504
18+ ├── single_timepoint_202504.mmap
19+ │ ├── 1
20+ │ ├── lineSegments
21+ │ └── points
22+
1323From your cloned PyMapManager directory/folder
1424
15251 ) Create and activate a conda environment
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ def run():
4747
4848 # abb, macOS
4949 # you need to MANUALLY place this new mmap folder
50+ # on Windows and in python, will this kind of path work???
5051 # path = '../MapManagerCore-Data/data/202504/single_timepoint_202504.mmap'
5152
5253 logger .error ('abb Johnson needs to ensure this exists for 202504' )
You can’t perform that action at this time.
0 commit comments