Develop - #829
Merged
Merged
Conversation
Old version does not discriminate between raw and all in select_transcripts field. This does not match VV anf VF processing and leads to slower responses when only latest transcript versions are required. Now, raw returns all transcripts at all versions and all returns all transcripts at latest versions. Closes issue #804
Certain alignments are too bad to justify keeping. The list in the file transcript_map_data.py can be used to filter mapping options, even if VVTA is updated and new rogue alignments are identified.
Ensembl transcripts with the same ID but requiring genome build info require additional handling
hdp.get_tx_for_gene has specific structures that need to be filtered out. This can be plugged into all other uses of hdp.get_tx_for_gene and adapted for other similar lists from hdp
Allows the API to optionally set the shorthand vcf format with a mod to the interface. The gui will keep the toggle switched on i.e. True. Also, range increased to 500 to allow capture or pretty much all vars in dbSNP
Known bad alignment
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.
No description provided.