Skip to content

Commit

Permalink
Update pycytominer/cyto_utils/collate.py
Browse files Browse the repository at this point in the history
Co-authored-by: Gregory Way <[email protected]>
  • Loading branch information
d33bs and gwaybio authored Nov 6, 2024
1 parent 95c5673 commit 2c4ffd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pycytominer/cyto_utils/collate.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ def collate(
# show a warning about collate deprecation
warnings.warn(
(
"pycytominer.cyto_utils.collate is deprecated and will be removed in future versions of Pycytominer. "
With the deprecation of cytominer-database, "pycytominer.cyto_utils.collate will be removed in future versions of Pycytominer. "
"Please consider using CellProfiler's ExportToDatabase module to create single-cell "
"profile SQLite files or CytoTable to create similar Parquet file output."
"SQLite files or CytoTable to create single-cell Parquet files."
),
DeprecationWarning,
)
Expand Down

0 comments on commit 2c4ffd9

Please sign in to comment.