Skip to content

Commit d8a3b69

Browse files
authored
Merge pull request #69 from cytomining/pycytominer/issues/160
Updated instructions for when collating is pulled
2 parents f485f11 + 8779141 commit d8a3b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

05-create-profiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Note that if your system does not already have `cytominer-database` installed, y
7777

7878
The command below first calls `cytominer-database ingest` to create the SQLite backend, and then pycytominer's `aggregate_profiles` to create per-well profiles. Once complete, all files are uploaded to S3 and the local cache are deleted. This step takes several hours, but metadata creation and GitHub setup can be done in this time.
7979

80-
[collate_cmd.py](https://github.com/cytomining/pycytominer/blob/master/pycytominer/cyto_utils/collate_cmd.py) ingests and indexes the database.
80+
[collate.py](https://github.com/cytomining/pycytominer/blob/master/pycytominer/cyto_utils/collate.py) ingests and indexes the database. [collate_command.py](https://github.com/cytomining/pycytominer/blob/master/pycytominer/cyto_utils/collate_cmd.py) exposes this functionality to the command line.
8181

8282
```sh
8383
pyenv shell 3.8.10

0 commit comments

Comments
 (0)