-
Notifications
You must be signed in to change notification settings - Fork 30
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 tb tests #64
add tb tests #64
Conversation
Sorry for all the commits, still trying to figure out the different connected parts |
No worries, let me know if anything is unclear (or if the documentation needs to be better). The more complex inheritance based code architecture was to try and make adding new parsers easier and reduce code duplication but it doesn't always achieve that goal! |
If you cd into the |
You don't need to cd into |
Ah thanks! |
|
||
# variant specific optional fields | ||
variant_frequency: float = None | ||
genetic_variation_type: str = None |
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.
At the moment I've made this non mandatory but potentially in the final spec it should be?
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.
This will be lost when I approve and merge. Can you open an issue? ❤️
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!
Yay we got there in the end! Apologies again for all the tests |
No description provided.