Opened 9 years ago
Closed 9 years ago
#486 closed defect (fixed)
Blast Protein GUI won't run
| Reported by: | Elaine Meng | Owned by: | Conrad Huang |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Sequence | Version: | |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Notify when closed: | Platform: | all | |
| Project: | ChimeraX |
Description
Although I could run blast via command, showing the Blast Protein GUI, choosing a chain, pressing "BLAST" gives traceback:
NameError: name 'ProteinstPDBJob' is not defined
File "/Users/chimera/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/chimerax/blastprotein/tool.py", line 71, in _blast_cb
ProteinstPDBJob(self.session, chain.characters, chain.atomspec(),
See log for Python traceback.
Note:
See TracTickets
for help on using tickets.
Fixed in 2724b10.
Somehow a class name got mangled in one of the commits. Fixing the name error solved the problem.