-
Notifications
You must be signed in to change notification settings - Fork 8
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
Define folder structures and implement data versioning #54
Comments
I propose we split
This is for two reasons
SQLite files should likely not be versioned given the file size. Instead we should store a hyperlink to their location on S3 or some other permanent storage (like Figshare) |
This comment has been minimized.
This comment has been minimized.
@gwaygenomics did you see this? Does that work? (they are at the same level) |
just saw it now - yes it can work. Any thought to renaming |
|
I added this
and dropped all |
I dropped
I renamed |
We want to address two issues here
I will update this comment periodically as the strategy evolves. I realize this is not ideal because it upsets the chronology of discussions.
This is our current folder structure specified in the Profiling Handbook. This differs slightly from the folder structure specified in the Cell Painting Gallery. For this level of nesting (under
workspace
) the only discrepancy ismetadata/platemaps
(see #70);consensus
andcollated
are currently missing in the Gallery, but that is not a discrepancy per se.This is the proposed folder structure in the Profiling Handbook:
* collated and consensus files are saved as parquet to allow fast loading.
We will version these folders by placing them inside the project repo
We will not version these folders:
The text was updated successfully, but these errors were encountered: