-
Notifications
You must be signed in to change notification settings - Fork 0
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
Accession support #72
Conversation
@@ -1,9 +1,9 @@ | |||
H VN:Z:1.2 |
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.
i changed this file to be the same sequence as simple.fa so we can use the same vcfs for both.
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.
👍 Cool
15b9034
to
620d3ff
Compare
migrations/core/01-initial/up.sql
Outdated
name TEXT NOT NULL, | ||
-- path accessions can reference other path accessions | ||
path_id INTEGER NOT NULL, | ||
accession_id INTEGER, |
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.
Is there some way to name this to make it clearer why we're referencing another accession? parent_accession_id? previous_accession_id?
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.
sure, it's meant to be parent_accession_id -- idea is this accssion is nested in another.
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.
LGTM! Comments are non-blocking
796bed2
to
2093f82
Compare
This creates a new model type, accession, that lets users assign a name to a subsequence of a path. There's support in here for a convention to use in vcf files for specifying that a change should be given a particular accession.