Opened 9 years ago
Closed 9 years ago
#321 closed defect (fixed)
Can't fetch from EMDB
Reported by: | Tom Goddard | Owned by: | pett |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Volume Data | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
open 1080 from emdb
says emdb is an invalid database, because the fetch code was commented out in core/session.py
#QT disabled
#from . import map
#map.register_eds_fetch(s)
#map.register_emdb_fetch(s)
Looks like this was related to Qt.
Note:
See TracTickets
for help on using tickets.
Simply uncommented that code. I think when it was commented out, certain needed mouse modes had not yet been implemented which are now implemented.