forked from biocommons/hgvs
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Pull updated hgvs into vvhgvs to bring vv in line with hgvs.py #7
Open
Peter-J-Freeman
wants to merge
318
commits into
openvar:hgvs
Choose a base branch
from
biocommons:main
base: hgvs
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
* added docker-compose file and updated README * started CIGARMapper (incomplete) * incorporated alignmentmapper into cigarmapper module for testing/comparison * more cleanup of new cigarmapper and comparisons * initial migration of alignmentmapper to cigarmapper; some tests still fail * added mapper.strict_transcript_bounds option to config * streamlined test_hgvs_alignmentmapper to facilitate comparison (in future commits) * checkpoint of non-functional code; changing strategy * alignmentmapper.py → alignmentmapper_new.py * alignmentmapper_old.py → alignmentmapper.py * tests pass again * Factored CIGARMapper out of AlignmentMapper (take 2); tests pass! * untangled AlignmentMapper's use of private data and methods * moved CIGARMapper to separate module; tests pass * removed alignmentmapper_new.py * renamed mapping arg `base` to `end` * moved parse_cigar to alignmentmapper * added cigarmapper tests * rename parse_cigar to _parse_cigar * added strict_bounds flag to cigarmapper (default=True; not yet in alignmentmapper) * added new strict_bounds flag to alignment mapper methods, with default from global_config * added tests for issue 437 (and they pass!) * removed unnecessary validation check * rename legacy r_{start,end} to n_{start,end} for consistency elsewhere * minor test rearrangement * update cigarmapper test alignment docs for clarity about intent * fixed recently introduced bug that considered last base of transcript as out-of-bounds * fixed bug caused by test data missing from cache, inexplicably * adding more missing data from cache * fixed incorrect test of 3' terminus * rename 437 tests * removed alignmentmapper exception tests that no longer apply * support negative n. coordinates * reworked #437 tests to use fixtures to speed up tests * verified and reenabled test for NR_003051.3:n.-19_-18insACT * added g-to-n tests, but some fail and need to be addressed (marked `#BUG:`) * use HGVS_LOGGING_LEVEL env var to customize logging level * left normalize transcript variant on genomic sequence when - strand and out-of-bounds * updated config info to include `strict_bounds`
… infer ref from genomic sequence
…t normalize an oob variant
…n strict_bounds=True
#178 - use abc for Edit class to ensure method definition
* Update default UTA version to 20210129b * Use `literalinclude` to present default configs in docs rather than copy/pasting * Clean up tests to be less brittle re: data updates in UTA --------- Co-authored-by: Andreas Prlic <[email protected]> Co-authored-by: Kori Kuzma <[email protected]>
…ccessions #744 - babelfish vcf conversion accept contig accessions as chrom names
Co-authored-by: Kori Kuzma <[email protected]>
Fix for issue 704 - pass on prevalidation_level
…etained fix: projection issue for stop retained insertion (#707)
* also updates checkout + setup-python action versions in test
#755) * set record_mode to fix failing tests * ci uses 'none' * default uses 'new_episodes' (can overide via VCR_RECORD_MODE env var) * re-ran cassettes to update with the correct config
Update authors for 2024 (last updated 4 years ago)
Remove python2 legacy
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.
No description provided.