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

The query sequence returned by '%s' is not the same of the original one. #12

Open
xjllh opened this issue Feb 22, 2024 · 1 comment
Open

Comments

@xjllh
Copy link

xjllh commented Feb 22, 2024

The sequence cannot be displayed in the SEQUENCE ID and SEQUENCES sections after submitting the selected sequence when running NCBI BLAST using pymod 3.0.2. Simultaneously, an error occurs in PyMol, and the traceback is as follows:
Traceback (most recent call last):
File "D:\pymol\pymol_edu\pymol_edu_install\lib\site-packages\pmg_tk\startup\pymod3\pymod_lib\pymod_protocols\similarity_searches_protocols_base_blast.py", line 879, in
self.main_button.clicked.connect(lambda a=None: self.protocol.blast_results_state())
File "D:\pymol\pymol_edu\pymol_edu_install\lib\site-packages\pmg_tk\startup\pymod3\pymod_lib\pymod_protocols\similarity_searches_protocols_base_blast.py", line 445, in blast_results_state
self.import_results_in_pymod()
File "D:\pymol\pymol_edu\pymol_edu_install\lib\site-packages\pmg_tk\startup\pymod3\pymod_lib\pymod_protocols\similarity_searches_protocols_base_blast.py", line 583, in import_results_in_pymod
raise Exception("The query sequence returned by '%s' is not the same of the original one." % self.blast_version)
Exception: The query sequence returned by 'blast' is not the same of the original one.
1
2

@irisdisilverio
Copy link
Contributor

Could you tell me which sequence did you use?
To solve the issue, try performing remote BLAST using SwissProt as database or try running the BLAST locally, since there might be an issue with the NCBI server.

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

No branches or pull requests

2 participants