Skip to content
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

Fix transcript mismatch warning message #1788

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dglemos
Copy link
Contributor

@dglemos dglemos commented Nov 11, 2024

This update should be included in release/113.

The following warning message: Transcript-assembly mismatch in ".$hash->{Uploaded_variation}
should not be printed when the option --use_given_ref is on.

The warning indicates there is a mismatch between RefSeq and Ensembl transcripts for the variant stored in $hash->{Uploaded_variation}.

@dglemos
Copy link
Contributor Author

dglemos commented Nov 12, 2024

Failing:

not ok 30 - annotate_InputBuffer - SV reverts to overlap
#   Failed test 'annotate_InputBuffer - SV reverts to overlap'
#   at t/AnnotationSource_File_VCF.t line 444.
#     Structures begin differing at:
#          $got = undef
#     $expected = HASH(0x59e2380)

This error is not related to this update.
Errors are probably a consequence of this PR: #1773

@likhitha-surapaneni
Copy link
Contributor

Failing:

not ok 30 - annotate_InputBuffer - SV reverts to overlap
#   Failed test 'annotate_InputBuffer - SV reverts to overlap'
#   at t/AnnotationSource_File_VCF.t line 444.
#     Structures begin differing at:
#          $got = undef
#     $expected = HASH(0x59e2380)

This error is not related to this update. Errors are probably a consequence of this PR: #1773

Hi @dglemos, this may be fixed when Ensembl/ensembl-io#172 is merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants