-
Notifications
You must be signed in to change notification settings - Fork 3
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
Poseidon v2.5 #152
Poseidon v2.5 #152
Conversation
Codecov Report
@@ Coverage Diff @@
## master #152 +/- ##
=========================================
Coverage ? 70.24%
=========================================
Files ? 18
Lines ? 2040
Branches ? 141
=========================================
Hits ? 1433
Misses ? 466
Partials ? 141
Continue to review full report at Codecov.
|
…ivated that by default for the update subcommand
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oooookay, many files, but I've looked at all the diffs. Looks good! I've left some comments. Neither of them are severe, but perhaps we can briefly discuss whether we'd like to adjust the field order in the Janno data structure (see several comments about that).
, jNrLibraries :: Maybe Int | ||
, jDataType :: Maybe (JannoList JannoDataType) | ||
, jCaptureType :: Maybe (JannoList JannoCaptureType) | ||
, jGenotypePloidy :: Maybe JannoGenotypePloidy | ||
, jGroupName :: JannoStringList |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So I guess we could move these up. I think it wouldn't cause problems, since we don't match this gigantic data type by contractor anyway... right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move up?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, I guess I meant sex and group name
I opened issues for all contested points. But as I really want to move forward with this, I will merge now. I take the full responsibility. |
Here I collect the necessary changes for Poseidon v2.5. This is work in progress.
See poseidon-framework/poseidon-schema#42 for the discussion surrounding this upcoming release.
The changes so far only concern the
.janno
file.