-
Notifications
You must be signed in to change notification settings - Fork 22
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
feat: adding the annotaTR tool #226
Conversation
|
|
|
|
Co-authored-by: Arya Massarat <[email protected]>
|
Thanks @aryarm for the thorough review! I have addressed the code suggestions and resolved all the conversations. See below regarding the other comments: Code suggestions
Testing suggestions
Tests for files remaining the sameI addded tests based on the mergeSTR examples to check if files are unchanged. This required some minor changes to
|
|
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.
ok, sounds good! Thanks for implementing my suggestions
And chopping at 200 lines sounds very reasonable. We shouldn't need more than a few lines, anyway.
Co-authored-by: Arya Massarat <[email protected]>
This PR introduces the
annotaTR
tool, which can be used to:trtools_prep_beagle_vcf.sh
)It required adding pgenlib as a dependency and updating the version of cyvcf2 since we need
cyvcf2.VCF.num_variants
.This feature is related to and should resolve #209. Steps to solve issues there:
Checklist
fix:
. Otherwise, if it introduces a new feature, please prefix it withfeat:
. If it introduces a breaking change, please add an exclamation before the colon, likefeat!:
. If the scope of the PR changes because of a revision to it, please update the PR title, since the title will be used in our CHANGELOG.poetry lock --no-update
to ensure the lock file stays up to date and that our dependencies are locked to their minimum versions