-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Other ways of creating db backends or obviating the need for a db #124
Comments
Where would you like mine to live? My generic repo, one of our profiling repos? |
|
Sorry, clarifying- my python script that you can use in lieu of cytominer-database. It's just been living in my random Broad project repo, but if you think it should live somewhere slightly more official now is a good time for it! |
A repo that has frequently-used scripts by assay devs would be great, but this might be an overhead for you to maintain, so its your call. Either way no harm in creating a repo |
The link is broken? |
The link is not broken, just only available inside the BroadInstitute, sorry! |
This completely slipped through my TODOs - I updated my link above (also here it is). Beth's link is in a private repo that it looks like you don't have access to. One of the reasons I decided to sidestep the database step is b/c in the pooled cell painting project we will likely work with single cell data. It is a pain to manipulate/extract single cell files from the standard sqlite format (especially since we need to merge across tables each and every time) - these processes take way too long. |
For our notes, there are two alternate paths that either replicate cytominer-database functionality or obviate its need
@bethac07 @gwaygenomics could you please edit this comment to add the links / details above? 🙏
The text was updated successfully, but these errors were encountered: