Docs2#95
Merged
Merged
Conversation
susannasiebert
approved these changes
Jul 9, 2026
Collaborator
There was a problem hiding this comment.
I think for now this is fine, but it's probably preferable/more robust to use vcfpy here. Maybe a stretch goal to do in the future.
Collaborator
Author
There was a problem hiding this comment.
Good suggestion - I didn't think that hard about this (quick and dirty script for internal use, etc), but it makes sense. Flipped it around to use vcfpy to be consistent with the rest of the package. Fixed it up.
…s (1 -> 1.0, etc)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding lots of examples to the documentation, along with a minimal set of VCFs and inputs to run all of the examples.
Also includes an amalgamation of minor issue fixes that came from getting the examples to run cleanly and intuitively (no unneeded warnings, etc):
replaces typo of "Gene Expressions" with "Gene Expression" for the GX field (and updates tests accordingly)
updates the mismatch reporter tool to remove extra "INFO:root:" output at the top of the report
removes some warnings that were not useful/unnecessary from several tools
fixed a bug in vcf_info_annotator. When using --overwrite, the indices internal to vcfpy weren't getting updated correctly, so trying to remove the old header line caused a dangling reference and an error. Fixed by rebuilding the indices.