-
Notifications
You must be signed in to change notification settings - Fork 74
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
Add a note about what is serialised to file #3075
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3075 +/- ##
=======================================
Coverage 89.86% 89.86%
=======================================
Files 29 29
Lines 32157 32157
Branches 5768 5768
=======================================
Hits 28897 28897
Misses 1859 1859
Partials 1401 1401
Flags with carried forward coverage won't be shown. Click here to find out more. |
The other stuff is pretty minimal:
So, tables, top-level metadata, indexes and a handful of properties: sequence_length, format info, sequence_length, time_units and uuid (which we don't really use). |
@Mergifyio rebase |
☑️ Nothing to do
|
@Mergifyio rebase |
✅ Branch has been successfully rebased |
bd5e6a1
to
64b727d
Compare
This is information that I had to ask about (here). I'm still not 100% sure what is saved into a tree sequence file (e.g. not just the indexes, but various cached properties too, I suspect), so at the moment this doc change says:
Once I have information to fill in the and other stuff bits, I'll take this off draft PR mode