You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What other formats might you want to use with CytoSnake? If CytoSnake will be tightly coupled with the SQLite format, consider providing those details upfront via documentation.
CytoTable does not only convert sqlite to parquet files but also npz (DeepProfiler) and csv (CellProfiler)
Currently the CytoTable module in CytoSnake only takes sqlite files as input.
@axiomcura , @gwaybio - Yes, this is correct. CytoTable will attempt to navigate a provided source data directory for nested CSV's or SQLite data and concatenate or join the data together in the results.
Originally posted by @d33bs in #37 (comment)
CytoTable does not only convert
sqlite
toparquet
files but alsonpz
(DeepProfiler) andcsv
(CellProfiler)Currently the
CytoTable
module inCytoSnake
only takessqlite
files as input.Originally posted by @d33bs in #37 (comment)
CytoTable
expectsCSV
files to be within a directory whileCytoTable
expectsNPZ
files to only be a file pathThe text was updated successfully, but these errors were encountered: