Skip to content

Commit

Permalink
Merge pull request #69 from cytomining/pycytominer/issues/160
Browse files Browse the repository at this point in the history
Updated instructions for when collating is pulled
  • Loading branch information
shntnu authored Mar 21, 2024
2 parents f485f11 + 8779141 commit d8a3b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 05-create-profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Note that if your system does not already have `cytominer-database` installed, y

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.

[collate_cmd.py](https://github.com/cytomining/pycytominer/blob/master/pycytominer/cyto_utils/collate_cmd.py) ingests and indexes the database.
[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.

```sh
pyenv shell 3.8.10
Expand Down

0 comments on commit d8a3b69

Please sign in to comment.