Skip to content

Commit 398dc23

Browse files
committed
before push for johnson 202504
1 parent dd78812 commit 398dc23

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

readme-dev.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,23 @@
33

44
To 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+
1323
From your cloned PyMapManager directory/folder
1424

1525
1) Create and activate a conda environment

src/pymapmanager/tests/interface/runInterfaceJohnson.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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')

0 commit comments

Comments
 (0)