Trac Ticket Queries
Table of Contents
In addition to reports, Trac provides support for custom ticket queries, which can be used to display tickets that meet specified criteria.
To configure and execute a custom query, switch to the View Tickets module from the navigation bar, and select the Custom Query link.
Filters
When you first go to the query page, the default filter will display tickets relevant to you:
- If logged in then all open tickets, it will display open tickets assigned to you.
- If not logged in but you have specified a name or email address in the preferences, then it will display all open tickets where your email (or name if email not defined) is in the CC list.
- If not logged in and no name/email is defined in the preferences, then all open issues are displayed.
Current filters can be removed by clicking the button to the left with the minus sign on the label. New filters are added from the pulldown lists at the bottom corners of the filters box; 'And' conditions on the left, 'Or' conditions on the right. Filters with either a text box or a pulldown menu of options can be added multiple times to perform an Or on the criteria.
You can use the fields just below the filters box to group the results based on a field, or display the full description for each ticket.
After you have edited your filters, click the Update button to refresh your results.
Some shortcuts can be used to manipulate checkbox filters.
- Clicking on a filter row label toggles all checkboxes.
- Pressing the modifier key while clicking on a filter row label inverts the state of all checkboxes.
- Pressing the modifier key while clicking on a checkbox selects the checkbox and deselects all other checkboxes in the filter.
The modifier key is platform and browser dependent. On Mac the modified key is Option/Alt or Command. On Linux the modifier key is Ctrl + Alt. Opera on Windows seems to use Ctrl + Alt, while Alt is effective for other Windows browsers.
Navigating Tickets
Clicking on one of the query results will take you to that ticket. You can navigate through the results by clicking the Next Ticket or Previous Ticket links just below the main menu bar, or click the Back to Query link to return to the query page.
You can safely edit any of the tickets and continue to navigate through the results using the Next/Previous/Back to Query links after saving your results. When you return to the query any tickets which were edited will be displayed with italicized text. If one of the tickets was edited such that it no longer matches the query criteria , the text will also be greyed. Lastly, if a new ticket matching the query criteria has been created, it will be shown in bold.
The query results can be refreshed and cleared of these status indicators by clicking the Update button again.
Saving Queries
Trac allows you to save the query as a named query accessible from the reports module. To save a query ensure that you have Updated the view and then click the Save query button displayed beneath the results. You can also save references to queries in Wiki content, as described below.
Note: one way to easily build queries like the ones below, you can build and test the queries in the Custom report module and when ready - click Save query. This will build the query string for you. All you need to do is remove the extra line breaks.
Note: you must have the REPORT_CREATE permission in order to save queries to the list of default reports. The Save query button will only appear if you are logged in as a user that has been granted this permission. If your account does not have permission to create reports, you can still use the methods below to save a query.
Using TracLinks
You may want to save some queries so that you can come back to them later. You can do this by making a link to the query from any Wiki page.
[query:status=new|assigned|reopened&version=1.0 Active tickets against 1.0]
Which is displayed as:
This uses a very simple query language to specify the criteria, see Query Language.
Alternatively, you can copy the query string of a query and paste that into the Wiki link, including the leading ? character:
[query:?status=new&status=assigned&status=reopened&group=owner Assigned tickets by owner]
Which is displayed as:
Customizing the table format
You can also customize the columns displayed in the table format (format=table) by using col=<field>. You can specify multiple fields and what order they are displayed in by placing pipes (|) between the columns:
[[TicketQuery(max=3,status=closed,order=id,desc=1,format=table,col=resolution|summary|owner|reporter)]]
This is displayed as:
Results (1 - 3 of 13588)
Full rows
In table format you can also have full rows by using rows=<field>:
[[TicketQuery(max=3,status=closed,order=id,desc=1,format=table,col=resolution|summary|owner|reporter,rows=description)]]
This is displayed as:
Results (1 - 3 of 13588)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #19988 | duplicate | Crash on Mac waking from sleep | ||
| Description |
The following bug report has been submitted:
Platform: macOS-15.7.4-arm64-arm-64bit
ChimeraX Version: 1.9 (2024-12-11 19:11:19 UTC)
Description
Last time you used ChimeraX it crashed.
This is a known crash that we are unable to fix. Here is information that may help you avoid this crash. The Qt window toolkit crashed due to a display configuration change, typically when waking from sleep or when an external display is disconnected or connected. This has only been seen on Mac computers. We hope a newer version of Qt will fix it. We update ChimeraX daily builds whenever a new Qt is released. You can check here https://www.cgl.ucsf.edu/chimerax/docs/troubleshoot.html#macdisplay to see if it has been fixed in a newer ChimeraX.
Fatal Python error: Segmentation fault
Thread 0x000000031c8fb000 (most recent call first):
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 579 in _handle_results
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap
Thread 0x000000031b8ef000 (most recent call first):
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 531 in _handle_tasks
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap
Thread 0x000000031a8e3000 (most recent call first):
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/selectors.py", line 415 in select
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/connection.py", line 930 in wait
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 502 in _wait_for_updates
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 522 in _handle_workers
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap
Thread 0x00000003198d7000 (most recent call first):
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap
Thread 0x00000003188cb000 (most recent call first):
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap
Thread 0x00000003178bf000 (most recent call first):
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap
Thread 0x00000003168b3000 (most recent call first):
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap
Thread 0x00000003158a7000 (most recent call first):
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap
Thread 0x000000031489b000 (most recent call first):
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap
Thread 0x000000031388f000 (most recent call first):
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap
Thread 0x0000000312883000 (most recent call first):
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap
Current thread 0x00000001fd0fe240 (most recent call first):
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/ui/gui.py", line 330 in event_loop
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/__main__.py", line 1054 in init
File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/__main__.py", line 1217 in
File "", line 88 in _run_code
File "", line 198 in _run_module_as_main
Extension modules: chimerax.arrays._arrays, numpy.core._multiarray_umath, numpy.core._multiarray_tests, numpy.linalg._umath_linalg, numpy.fft._pocketfft_internal, numpy.random._common, numpy.random.bit_generator, numpy.random._bounded_integers, numpy.random._mt19937, numpy.random.mtrand, numpy.random._philox, numpy.random._pcg64, numpy.random._sfc64, numpy.random._generator, chimerax.geometry._geometry, PyQt6.QtCore, PyQt6.QtGui, PyQt6.QtWidgets, PyQt6.QtNetwork, PyQt6.QtPrintSupport, PyQt6.QtWebChannel, PyQt6.QtWebEngineCore, PyQt6.QtWebEngineWidgets, chimerax.atomic_lib._load_libs, tinyarray, chimerax.atomic.cymol, chimerax.atomic.cytmpl, chimerax.map._map, charset_normalizer.md, requests.packages.charset_normalizer.md, requests.packages.chardet.md, PIL._imaging, kiwisolver._cext, openmm._openmm, openmm.app.internal.compiled, chimerax.pdb_lib._load_libs, chimerax.surface._surface, OpenGL_accelerate.errorchecker, OpenGL_accelerate.wrapper, OpenGL_accelerate.formathandler, OpenGL_accelerate.arraydatatype, OpenGL_accelerate.latebind, OpenGL_accelerate.vbo, chimerax.core._mac_util, OpenGL_accelerate.numpy_formathandler, OpenGL_accelerate.nones_formathandler, chimerax.pdb._pdbio, chimerax.atomic._ribbons, chimerax.graphics._graphics, chimerax.mmcif._mmcif, chimerax.mmcif.mmcif, PIL._imagingmath, PyQt6.QtOpenGL, PyQt6.QtOpenGLWidgets (total: 54)
{"app_name":"ChimeraX","timestamp":"2026-03-17 17:52:57.00 +0100","app_version":"1.9.0","slice_uuid":"17982d98-65bc-3327-8526-577ec996453c","build_version":"1.9.0.0","platform":1,"bundleID":"edu.ucsf.cgl.ChimeraX","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 15.7.4 (24G517)","roots_installed":0,"name":"ChimeraX","incident_id":"37F77AC0-3A58-4AC0-9527-8D31C2802A6E"}
{
"uptime" : 380000,
"procRole" : "Background",
"version" : 2,
"userID" : 501,
"deployVersion" : 210,
"modelCode" : "Mac15,12",
"coalitionID" : 952,
"osVersion" : {
"train" : "macOS 15.7.4",
"build" : "24G517",
"releaseType" : "User"
},
"captureTime" : "2026-03-17 17:52:29.6522 +0100",
"codeSigningMonitor" : 1,
"incident" : "37F77AC0-3A58-4AC0-9527-8D31C2802A6E",
"pid" : 40923,
"translated" : false,
"cpuType" : "ARM-64",
"roots_installed" : 0,
"bug_type" : "309",
"procLaunch" : "2026-03-17 16:52:42.8392 +0100",
"procStartAbsTime" : 9052632721286,
"procExitAbsTime" : 9138710442674,
"procName" : "ChimeraX",
"procPath" : "\/Applications\/ChimeraX-1.9.app\/Contents\/MacOS\/ChimeraX",
"bundleInfo" : {"CFBundleShortVersionString":"1.9.0","CFBundleVersion":"1.9.0.0","CFBundleIdentifier":"edu.ucsf.cgl.ChimeraX"},
"storeInfo" : {"deviceIdentifierForVendor":"1285D59A-DC79-5D40-B366-2F3C3C4E451C","thirdParty":true},
"parentProc" : "launchd",
"parentPid" : 1,
"coalitionName" : "edu.ucsf.cgl.ChimeraX",
"crashReporterKey" : "31E19731-CFC0-05F8-DC37-45557C23533F",
"appleIntelligenceStatus" : {"state":"restricted","reasons":["siriAssetIsNotReady","assetIsNotReady"]},
"codeSigningID" : "edu.ucsf.cgl.ChimeraX",
"codeSigningTeamID" : "LWV8X224YF",
"codeSigningFlags" : 570491649,
"codeSigningValidationCategory" : 6,
"codeSigningTrustLevel" : 4294967295,
"codeSigningAuxiliaryInfo" : 0,
"instructionByteStream" : {"beforePC":"fyMD1f17v6n9AwCRm+D\/l78DAJH9e8Go\/w9f1sADX9YQKYDSARAA1A==","atPC":"AwEAVH8jA9X9e7+p\/QMAkZDg\/5e\/AwCR\/XvBqP8PX9bAA1\/WcAqA0g=="},
"bootSessionUUID" : "EC65655E-BA96-4622-B5B0-4D24C1466F0D",
"wakeTime" : 7023,
"sleepWakeUUID" : "72A578B2-C187-41DB-9942-6578E7EC83F4",
"sip" : "enabled",
"vmRegionInfo" : "0x169 is not in any region. Bytes before following region: 4303109783\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n __TEXT 1007c4000-1007c8000 [ 16K] r-x\/r-x SM=COW \/Applications\/ChimeraX-1.9.app\/Contents\/MacOS\/ChimeraX",
"exception" : {"codes":"0x0000000000000001, 0x0000000000000169","rawCodes":[1,361],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x0000000000000169"},
"termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"ChimeraX","byPid":40923},
"vmregioninfo" : "0x169 is not in any region. Bytes before following region: 4303109783\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n __TEXT 1007c4000-1007c8000 [ 16K] r-x\/r-x SM=COW \/Applications\/ChimeraX-1.9.app\/Contents\/MacOS\/ChimeraX",
"extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
"faultingThread" : 0,
"threads" : [{"threadState":{"x":[{"value":0},{"value":0},{"value":1},{"value":4429609624},{"value":80},{"value":115},{"value":1152921510948009200},{"value":0},{"value":8705167922873921636},{"value":8705167926279901732},{"value":14757395258967641293},{"value":4294967286},{"value":4429609554},{"value":0},{"value":53},{"value":4294967280},{"value":328},{"value":8557778248},{"value":0},{"value":11},{"value":259},{"value":8540644128,"symbolLocation":224,"symbol":"_main_thread"},{"value":0},{"value":1},{"value":4323919408,"symbolLocation":0,"symbol":"faulthandler_handlers"},{"value":8501825536,"symbolLocation":0,"symbol":"OBJC_IVAR_$_NSTouchBarInputMethodCandidateList._list"},{"value":8501825536,"symbolLocation":0,"symbol":"OBJC_IVAR_$_NSTouchBarInputMethodCandidateList._list"},{"value":4},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6695565384},"cpsr":{"value":1073745920},"fp":{"value":4429609696},"sp":{"value":4429609664},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695330696,"matchesCrashFrame":1},"far":{"value":0}},"id":5257456,"triggered":true,"name":"CrBrowserMain","queue":"com.apple.main-thread","frames":[{"imageOffset":37768,"symbol":"__pthread_kill","symbolLocation":8,"imageIndex":180},{"imageOffset":26696,"symbol":"pthread_kill","symbolLocation":296,"imageIndex":181},{"imageOffset":265412,"symbol":"raise","symbolLocation":32,"imageIndex":182},{"imageOffset":2417160,"symbol":"faulthandler_fatal_error","symbolLocation":392,"imageIndex":1},{"imageOffset":13988,"symbol":"_sigtramp","symbolLocation":56,"imageIndex":183},{"imageOffset":349344,"imageIndex":69},{"imageOffset":349160,"imageIndex":69},{"imageOffset":381256,"symbol":"_NSViewHierarchyDidChangeBackingProperties","symbolLocation":244,"imageIndex":184},{"imageOffset":12003136,"symbol":"-[NSWindow _postWindowDidChangeBackingPropertiesAndDisplayWindowForPreviousBackingScaleFactor:previousColorSpace:]","symbolLocation":192,"imageIndex":184},{"imageOffset":2071804,"symbol":"__67-[NSWindow _updateSettingsSendingScreenChangeNotificationToScreen:]_block_invoke","symbolLocation":432,"imageIndex":184},{"imageOffset":507904,"symbol":"NSPerformVisuallyAtomicChange","symbolLocation":108,"imageIndex":184},{"imageOffset":2071360,"symbol":"-[NSWindow _updateSettingsSendingScreenChangeNotificationToScreen:]","symbolLocation":96,"imageIndex":184},{"imageOffset":513356,"symbol":"-[NSWindow _setFrameCommon:display:fromServer:]","symbolLocation":2016,"imageIndex":184},{"imageOffset":11973464,"symbol":"-[NSWindow(NSScreenLayout) _setFrame:fromAdjustmentToScreen:anchorIfNeeded:animate:]","symbolLocation":616,"imageIndex":184},{"imageOffset":3236944,"symbol":"-[NSWindow _adjustWindowToScreen]","symbolLocation":1184,"imageIndex":184},{"imageOffset":3366572,"symbol":"-[NSWindow _displayChangedSoAdjustWindows:]","symbolLocation":100,"imageIndex":184},{"imageOffset":15451956,"symbol":"___NSApplicationPerformScreenInvalidationReactions_block_invoke","symbolLocation":84,"imageIndex":184},{"imageOffset":219016,"symbol":"-[NSApplication enumerateWindowsWithOptions:usingBlock:]","symbolLocation":236,"imageIndex":184},{"imageOffset":15450164,"symbol":"___NSApplicationReactToScreenInvalidation_block_invoke","symbolLocation":1012,"imageIndex":184},{"imageOffset":15448180,"symbol":"_NSApplicationReactToScreenInvalidation","symbolLocation":308,"imageIndex":184},{"imageOffset":15448768,"symbol":"-[NSApplication(ScreenHandling) _reactToDisplayChanges:]","symbolLocation":416,"imageIndex":184},{"imageOffset":9874348,"symbol":"_NSCGSDisplayConfigurationUpdateAndInvokeObservers","symbolLocation":436,"imageIndex":184},{"imageOffset":9875600,"symbol":"_NSCGSDisplayConfigurationDidReconfigureNotificationHandler","symbolLocation":316,"imageIndex":184},{"imageOffset":45104,"symbol":"(anonymous namespace)::notify_datagram_handler(unsigned int, CGSDatagramType, void*, unsigned long, void*)","symbolLocation":920,"imageIndex":185},{"imageOffset":4300628,"symbol":"CGSDatagramReadStream::dispatchMainQueueDatagrams()","symbolLocation":284,"imageIndex":185},{"imageOffset":4300312,"symbol":"invocation function for block in CGSDatagramReadStream::mainQueueWakeup()","symbolLocation":28,"imageIndex":185},{"imageOffset":6956,"symbol":"_dispatch_call_block_and_release","symbolLocation":32,"imageIndex":186},{"imageOffset":112732,"symbol":"_dispatch_client_callout","symbolLocation":16,"imageIndex":186},{"imageOffset":232320,"symbol":"_dispatch_main_queue_drain.cold.5","symbolLocation":812,"imageIndex":186},{"imageOffset":69040,"symbol":"_dispatch_main_queue_drain","symbolLocation":180,"imageIndex":186},{"imageOffset":68844,"symbol":"_dispatch_main_queue_callback_4CF","symbolLocation":44,"imageIndex":186},{"imageOffset":764720,"symbol":"__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__","symbolLocation":16,"imageIndex":187},{"imageOffset":505900,"symbol":"__CFRunLoopRun","symbolLocation":1980,"imageIndex":187},{"imageOffset":502248,"symbol":"CFRunLoopRunSpecific","symbolLocation":572,"imageIndex":187},{"imageOffset":799356,"symbol":"RunCurrentEventLoopInMode","symbolLocation":324,"imageIndex":188},{"imageOffset":812264,"symbol":"ReceiveNextEventCommon","symbolLocation":676,"imageIndex":188},{"imageOffset":2430084,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":76,"imageIndex":188},{"imageOffset":240180,"symbol":"_DPSNextEvent","symbolLocation":684,"imageIndex":184},{"imageOffset":10327500,"symbol":"-[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":688,"imageIndex":184},{"imageOffset":187364,"symbol":"-[NSApplication run]","symbolLocation":480,"imageIndex":184},{"imageOffset":88376,"imageIndex":69},{"imageOffset":572692,"symbol":"QEventLoop::exec(QFlags)","symbolLocation":540,"imageIndex":45},{"imageOffset":534620,"symbol":"QCoreApplication::exec()","symbolLocation":112,"imageIndex":45},{"imageOffset":2477972,"symbol":"meth_QApplication_exec(_object*, _object*)","symbolLocation":96,"imageIndex":47},{"imageOffset":1004504,"symbol":"cfunction_call","symbolLocation":96,"imageIndex":1},{"imageOffset":594156,"symbol":"_PyObject_MakeTpCall","symbolLocation":128,"imageIndex":1},{"imageOffset":1789244,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54984,"imageIndex":1},{"imageOffset":1729512,"symbol":"PyEval_EvalCode","symbolLocation":276,"imageIndex":1},{"imageOffset":1707120,"symbol":"builtin_exec","symbolLocation":428,"imageIndex":1},{"imageOffset":1007044,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS","symbolLocation":80,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":2389028,"symbol":"pymain_run_module","symbolLocation":256,"imageIndex":1},{"imageOffset":2387652,"symbol":"Py_RunMain","symbolLocation":1784,"imageIndex":1},{"imageOffset":2392180,"symbol":"pymain_main","symbolLocation":52,"imageIndex":1},{"imageOffset":2392116,"symbol":"Py_Main","symbolLocation":36,"imageIndex":1},{"imageOffset":15700,"symbol":"main","symbolLocation":128,"imageIndex":0},{"imageOffset":27544,"symbol":"start","symbolLocation":6076,"imageIndex":189}]},{"id":5257683,"name":"ThreadPoolServiceThread","threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":105553145567808},{"value":4},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":3},{"value":61572651169794},{"value":5929327184},{"value":38915},{"value":1},{"value":1},{"value":369},{"value":6379089920},{"value":0},{"value":6345670928},{"value":6041355616},{"value":6379089232},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5819087784},"cpsr":{"value":2684358656},"fp":{"value":6379089216},"sp":{"value":6379089120},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695344476},"far":{"value":0}},"frames":[{"imageOffset":51548,"symbol":"kevent64","symbolLocation":8,"imageIndex":180},{"imageOffset":71187368,"imageIndex":56},{"imageOffset":71186848,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":70856668,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}]},{"id":5257684,"name":"ThreadPoolForegroundWorker","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":166039140696064},{"value":0},{"value":166039140696064},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":38659},{"value":2043},{"value":18446744073709551569},{"value":8557786720},{"value":0},{"value":0},{"value":32},{"value":166039140696064},{"value":0},{"value":166039140696064},{"value":6387510576},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6695371576},"cpsr":{"value":4096},"fp":{"value":6387509920},"sp":{"value":6387509840},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695296052},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":180},{"imageOffset":78648,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":180},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":180},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":180},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70900888,"imageIndex":56},{"imageOffset":70904380,"imageIndex":56},{"imageOffset":70902644,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}]},{"id":5257685,"name":"ThreadPoolBackgroundWorker","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":158342559301632},{"value":0},{"value":158342559301632},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":36867},{"value":2043},{"value":18446744073709551569},{"value":8557786720},{"value":0},{"value":0},{"value":32},{"value":158342559301632},{"value":0},{"value":158342559301632},{"value":6395931952},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6695371576},"cpsr":{"value":4096},"fp":{"value":6395931296},"sp":{"value":6395931216},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695296052},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":180},{"imageOffset":78648,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":180},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":180},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":180},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70900888,"imageIndex":56},{"imageOffset":70904380,"imageIndex":56},{"imageOffset":70902696,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}]},{"id":5257686,"name":"Chrome_IOThread","threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":105553145411456},{"value":4},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":9223372036854775810},{"value":5929327232},{"value":64515},{"value":1},{"value":1},{"value":369},{"value":6404354048},{"value":0},{"value":6345662352},{"value":6041322464},{"value":6404353344},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5819087784},"cpsr":{"value":1610616832},"fp":{"value":6404353328},"sp":{"value":6404353232},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695344476},"far":{"value":0}},"frames":[{"imageOffset":51548,"symbol":"kevent64","symbolLocation":8,"imageIndex":180},{"imageOffset":71187368,"imageIndex":56},{"imageOffset":71186848,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":45328188,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}]},{"id":5257687,"name":"NetworkConfigWatcher","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":272691768590336},{"value":0},{"value":272691768590336},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":63491},{"value":1},{"value":18446744073709551569},{"value":6412775424},{"value":0},{"value":0},{"value":32},{"value":272691768590336},{"value":0},{"value":272691768590336},{"value":6412774464},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6695371576},"cpsr":{"value":4096},"fp":{"value":6412773808},"sp":{"value":6412773728},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695296052},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":180},{"imageOffset":78648,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":180},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":180},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":180},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70677152,"imageIndex":56},{"imageOffset":70343492,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}]},{"id":5257688,"name":"ThreadPoolForegroundWorker","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":268310901948416},{"value":0},{"value":268310901948416},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":62471},{"value":2309113958},{"value":18446744073709551569},{"value":61},{"value":0},{"value":0},{"value":32},{"value":268310901948416},{"value":0},{"value":268310901948416},{"value":6421196080},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6695371576},"cpsr":{"value":4096},"fp":{"value":6421195424},"sp":{"value":6421195344},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695296052},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":180},{"imageOffset":78648,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":180},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":180},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":180},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70900888,"imageIndex":56},{"imageOffset":70904380,"imageIndex":56},{"imageOffset":70902644,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}]},{"id":5257689,"name":"ThreadPoolForegroundWorker","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":194626443018240},{"value":0},{"value":194626443018240},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":45315},{"value":512},{"value":18446744073709551569},{"value":8557778184},{"value":0},{"value":0},{"value":32},{"value":194626443018240},{"value":0},{"value":194626443018240},{"value":6429617456},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6695371576},"cpsr":{"value":4096},"fp":{"value":6429616800},"sp":{"value":6429616720},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695296052},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":180},{"imageOffset":78648,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":180},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":180},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":180},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70900888,"imageIndex":56},{"imageOffset":70904380,"imageIndex":56},{"imageOffset":70902644,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}]},{"id":5257690,"name":"ThreadPoolForegroundWorker","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":202323024412672},{"value":0},{"value":202323024412672},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":47107},{"value":3036680416},{"value":18446744073709551569},{"value":229},{"value":0},{"value":0},{"value":32},{"value":202323024412672},{"value":0},{"value":202323024412672},{"value":6438038832},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6695371576},"cpsr":{"value":4096},"fp":{"value":6438038176},"sp":{"value":6438038096},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695296052},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":180},{"imageOffset":78648,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":180},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":180},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":180},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70900888,"imageIndex":56},{"imageOffset":70904380,"imageIndex":56},{"imageOffset":70902644,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}]},{"id":5257691,"name":"Chrome_InProcGpuThread","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":205621559296000},{"value":0},{"value":205621559296000},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":47875},{"value":1},{"value":18446744073709551569},{"value":12893302784},{"value":0},{"value":0},{"value":32},{"value":205621559296000},{"value":0},{"value":205621559296000},{"value":12893301824},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6695371576},"cpsr":{"value":4096},"fp":{"value":12893301168},"sp":{"value":12893301088},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695296052},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":180},{"imageOffset":78648,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":180},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":180},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":180},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70677152,"imageIndex":56},{"imageOffset":70343492,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}]},{"id":5257692,"name":"Chrome_ChildIOThread","threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":105553150534848},{"value":1},{"value":0},{"value":0},{"value":12901721824},{"value":0},{"value":0},{"value":1},{"value":15393162792450},{"value":5929327328},{"value":48643},{"value":1},{"value":1},{"value":369},{"value":12901724160},{"value":0},{"value":6341083168},{"value":6058322368},{"value":12901723456},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5819087784},"cpsr":{"value":2684358656},"fp":{"value":12901723440},"sp":{"value":12901723344},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695344476},"far":{"value":0}},"frames":[{"imageOffset":51548,"symbol":"kevent64","symbolLocation":8,"imageIndex":180},{"imageOffset":71187368,"imageIndex":56},{"imageOffset":71186848,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":114048632,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}]},{"id":5257693,"name":"CompositorTileWorker1","threadState":{"x":[{"value":260},{"value":0},{"value":768},{"value":0},{"value":0},{"value":161},{"value":0},{"value":0},{"value":12910145096},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8557778176},{"value":0},{"value":6345700104},{"value":6345700232},{"value":12910145760},{"value":0},{"value":0},{"value":768},{"value":769},{"value":1024},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6695567516},"cpsr":{"value":1610616832},"fp":{"value":12910145216},"sp":{"value":12910145072},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695310284},"far":{"value":0}},"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":180},{"imageOffset":28828,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":181},{"imageOffset":71055056,"imageIndex":56},{"imageOffset":104344336,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}]},{"id":5257695,"name":"ThreadPoolSingleThreadSharedForeground0","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":258432477167616},{"value":0},{"value":258432477167616},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":60171},{"value":3244396539},{"value":18446744073709551569},{"value":291},{"value":0},{"value":0},{"value":32},{"value":258432477167616},{"value":0},{"value":258432477167616},{"value":12918566192},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6695371576},"cpsr":{"value":4096},"fp":{"value":12918565536},"sp":{"value":12918565456},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695296052},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":180},{"imageOffset":78648,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":180},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":180},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":180},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70900888,"imageIndex":56},{"imageOffset":70903324,"imageIndex":56},{"imageOffset":70902728,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}]},{"id":5257696,"name":"NetworkConfigWatcher","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":251801047662592},{"value":0},{"value":251801047662592},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":58627},{"value":1},{"value":18446744073709551569},{"value":12934803456},{"value":0},{"value":0},{"value":32},{"value":251801047662592},{"value":0},{"value":251801047662592},{"value":12934802496},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6695371576},"cpsr":{"value":4096},"fp":{"value":12934801840},"sp":{"value":12934801760},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695296052},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":180},{"imageOffset":78648,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":180},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":180},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":180},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70677152,"imageIndex":56},{"imageOffset":70343492,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}]},{"id":5257698,"name":"VizCompositorThread","threadState":{"x":[{"value":12943221968},{"value":105553145982704},{"value":160},{"value":68719460488},{"value":0},{"value":0},{"value":0},{"value":5752471100},{"value":105553171664896},{"value":1},{"value":9223372036854786920},{"value":18446744073686703928},{"value":2043},{"value":2045},{"value":2156073032},{"value":2153973786},{"value":6695297156,"symbolLocation":0,"symbol":"mach_absolute_time"},{"value":72},{"value":0},{"value":105553145982640},{"value":105553145982712},{"value":380779584874},{"value":1},{"value":0},{"value":105553163394488},{"value":13568635840},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5851297884},"cpsr":{"value":536875008},"fp":{"value":12943221952},"sp":{"value":12943221952},"esr":{"value":2449473543,"description":"(Data Abort) byte read Translation fault"},"pc":{"value":5818192052},"far":{"value":105553171664896}},"frames":[{"imageOffset":70291636,"imageIndex":56},{"imageOffset":103397468,"imageIndex":56},{"imageOffset":103397028,"imageIndex":56},{"imageOffset":103378536,"imageIndex":56},{"imageOffset":116061884,"imageIndex":56},{"imageOffset":116153156,"imageIndex":56},{"imageOffset":115527968,"imageIndex":56},{"imageOffset":115595584,"imageIndex":56},{"imageOffset":115646720,"imageIndex":56},{"imageOffset":70689244,"imageIndex":56},{"imageOffset":70807496,"imageIndex":56},{"imageOffset":70806504,"imageIndex":56},{"imageOffset":70343428,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}]},{"id":5257711,"name":"NetworkService","threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":105553127379072},{"value":2},{"value":0},{"value":0},{"value":12954019600},{"value":0},{"value":0},{"value":2},{"value":83562883730434},{"value":5929327520},{"value":56835},{"value":1},{"value":1},{"value":369},{"value":12954021888},{"value":0},{"value":6090499600},{"value":6340947104},{"value":12954021232},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5819087784},"cpsr":{"value":2684358656},"fp":{"value":12954021216},"sp":{"value":12954021120},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695344476},"far":{"value":0}},"frames":[{"imageOffset":51548,"symbol":"kevent64","symbolLocation":8,"imageIndex":180},{"imageOffset":71187368,"imageIndex":56},{"imageOffset":71186848,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}]},{"id":5257712,"name":"NetworkNotificationThreadMac","threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592,"symbolLocation":696,"symbol":"_OBJC_$_INSTANCE_VARIABLES_MKMapView"},{"value":230910326734848},{"value":0},{"value":230910326734848},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":53763},{"value":0},{"value":18446744073709551569},{"value":8557780056},{"value":0},{"value":4294967295},{"value":2},{"value":230910326734848},{"value":0},{"value":230910326734848},{"value":12962438632},{"value":8589934592,"symbolLocation":696,"symbol":"_OBJC_$_INSTANCE_VARIABLES_MKMapView"},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6695371576},"cpsr":{"value":4096},"fp":{"value":12962438480},"sp":{"value":12962438400},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695296052},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":180},{"imageOffset":78648,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":180},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":180},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":180},{"imageOffset":510988,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":187},{"imageOffset":505128,"symbol":"__CFRunLoopRun","symbolLocation":1208,"imageIndex":187},{"imageOffset":502248,"symbol":"CFRunLoopRunSpecific","symbolLocation":572,"imageIndex":187},{"imageOffset":367736,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":212,"imageIndex":191},{"imageOffset":71382916,"imageIndex":56},{"imageOffset":71377136,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}]},{"id":5257713,"name":"NetworkConfigWatcher","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":235308373245952},{"value":0},{"value":235308373245952},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":54787},{"value":1},{"value":18446744073709551569},{"value":12970864640},{"value":0},{"value":0},{"value":32},{"value":235308373245952},{"value":0},{"value":235308373245952},{"value":12970863680},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6695371576},"cpsr":{"value":4096},"fp":{"value":12970863024},"sp":{"value":12970862944},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695296052},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":180},{"imageOffset":78648,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":180},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":180},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":180},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70677152,"imageIndex":56},{"imageOffset":70343492,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}]},{"id":5257714,"name":"ThreadPoolSingleThreadForegroundBlocking1","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":372747326717952},{"value":0},{"value":372747326717952},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":86787},{"value":4012372068},{"value":18446744073709551569},{"value":4348911104},{"value":0},{"value":0},{"value":32},{"value":372747326717952},{"value":0},{"value":372747326717952},{"value":12979285296},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6695371576},"cpsr":{"value":4096},"fp":{"value":12979284640},"sp":{"value":12979284560},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695296052},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":180},{"imageOffset":78648,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":180},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":180},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":180},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70900888,"imageIndex":56},{"imageOffset":70904380,"imageIndex":56},{"imageOffset":70902712,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}]},{"id":5257734,"name":"NetworkConfigWatcher","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":310075163934720},{"value":0},{"value":310075163934720},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":72195},{"value":1},{"value":18446744073709551569},{"value":13132886016},{"value":0},{"value":0},{"value":32},{"value":310075163934720},{"value":0},{"value":310075163934720},{"value":13132885056},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6695371576},"cpsr":{"value":4096},"fp":{"value":13132884400},"sp":{"value":13132884320},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695296052},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":180},{"imageOffset":78648,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":180},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":180},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":180},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70677152,"imageIndex":56},{"imageOffset":70343492,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}]},{"id":5257745,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":180},{"imageOffset":28828,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":181},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}],"threadState":{"x":[{"value":4},{"value":0},{"value":512},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13195815288},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8557778176},{"value":0},{"value":105553116534072},{"value":105553116534024},{"value":13195817184},{"value":0},{"value":0},{"value":512},{"value":512},{"value":2560},{"value":0},{"value":4358850572}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6695567516},"cpsr":{"value":1610616832},"fp":{"value":13195815408},"sp":{"value":13195815264},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695310284},"far":{"value":0}}},{"id":5257746,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":180},{"imageOffset":28828,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":181},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}],"threadState":{"x":[{"value":4},{"value":0},{"value":512},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13212641656},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8557778176},{"value":0},{"value":105553116534072},{"value":105553116534024},{"value":13212643552},{"value":0},{"value":0},{"value":512},{"value":512},{"value":2304},{"value":0},{"value":4358850572}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6695567516},"cpsr":{"value":1610616832},"fp":{"value":13212641776},"sp":{"value":13212641632},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695310284},"far":{"value":0}}},{"id":5257747,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":180},{"imageOffset":28828,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":181},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}],"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13229468024},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8557778176},{"value":0},{"value":105553116534072},{"value":105553116534024},{"value":13229469920},{"value":0},{"value":0},{"value":0},{"value":0},{"value":768},{"value":0},{"value":4358850572}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6695567516},"cpsr":{"value":1610616832},"fp":{"value":13229468144},"sp":{"value":13229468000},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695310284},"far":{"value":0}}},{"id":5257748,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":180},{"imageOffset":28828,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":181},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}],"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13246294392},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8557778176},{"value":0},{"value":105553116534072},{"value":105553116534024},{"value":13246296288},{"value":0},{"value":0},{"value":0},{"value":0},{"value":1024},{"value":0},{"value":4358850572}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6695567516},"cpsr":{"value":1610616832},"fp":{"value":13246294512},"sp":{"value":13246294368},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695310284},"far":{"value":0}}},{"id":5257749,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":180},{"imageOffset":28828,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":181},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}],"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13263120760},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8557778176},{"value":0},{"value":105553116534072},{"value":105553116534024},{"value":13263122656},{"value":0},{"value":0},{"value":0},{"value":0},{"value":1280},{"value":0},{"value":4358850572}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6695567516},"cpsr":{"value":1610616832},"fp":{"value":13263120880},"sp":{"value":13263120736},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695310284},"far":{"value":0}}},{"id":5257750,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":180},{"imageOffset":28828,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":181},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}],"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13279947128},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8557778176},{"value":0},{"value":105553116534072},{"value":105553116534024},{"value":13279949024},{"value":0},{"value":0},{"value":0},{"value":0},{"value":1536},{"value":0},{"value":4358850572}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6695567516},"cpsr":{"value":1610616832},"fp":{"value":13279947248},"sp":{"value":13279947104},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695310284},"far":{"value":0}}},{"id":5257751,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":180},{"imageOffset":28828,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":181},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}],"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13296773496},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8557778176},{"value":0},{"value":105553116534072},{"value":105553116534024},{"value":13296775392},{"value":0},{"value":0},{"value":0},{"value":0},{"value":1792},{"value":0},{"value":4358850572}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6695567516},"cpsr":{"value":1610616832},"fp":{"value":13296773616},"sp":{"value":13296773472},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695310284},"far":{"value":0}}},{"id":5257752,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":180},{"imageOffset":28828,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":181},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}],"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13313599864},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8557778176},{"value":0},{"value":105553116534072},{"value":105553116534024},{"value":13313601760},{"value":0},{"value":0},{"value":0},{"value":0},{"value":2048},{"value":0},{"value":4358850572}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6695567516},"cpsr":{"value":1610616832},"fp":{"value":13313599984},"sp":{"value":13313599840},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695310284},"far":{"value":0}}},{"id":5257753,"frames":[{"imageOffset":38040,"symbol":"poll","symbolLocation":8,"imageIndex":180},{"imageOffset":21836,"symbol":"select_poll_poll","symbolLocation":148,"imageIndex":15},{"imageOffset":665460,"symbol":"method_vectorcall_FASTCALL","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611268,"symbol":"method_vectorcall","symbolLocation":164,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}],"threadState":{"x":[{"value":4},{"value":0},{"value":18446744073709551615},{"value":20993},{"value":90164248465920},{"value":89060441870848},{"value":0},{"value":0},{"value":13330428076},{"value":8540686536,"symbolLocation":0,"symbol":"errno"},{"value":6597069768192},{"value":6597069768194},{"value":256},{"value":20992},{"value":20736},{"value":0},{"value":230},{"value":89060441870848},{"value":0},{"value":6166276464},{"value":0},{"value":18446744073709551615},{"value":8},{"value":6439152336},{"value":2},{"value":0},{"value":4311468768},{"value":0},{"value":4307727938}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4313158988},"cpsr":{"value":536875008},"fp":{"value":13330426496},"sp":{"value":13330426400},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695330968},"far":{"value":0}}},{"id":5257754,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":180},{"imageOffset":28828,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":181},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":790596,"symbol":"calliter_iternext","symbolLocation":88,"imageIndex":1},{"imageOffset":1782844,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":48584,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}],"threadState":{"x":[{"value":260},{"value":0},{"value":256},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13347252520},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8557778176},{"value":0},{"value":105553116533048},{"value":105553116533000},{"value":13347254496},{"value":0},{"value":0},{"value":256},{"value":257},{"value":512},{"value":6163792264},{"value":4359230732}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6695567516},"cpsr":{"value":1610616832},"fp":{"value":13347252640},"sp":{"value":13347252496},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695310284},"far":{"value":0}}},{"id":5257755,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":180},{"imageOffset":28828,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":181},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}],"threadState":{"x":[{"value":260},{"value":0},{"value":256},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13364078968},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8557778176},{"value":0},{"value":105553116532664},{"value":105553116532616},{"value":13364080864},{"value":0},{"value":0},{"value":256},{"value":257},{"value":512},{"value":0},{"value":4359238892}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6695567516},"cpsr":{"value":1610616832},"fp":{"value":13364079088},"sp":{"value":13364078944},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695310284},"far":{"value":0}}},{"id":5257769,"name":"com.apple.NSEventThread","threadState":{"x":[{"value":268451845},{"value":17183031299},{"value":103079220499},{"value":484897512769539},{"value":125915556216832},{"value":484897512751104},{"value":64},{"value":0},{"value":0},{"value":17179869184},{"value":64},{"value":0},{"value":29317},{"value":0},{"value":112899},{"value":0},{"value":18446744073709551569},{"value":8557780056},{"value":0},{"value":0},{"value":64},{"value":484897512751104},{"value":125915556216832},{"value":484897512769539},{"value":13515640592},{"value":103079220499},{"value":17183031299},{"value":18446744073709550527},{"value":3162115}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6695371576},"cpsr":{"value":536875008},"fp":{"value":13515640112},"sp":{"value":13515640032},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695296052},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":180},{"imageOffset":78648,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":180},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":180},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":180},{"imageOffset":38996,"symbol":"CGSSnarfAndDispatchDatagrams","symbolLocation":160,"imageIndex":185},{"imageOffset":4279676,"symbol":"SLSGetNextEventRecordInternal","symbolLocation":296,"imageIndex":185},{"imageOffset":1534664,"symbol":"SLEventCreateNextEvent","symbolLocation":20,"imageIndex":185},{"imageOffset":778056,"symbol":"PullEventsFromWindowServerOnConnection(unsigned int, unsigned char, __CFMachPortBoost*)","symbolLocation":64,"imageIndex":188},{"imageOffset":766612,"symbol":"MessageHandler(__CFMachPort*, void*, long, void*)","symbolLocation":60,"imageIndex":188},{"imageOffset":692240,"symbol":"__CFMachPortPerform","symbolLocation":240,"imageIndex":187},{"imageOffset":511968,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__","symbolLocation":60,"imageIndex":187},{"imageOffset":511752,"symbol":"__CFRunLoopDoSource1","symbolLocation":508,"imageIndex":187},{"imageOffset":506120,"symbol":"__CFRunLoopRun","symbolLocation":2200,"imageIndex":187},{"imageOffset":502248,"symbol":"CFRunLoopRunSpecific","symbolLocation":572,"imageIndex":187},{"imageOffset":1435532,"symbol":"_NSEventThread","symbolLocation":140,"imageIndex":184},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}]},{"id":5257770,"name":"MemoryInfra","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":451912163917824},{"value":0},{"value":451912163917824},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":105219},{"value":1},{"value":18446744073709551569},{"value":13555675136},{"value":0},{"value":0},{"value":32},{"value":451912163917824},{"value":0},{"value":451912163917824},{"value":13555674176},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6695371576},"cpsr":{"value":4096},"fp":{"value":13555673520},"sp":{"value":13555673440},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695296052},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":180},{"imageOffset":78648,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":180},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":180},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":180},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70677152,"imageIndex":56},{"imageOffset":70343492,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}]},{"id":5257771,"name":"ThreadPoolSingleThreadSharedBackgroundBlocking2","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":447514117406720},{"value":0},{"value":447514117406720},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":104195},{"value":2414479370},{"value":18446744073709551569},{"value":6},{"value":0},{"value":0},{"value":32},{"value":447514117406720},{"value":0},{"value":447514117406720},{"value":13564095792},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6695371576},"cpsr":{"value":4096},"fp":{"value":13564095136},"sp":{"value":13564095056},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695296052},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":180},{"imageOffset":78648,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":180},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":180},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":180},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70900888,"imageIndex":56},{"imageOffset":70903324,"imageIndex":56},{"imageOffset":70902760,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}]},{"id":5257772,"name":"ThreadPoolBackgroundWorker","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":467374046183424},{"value":0},{"value":467374046183424},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":108819},{"value":2422863879},{"value":18446744073709551569},{"value":4605419520},{"value":0},{"value":0},{"value":32},{"value":467374046183424},{"value":0},{"value":467374046183424},{"value":13440363824},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6695371576},"cpsr":{"value":4096},"fp":{"value":13440363168},"sp":{"value":13440363088},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695296052},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":180},{"imageOffset":78648,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":180},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":180},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":180},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70900888,"imageIndex":56},{"imageOffset":70903324,"imageIndex":56},{"imageOffset":70902696,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27592,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":181},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":181}]},{"id":5303546,"frames":[{"imageOffset":7020,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":181}],"threadState":{"x":[{"value":13052342272},{"value":165491},{"value":13051805696},{"value":0},{"value":409603},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":13052342272},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695545708},"far":{"value":0}}},{"id":5304792,"frames":[{"imageOffset":7020,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":181}],"threadState":{"x":[{"value":13032337408},{"value":154239},{"value":13031800832},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":13032337408},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695545708},"far":{"value":0}}},{"id":5307531,"threadState":{"x":[{"value":8540641800,"symbolLocation":2632,"symbol":"(anonymous namespace)::SideTablesMap"},{"value":18446744060140487312},{"value":13035136136},{"value":0},{"value":0},{"value":34},{"value":0},{"value":0},{"value":4},{"value":2340384593},{"value":105553171310928},{"value":3},{"value":1},{"value":1},{"value":428},{"value":14},{"value":105553171310912},{"value":105553171310912},{"value":0},{"value":8540641800,"symbolLocation":2632,"symbol":"(anonymous namespace)::SideTablesMap"},{"value":13569064304},{"value":8540641800,"symbolLocation":2632,"symbol":"(anonymous namespace)::SideTablesMap"},{"value":8540660544,"symbolLocation":1152,"symbol":"_dispatch_root_queues"},{"value":13035139296},{"value":13606453304},{"value":13035139296},{"value":13035136560},{"value":105553178364264},{"value":8540657216,"symbolLocation":0,"symbol":"OBJC_CLASS_$_OS_dispatch_mach_msg"}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6691649916},"cpsr":{"value":1610616832},"fp":{"value":13035136112},"sp":{"value":13035136112},"esr":{"value":2449473543,"description":"(Data Abort) byte read Translation fault"},"pc":{"value":6691650100},"far":{"value":105553171310928}},"queue":"com.apple.NSXPCConnection.m-user.com.apple.windowmanager.server","frames":[{"imageOffset":260660,"symbol":"bool objc::DenseMapBase, unsigned long, (anonymous namespace)::RefcountMapValuePurgeable, objc::DenseMapInfo>, objc::detail::DenseMapPair, unsigned long>>, DisguisedPtr, unsigned long, (anonymous namespace)::RefcountMapValuePurgeable, objc::DenseMapInfo>, objc::detail::DenseMapPair, unsigned long>>::LookupBucketFor>(DisguisedPtr const&, objc::detail::DenseMapPair, unsigned long>*&)","symbolLocation":108,"imageIndex":192},{"imageOffset":260476,"symbol":"objc::DenseMapBase, unsigned long, (anonymous namespace)::RefcountMapValuePurgeable, objc::DenseMapInfo>, objc::detail::DenseMapPair, unsigned long>>, DisguisedPtr, unsigned long, (anonymous namespace)::RefcountMapValuePurgeable, objc::DenseMapInfo>, objc::detail::DenseMapPair, unsigned long>>::find(DisguisedPtr const&)","symbolLocation":36,"imageIndex":192},{"imageOffset":46432,"symbol":"objc_object::sidetable_clearDeallocating()","symbolLocation":104,"imageIndex":192},{"imageOffset":243732,"symbol":"objc_destructInstance_nonnull_realized(objc_object*)","symbolLocation":152,"imageIndex":192},{"imageOffset":46028,"symbol":"objc_destructInstance","symbolLocation":44,"imageIndex":192},{"imageOffset":9464,"symbol":"_dispatch_dispose","symbolLocation":228,"imageIndex":186},{"imageOffset":9004,"symbol":"dispatch_release","symbolLocation":152,"imageIndex":186},{"imageOffset":123172,"symbol":"_dispatch_mach_msg_invoke","symbolLocation":484,"imageIndex":186},{"imageOffset":41400,"symbol":"_dispatch_lane_serial_drain","symbolLocation":332,"imageIndex":186},{"imageOffset":126580,"symbol":"_dispatch_mach_invoke","symbolLocation":472,"imageIndex":186},{"imageOffset":41400,"symbol":"_dispatch_lane_serial_drain","symbolLocation":332,"imageIndex":186},{"imageOffset":44640,"symbol":"_dispatch_lane_invoke","symbolLocation":440,"imageIndex":186},{"imageOffset":86628,"symbol":"_dispatch_root_queue_drain_deferred_wlh","symbolLocation":292,"imageIndex":186},{"imageOffset":84712,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":540,"imageIndex":186},{"imageOffset":11808,"symbol":"_pthread_wqthread","symbolLocation":292,"imageIndex":181},{"imageOffset":7028,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":181}]},{"id":5307532,"frames":[{"imageOffset":7020,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":181}],"threadState":{"x":[{"value":13052915712},{"value":92211},{"value":13052379136},{"value":0},{"value":409602},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":13052915712},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6695545708},"far":{"value":0}}}],
"usedImages" : [
{
"source" : "P",
"arch" : "arm64",
"base" : 4303110144,
"CFBundleShortVersionString" : "1.9.0",
"CFBundleIdentifier" : "edu.ucsf.cgl.ChimeraX",
"size" : 16384,
"uuid" : "17982d98-65bc-3327-8526-577ec996453c",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/MacOS\/ChimeraX",
"name" : "ChimeraX",
"CFBundleVersion" : "1.9.0.0"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4319641600,
"CFBundleShortVersionString" : "3.11.4, (c) 2001-2023 Python Software Foundation.",
"CFBundleIdentifier" : "org.python.python",
"size" : 3948544,
"uuid" : "88bffd37-99d8-36ab-9b95-9f54b30bd667",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/Python",
"name" : "Python",
"CFBundleVersion" : "3.11.4"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4304879616,
"size" : 49152,
"uuid" : "51d31d0d-1dcc-31ad-b6c1-73d57e544a3a",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/math.cpython-311-darwin.so",
"name" : "math.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4304617472,
"size" : 81920,
"uuid" : "3b2e1e73-f5e1-3fa3-80b3-e46009060893",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_datetime.cpython-311-darwin.so",
"name" : "_datetime.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4304797696,
"size" : 16384,
"uuid" : "39aa96c6-b691-3e20-9540-292b9dd1c861",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_typing.cpython-311-darwin.so",
"name" : "_typing.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4311973888,
"size" : 32768,
"uuid" : "65172ede-2b95-337d-970f-ed6c4a217cb1",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/zlib.cpython-311-darwin.so",
"name" : "zlib.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4312088576,
"size" : 16384,
"uuid" : "dc7a591b-ef8a-3b77-9396-ecee27303fdb",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_bz2.cpython-311-darwin.so",
"name" : "_bz2.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4312760320,
"size" : 196608,
"uuid" : "a4b86716-73ef-3046-b7ee-1d069dfd7cd0",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_lzma.cpython-311-darwin.so",
"name" : "_lzma.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4312170496,
"size" : 16384,
"uuid" : "a97f3cfd-a5a7-3ce2-9eb6-5ebc0943bd1d",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_bisect.cpython-311-darwin.so",
"name" : "_bisect.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4312252416,
"size" : 16384,
"uuid" : "1eab426b-5d06-3a22-b7b5-6dbc112704d6",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_random.cpython-311-darwin.so",
"name" : "_random.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4312334336,
"size" : 16384,
"uuid" : "487467f0-5417-397f-8fb9-43ce116abec8",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_sha512.cpython-311-darwin.so",
"name" : "_sha512.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4312416256,
"size" : 32768,
"uuid" : "c4b2ad90-cc7d-3780-bee9-9f1dbc2aa560",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/binascii.cpython-311-darwin.so",
"name" : "binascii.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4312514560,
"size" : 32768,
"uuid" : "167d8231-8346-37b6-9d67-149a1fe3df21",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_struct.cpython-311-darwin.so",
"name" : "_struct.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4312629248,
"size" : 16384,
"uuid" : "9e9f3dfb-1383-3420-bfcf-d996842d8e9e",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/fcntl.cpython-311-darwin.so",
"name" : "fcntl.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4313055232,
"size" : 16384,
"uuid" : "d685528c-5d21-3c1a-b720-81f8ba0b399a",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_posixsubprocess.cpython-311-darwin.so",
"name" : "_posixsubprocess.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4313137152,
"size" : 32768,
"uuid" : "d25f2f2d-a87d-3870-ad6a-3d977d50c9ca",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/select.cpython-311-darwin.so",
"name" : "select.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4314284032,
"size" : 16384,
"uuid" : "af325f57-7a09-34ec-a4c1-5868641db36e",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/arrays\/_arrays.cpython-311-darwin.so",
"name" : "_arrays.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4316348416,
"size" : 458752,
"uuid" : "951d36fb-0a20-3aac-8b75-7821933bfa58",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/arrays\/lib\/libarrays.dylib",
"name" : "libarrays.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4326981632,
"size" : 2670592,
"uuid" : "744b099b-9156-3efd-95ee-949f9bec068e",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/core\/_multiarray_umath.cpython-311-darwin.so",
"name" : "_multiarray_umath.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4370464768,
"size" : 21299200,
"uuid" : "9854a721-2573-3169-81ec-19ea40ce8077",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/.dylibs\/libopenblas64_.0.dylib",
"name" : "libopenblas64_.0.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4330307584,
"size" : 3522560,
"uuid" : "dd0e012a-b6de-31b1-a28e-260c7b51e595",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/.dylibs\/libgfortran.5.dylib",
"name" : "libgfortran.5.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4316987392,
"size" : 311296,
"uuid" : "6d39d54b-d80e-3218-a095-b81ad0b3be90",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/.dylibs\/libquadmath.0.dylib",
"name" : "libquadmath.0.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4311744512,
"size" : 65536,
"uuid" : "d9875303-8f38-33d9-a0d3-ab0adff3b915",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/.dylibs\/libgcc_s.1.1.dylib",
"name" : "libgcc_s.1.1.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4315807744,
"size" : 98304,
"uuid" : "ad5b1457-a682-3233-ac84-0f75b349239d",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_pickle.cpython-311-darwin.so",
"name" : "_pickle.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4311891968,
"size" : 16384,
"uuid" : "c1a0a0c0-1986-3338-a63d-eb396e783c91",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_contextvars.cpython-311-darwin.so",
"name" : "_contextvars.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4315987968,
"size" : 65536,
"uuid" : "340d4f4e-8cd4-3e24-9215-eb9235031bd3",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/core\/_multiarray_tests.cpython-311-darwin.so",
"name" : "_multiarray_tests.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4316135424,
"size" : 81920,
"uuid" : "6c214dd2-6044-3285-949b-8d8ba72ca17b",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_ctypes.cpython-311-darwin.so",
"name" : "_ctypes.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4315414528,
"size" : 98304,
"uuid" : "09f94631-f551-3559-ba88-aff49917d8fe",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/linalg\/_umath_linalg.cpython-311-darwin.so",
"name" : "_umath_linalg.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4315594752,
"size" : 65536,
"uuid" : "7b5335ce-92a1-3ae2-bde0-0e5d5641b2c9",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/fft\/_pocketfft_internal.cpython-311-darwin.so",
"name" : "_pocketfft_internal.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4334043136,
"size" : 622592,
"uuid" : "05ddaab9-9d7f-3317-a3c4-5e9936fe3ceb",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/mtrand.cpython-311-darwin.so",
"name" : "mtrand.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4428906496,
"size" : 147456,
"uuid" : "377e255e-f9a4-3173-8265-a899000c5d0f",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/bit_generator.cpython-311-darwin.so",
"name" : "bit_generator.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4428414976,
"size" : 196608,
"uuid" : "8590d52a-d755-3ffd-8f68-f9cb638359fc",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_common.cpython-311-darwin.so",
"name" : "_common.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4319461376,
"size" : 32768,
"uuid" : "322b4be7-35a8-331a-a549-7a0297d9dd70",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_hashlib.cpython-311-darwin.so",
"name" : "_hashlib.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4680843264,
"size" : 1687552,
"uuid" : "59149ee6-b873-3c5d-8fed-d11966210295",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/libcrypto.1.1.dylib",
"name" : "libcrypto.1.1.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4596957184,
"size" : 32768,
"uuid" : "3206e248-2c9b-345c-98ac-8f9dfc6d639b",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_blake2.cpython-311-darwin.so",
"name" : "_blake2.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4597907456,
"size" : 311296,
"uuid" : "0033ea49-a161-3564-b09e-6a6c3b902698",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_bounded_integers.cpython-311-darwin.so",
"name" : "_bounded_integers.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4428693504,
"size" : 65536,
"uuid" : "7dab4595-a351-3061-861b-c426baee85b3",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_mt19937.cpython-311-darwin.so",
"name" : "_mt19937.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4597350400,
"size" : 65536,
"uuid" : "d3035eea-ed0e-398a-afbe-f9a8016701db",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_philox.cpython-311-darwin.so",
"name" : "_philox.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4597055488,
"size" : 81920,
"uuid" : "35fb9307-f991-3159-86db-21f6c67b9198",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_pcg64.cpython-311-darwin.so",
"name" : "_pcg64.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4597219328,
"size" : 49152,
"uuid" : "17a4344b-3221-36c4-9019-53cc1223e124",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_sfc64.cpython-311-darwin.so",
"name" : "_sfc64.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4600070144,
"size" : 737280,
"uuid" : "49451e8a-e3c8-3429-83d8-249e81e378cd",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_generator.cpython-311-darwin.so",
"name" : "_generator.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4315725824,
"size" : 16384,
"uuid" : "5973ec29-8c62-3285-97ee-5797aef28b1c",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_opcode.cpython-311-darwin.so",
"name" : "_opcode.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4597497856,
"size" : 114688,
"uuid" : "af1d1557-4982-31c1-ab8f-e757042d2b31",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/geometry\/_geometry.cpython-311-darwin.so",
"name" : "_geometry.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4597727232,
"size" : 32768,
"uuid" : "0722922a-a378-3dee-b11b-96d1ae381b09",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_json.cpython-311-darwin.so",
"name" : "_json.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4865392640,
"size" : 1769472,
"uuid" : "96b797fa-3120-323b-9d82-a251f6e48226",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtCore.abi3.so",
"name" : "QtCore.abi3.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4687134720,
"size" : 4603904,
"uuid" : "5e316915-192d-32ae-b085-7c0986279324",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtCore.framework\/Versions\/A\/QtCore",
"name" : "QtCore"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4599742464,
"size" : 81920,
"uuid" : "039b5788-14d5-3758-a055-c3275cdca941",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/sip.cpython-311-darwin.so",
"name" : "sip.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5717098496,
"size" : 3080192,
"uuid" : "ac9bb37f-d5ad-31aa-8307-d081879d1aef",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtWidgets.abi3.so",
"name" : "QtWidgets.abi3.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5704679424,
"size" : 4620288,
"uuid" : "6b195f36-d220-34c8-afd3-7caa96572118",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtWidgets.framework\/Versions\/A\/QtWidgets",
"name" : "QtWidgets"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5739986944,
"size" : 6635520,
"uuid" : "3efe39e7-026f-3417-94b4-be4f2ec95e51",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtGui.framework\/Versions\/A\/QtGui",
"name" : "QtGui"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4692623360,
"size" : 524288,
"uuid" : "d5cb7913-29ba-3362-8f22-91b25e5f4250",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtDBus.framework\/Versions\/A\/QtDBus",
"name" : "QtDBus"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5710774272,
"size" : 1572864,
"uuid" : "2d40a77e-ea0d-33d8-8ddb-9615990e83a8",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtGui.abi3.so",
"name" : "QtGui.abi3.so"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 4694474752,
"CFBundleShortVersionString" : "3.0",
"CFBundleIdentifier" : "com.apple.security.csparser",
"size" : 131072,
"uuid" : "15885d05-97c9-3e20-bb67-6a960abbbdb9",
"path" : "\/System\/Library\/Frameworks\/Security.framework\/Versions\/A\/PlugIns\/csparser.bundle\/Contents\/MacOS\/csparser",
"name" : "csparser",
"CFBundleVersion" : "61439.140.12.702.1"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4603019264,
"size" : 65536,
"uuid" : "f9ba94a8-7757-3733-870c-e667c5a1eac6",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtWebEngineWidgets.abi3.so",
"name" : "QtWebEngineWidgets.abi3.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4695769088,
"size" : 98304,
"uuid" : "9a009330-7967-389a-9d24-401c184a66b8",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtWebEngineWidgets.framework\/Versions\/A\/QtWebEngineWidgets",
"name" : "QtWebEngineWidgets"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4683431936,
"size" : 278528,
"uuid" : "22cc3ad5-b1ab-349a-aab1-007383dfd9e1",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtPrintSupport.framework\/Versions\/A\/QtPrintSupport",
"name" : "QtPrintSupport"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5747900416,
"size" : 173883392,
"uuid" : "309d9313-74e8-3f16-8acc-0f13b36d8e00",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtWebEngineCore.framework\/Versions\/A\/QtWebEngineCore",
"name" : "QtWebEngineCore"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5934989312,
"size" : 4063232,
"uuid" : "6b8269f9-29eb-32c3-b658-8981c8718100",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQuick.framework\/Versions\/A\/QtQuick",
"name" : "QtQuick"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5715378176,
"size" : 409600,
"uuid" : "47c5e5aa-3706-361b-8fc9-63a272e0f6ec",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtOpenGL.framework\/Versions\/A\/QtOpenGL",
"name" : "QtOpenGL"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5714100224,
"size" : 540672,
"uuid" : "4b1fc39b-ed97-3be9-8399-c5e13b22612d",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQmlModels.framework\/Versions\/A\/QtQmlModels",
"name" : "QtQmlModels"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4871274496,
"size" : 163840,
"uuid" : "2a9f4886-f5c7-3296-b65b-c4fdba19ccdc",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtWebChannel.framework\/Versions\/A\/QtWebChannel",
"name" : "QtWebChannel"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5733220352,
"size" : 3784704,
"uuid" : "1fbd4770-8846-37d4-983b-fad2a999afea",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQml.framework\/Versions\/A\/QtQml",
"name" : "QtQml"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5726732288,
"size" : 1196032,
"uuid" : "c733a080-e019-3fcd-8938-ba01bb37c481",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtNetwork.framework\/Versions\/A\/QtNetwork",
"name" : "QtNetwork"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5716000768,
"size" : 442368,
"uuid" : "da5588b2-40af-38bc-911f-17891298ddbf",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtPositioning.framework\/Versions\/A\/QtPositioning",
"name" : "QtPositioning"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5714837504,
"size" : 81920,
"uuid" : "5307f882-fbe3-3ab9-8a5d-b5c5f2c24784",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQuickWidgets.framework\/Versions\/A\/QtQuickWidgets",
"name" : "QtQuickWidgets"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5728337920,
"size" : 507904,
"uuid" : "f816cdd7-ea60-3006-b798-7a4807a11088",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtNetwork.abi3.so",
"name" : "QtNetwork.abi3.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5724127232,
"size" : 163840,
"uuid" : "095c1d58-dfc9-30a4-87af-1eff15158ef2",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtPrintSupport.abi3.so",
"name" : "QtPrintSupport.abi3.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4599349248,
"size" : 32768,
"uuid" : "a6f65afe-0ffb-3b51-9a3f-4970263023c3",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtWebChannel.abi3.so",
"name" : "QtWebChannel.abi3.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5723422720,
"size" : 245760,
"uuid" : "a2e04b1b-3dff-365f-b33a-bc4e51cd97e8",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtWebEngineCore.abi3.so",
"name" : "QtWebEngineCore.abi3.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5725011968,
"size" : 655360,
"uuid" : "fab03cd7-ccd1-33ab-bc97-91ce7e4911a2",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/platforms\/libqcocoa.dylib",
"name" : "libqcocoa.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 5726191616,
"size" : 49152,
"uuid" : "9a87f143-aa9d-3c46-b2e8-b3fb9215e33e",
"path" : "\/usr\/lib\/libobjc-trampolines.dylib",
"name" : "libobjc-trampolines.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 5729501184,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.apple.AppleMetalOpenGLRenderer",
"size" : 425984,
"uuid" : "993a7f68-a0cf-32ec-bd84-9a23cd55b5e2",
"path" : "\/System\/Library\/Extensions\/AppleMetalOpenGLRenderer.bundle\/Contents\/MacOS\/AppleMetalOpenGLRenderer",
"name" : "AppleMetalOpenGLRenderer",
"CFBundleVersion" : "1"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 5989990400,
"CFBundleShortVersionString" : "329.2",
"CFBundleIdentifier" : "com.apple.AGXMetalG15G-C0",
"size" : 7553024,
"uuid" : "c0944dee-3f71-3677-b9a0-1e21a80c1060",
"path" : "\/System\/Library\/Extensions\/AGXMetalG15G_C0.bundle\/Contents\/MacOS\/AGXMetalG15G_C0",
"name" : "AGXMetalG15G_C0",
"CFBundleVersion" : "329.2"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5730189312,
"size" : 147456,
"uuid" : "f4a72a04-0d1a-3821-9bf6-2c55ef9c6f62",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/styles\/libqmacstyle.dylib",
"name" : "libqmacstyle.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5737840640,
"size" : 16384,
"uuid" : "157e3710-caca-35b5-9fda-d1c4efc75429",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_heapq.cpython-311-darwin.so",
"name" : "_heapq.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5733023744,
"size" : 65536,
"uuid" : "ff7c6b72-2303-3d40-a4fa-f3d840425be2",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_socket.cpython-311-darwin.so",
"name" : "_socket.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5738184704,
"size" : 49152,
"uuid" : "0895ead1-fff8-3401-9c5c-5c4254ce969b",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/array.cpython-311-darwin.so",
"name" : "array.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5737922560,
"size" : 98304,
"uuid" : "5c15959b-b36d-32f8-80b0-b0558dbb9fcc",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_ssl.cpython-311-darwin.so",
"name" : "_ssl.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5988958208,
"size" : 344064,
"uuid" : "edcc52bf-058b-3550-8a40-7e432a5ee6bb",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/libssl.1.1.dylib",
"name" : "libssl.1.1.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5738594304,
"size" : 49152,
"uuid" : "651053b2-7ecc-3ea1-9b86-d9e6abfd212c",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_asyncio.cpython-311-darwin.so",
"name" : "_asyncio.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5738496000,
"size" : 16384,
"uuid" : "d1ab66f9-4e1b-33ed-9f42-c0b8da85176d",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic_lib\/_load_libs.cpython-311-darwin.so",
"name" : "_load_libs.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6020448256,
"size" : 1114112,
"uuid" : "53b26948-66e6-3561-982a-bf81ea781c85",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic_lib\/lib\/libatomstruct.dylib",
"name" : "libatomstruct.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5738315776,
"size" : 32768,
"uuid" : "84cdb79d-2ae7-34a7-b16e-9fb329a85f3b",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic_lib\/lib\/libelement.dylib",
"name" : "libelement.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5738741760,
"size" : 16384,
"uuid" : "c1972023-5d8e-34f3-86d6-1ff9eb40e53c",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic_lib\/lib\/libpyinstance.dylib",
"name" : "libpyinstance.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5967986688,
"size" : 180224,
"uuid" : "61648853-65ec-36d8-b740-28ff2b9a73bd",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic\/libmolc.dylib",
"name" : "libmolc.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6019153920,
"size" : 425984,
"uuid" : "7d78f51d-a55e-3e6f-9176-00bfae4106a0",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic\/cymol.cpython-311-darwin.so",
"name" : "cymol.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5967593472,
"size" : 98304,
"uuid" : "12f930bf-d331-3ae7-88cb-fbf14c2f66f7",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/tinyarray.cpython-311-darwin.so",
"name" : "tinyarray.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5989826560,
"size" : 49152,
"uuid" : "fbc563dc-cb14-3b04-bd2d-071509b4cbb0",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic\/cytmpl.cpython-311-darwin.so",
"name" : "cytmpl.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6019825664,
"size" : 409600,
"uuid" : "32de1d9a-e106-35cd-88a8-1cef9e0dbcd6",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/map\/_map.cpython-311-darwin.so",
"name" : "_map.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5739905024,
"size" : 16384,
"uuid" : "cd5f3f7c-54a3-322d-a180-6c7b94deed82",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_scproxy.cpython-311-darwin.so",
"name" : "_scproxy.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5989679104,
"size" : 16384,
"uuid" : "b3287e1f-ce2c-3c6f-bc12-deb15c14593c",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_queue.cpython-311-darwin.so",
"name" : "_queue.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5989515264,
"size" : 32768,
"uuid" : "d197680c-26b9-3292-85bc-f61af0ff34bb",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_csv.cpython-311-darwin.so",
"name" : "_csv.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6010175488,
"size" : 16384,
"uuid" : "1033546a-393e-3cec-89ae-4ad3d9019e81",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/charset_normalizer\/md.cpython-311-darwin.so",
"name" : "md.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6018826240,
"size" : 147456,
"uuid" : "97b6add7-b8ac-37d0-9675-bb372fc61e08",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/charset_normalizer\/md__mypyc.cpython-311-darwin.so",
"name" : "md__mypyc.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6030655488,
"size" : 1114112,
"uuid" : "5200c6a0-ccdb-3607-9947-1defdd6fb647",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/unicodedata.cpython-311-darwin.so",
"name" : "unicodedata.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6010011648,
"size" : 32768,
"uuid" : "7503f11a-978c-3a80-b5da-ab207a441c5e",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_multibytecodec.cpython-311-darwin.so",
"name" : "_multibytecodec.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6024314880,
"size" : 16384,
"uuid" : "8eb0c267-c007-3e24-9604-1f0a78868795",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_uuid.cpython-311-darwin.so",
"name" : "_uuid.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6024396800,
"size" : 262144,
"uuid" : "f2c706bd-a2c4-39ce-b4c0-048c01ea0eca",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_decimal.cpython-311-darwin.so",
"name" : "_decimal.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6034063360,
"size" : 376832,
"uuid" : "449dd33a-e724-335b-9ef9-bf9b2730bf05",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/_imaging.cpython-311-darwin.so",
"name" : "_imaging.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6032900096,
"size" : 688128,
"uuid" : "d800b974-86b2-386e-be4e-8ac8e22fd3cd",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/libtiff.6.dylib",
"name" : "libtiff.6.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6036029440,
"size" : 540672,
"uuid" : "dbec2c14-6e39-3319-a2c0-3606ed70093e",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/libjpeg.62.4.0.dylib",
"name" : "libjpeg.62.4.0.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6036684800,
"size" : 606208,
"uuid" : "78bac0b1-a0df-3e6e-b906-cbc961cdb354",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/libopenjp2.2.5.2.dylib",
"name" : "libopenjp2.2.5.2.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6010257408,
"size" : 114688,
"uuid" : "6e171b67-e226-3c3e-bc7c-5bd522f28494",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/libz.1.3.1.dylib",
"name" : "libz.1.3.1.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6024790016,
"size" : 163840,
"uuid" : "8c16ecf4-eb91-3dbb-8543-fe43fcd625a5",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/libxcb.1.1.0.dylib",
"name" : "libxcb.1.1.0.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6033719296,
"size" : 262144,
"uuid" : "37441cb2-0945-3607-9e47-10990b396b4c",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/liblzma.5.dylib",
"name" : "liblzma.5.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6030524416,
"size" : 16384,
"uuid" : "9ee33d4a-150e-3574-9258-2061bb970c27",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/libXau.6.0.0.dylib",
"name" : "libXau.6.0.0.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6035668992,
"size" : 16384,
"uuid" : "10cb0192-6e54-3232-ba83-11bac176e9df",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/termios.cpython-311-darwin.so",
"name" : "termios.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6035750912,
"size" : 81920,
"uuid" : "8fddd516-f019-3f18-a8d7-1e8f187c0b62",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/matplotlib\/_c_internal_utils.cpython-311-darwin.so",
"name" : "_c_internal_utils.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6043664384,
"size" : 212992,
"uuid" : "3f83baa6-2f1a-3b75-82dd-124cf0b58e99",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/matplotlib\/_path.cpython-311-darwin.so",
"name" : "_path.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6048710656,
"size" : 589824,
"uuid" : "9ac66732-0f4f-3bc5-933a-a81e408776fc",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/matplotlib\/ft2font.cpython-311-darwin.so",
"name" : "ft2font.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6040535040,
"size" : 114688,
"uuid" : "cb98e849-be4f-3629-bb70-bd39127aa907",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/kiwisolver\/_cext.cpython-311-darwin.so",
"name" : "_cext.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6048202752,
"size" : 163840,
"uuid" : "78ab6dee-103a-31de-bb4e-ea5e9b694cb0",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/pyexpat.cpython-311-darwin.so",
"name" : "pyexpat.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6042943488,
"size" : 229376,
"uuid" : "74604ba2-d481-3430-97e0-f41fc690a918",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/matplotlib\/_image.cpython-311-darwin.so",
"name" : "_image.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6035931136,
"size" : 16384,
"uuid" : "ecf905dd-b03f-3e39-a475-0f3103f3e6d3",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/grp.cpython-311-darwin.so",
"name" : "grp.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5968429056,
"size" : 16384,
"uuid" : "195d2e6f-5da6-3965-806c-0036346611f4",
"path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/lib_geometry.dylib",
"name" : "lib_geometry.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6072254464,
"size" : 2392064,
"uuid" : "cb33c0c1-097b-37f6-b661-a638b15c5236",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/openmm\/_openmm.cpython-311-darwin.so",
"name" : "_openmm.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6066012160,
"size" : 2539520,
"uuid" : "929fff8a-63c6-35c5-a670-b20b8a5c07b5",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/lib\/libOpenMM.8.0.dylib",
"name" : "libOpenMM.8.0.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6069714944,
"size" : 196608,
"uuid" : "d2f10c18-a6a6-3ec7-973a-f7be6bc0663c",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/lib\/libOpenMMAmoeba.dylib",
"name" : "libOpenMMAmoeba.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6030360576,
"size" : 49152,
"uuid" : "27e83aa9-6c95-379a-b7ce-243b2a629e40",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/lib\/libOpenMMRPMD.dylib",
"name" : "libOpenMMRPMD.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6048481280,
"size" : 81920,
"uuid" : "c543a16d-57e2-3d60-a57f-57b7ce544045",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/lib\/libOpenMMDrude.dylib",
"name" : "libOpenMMDrude.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6071140352,
"size" : 278528,
"uuid" : "e6443cf5-703e-3350-b548-a52a27985589",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/lib\/plugins\/libOpenMMPME.dylib",
"name" : "libOpenMMPME.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6049447936,
"size" : 360448,
"uuid" : "ea7f20fe-b418-3539-b19a-dea10a527734",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/lib\/plugins\/libOpenMMCPU.dylib",
"name" : "libOpenMMCPU.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6081445888,
"size" : 2392064,
"uuid" : "13541c96-8b6e-358f-be6b-dc44c3da449d",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/lib\/plugins\/libOpenMMMetal.dylib",
"name" : "libOpenMMMetal.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6084247552,
"size" : 1736704,
"uuid" : "e42a167c-c8b9-36e0-8f47-29f650dbf95e",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/lib\/plugins\/libOpenMMOpenCL.dylib",
"name" : "libOpenMMOpenCL.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6050070528,
"size" : 81920,
"uuid" : "f537219c-8f3f-34ff-a0a4-b7f698fca73f",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/lib\/plugins\/libOpenMMRPMDMetal.dylib",
"name" : "libOpenMMRPMDMetal.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6071549952,
"size" : 81920,
"uuid" : "71356ce6-4e63-38c5-9b24-2e72729d01f9",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/lib\/plugins\/libOpenMMRPMDOpenCL.dylib",
"name" : "libOpenMMRPMDOpenCL.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6071713792,
"size" : 65536,
"uuid" : "65f50420-30f1-38d5-bc58-9b9f38058b67",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/lib\/plugins\/libOpenMMDrudeMetal.dylib",
"name" : "libOpenMMDrudeMetal.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6077366272,
"size" : 786432,
"uuid" : "f7c6d224-e40d-3588-bc37-fc3adfeab0f6",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/lib\/plugins\/libOpenMMAmoebaMetal.dylib",
"name" : "libOpenMMAmoebaMetal.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6071861248,
"size" : 81920,
"uuid" : "1e07b6b0-20f3-32e4-9755-2ec88a5977f7",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/lib\/plugins\/libOpenMMDrudeOpenCL.dylib",
"name" : "libOpenMMDrudeOpenCL.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6075449344,
"size" : 819200,
"uuid" : "d4ea25d8-3107-3e51-adf1-3de6bd087b59",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/lib\/plugins\/libOpenMMAmoebaOpenCL.dylib",
"name" : "libOpenMMAmoebaOpenCL.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6043303936,
"size" : 180224,
"uuid" : "d779ade2-dbaa-35de-bfce-b70dfab99c21",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/lib\/plugins\/libOpenMMRPMDReference.dylib",
"name" : "libOpenMMRPMDReference.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6076399616,
"size" : 49152,
"uuid" : "288c8c3b-7f38-3568-a5c7-5b260ac83337",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/lib\/plugins\/libOpenMMDrudeReference.dylib",
"name" : "libOpenMMDrudeReference.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6076530688,
"size" : 458752,
"uuid" : "b9f0fa3a-7b55-3d41-bdf5-f73c0166d80e",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/lib\/plugins\/libOpenMMAmoebaReference.dylib",
"name" : "libOpenMMAmoebaReference.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6072025088,
"size" : 49152,
"uuid" : "8b3adc07-2911-37e0-b3cd-a1fbfa2a4ade",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_elementtree.cpython-311-darwin.so",
"name" : "_elementtree.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6078693376,
"size" : 114688,
"uuid" : "2636e864-bbd2-36cc-b229-27e7e64e6288",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/openmm\/app\/internal\/compiled.cpython-311-darwin.so",
"name" : "compiled.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6094241792,
"size" : 475136,
"uuid" : "c313998e-ae81-39b1-8346-a5cf0d76de72",
"path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/libmolc.dylib",
"name" : "libmolc.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6334201856,
"size" : 4407296,
"uuid" : "0de4c1e0-cafd-3995-8fba-2403bf3c834b",
"path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/clipper_python.cpython-311-darwin.so",
"name" : "clipper_python.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6330761216,
"size" : 1556480,
"uuid" : "9c11ef29-7b9d-3843-b3d5-f46a7db2577f",
"path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/libclipper.dylib",
"name" : "libclipper.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6079954944,
"size" : 245760,
"uuid" : "cb1ec7f6-4f8a-33ac-8394-cc3c579e6e9b",
"path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/libclipper_cx.dylib",
"name" : "libclipper_cx.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6095241216,
"size" : 655360,
"uuid" : "aaf7c574-ae6f-349c-aaf7-be524d861f9a",
"path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/libmmdb2.dylib",
"name" : "libmmdb2.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6078283776,
"size" : 196608,
"uuid" : "555a837e-b6e2-33da-9d71-508aa80d2963",
"path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/libccp4.dylib",
"name" : "libccp4.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6043582464,
"size" : 32768,
"uuid" : "fae0216c-02e4-397b-b6c2-172a11744933",
"path" : "\/Users\/USER\/Library\/Application Support\/ChimeraX\/*\/lib_symmetry.dylib",
"name" : "lib_symmetry.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6072172544,
"size" : 16384,
"uuid" : "c744335a-61a0-3429-9788-36011a780828",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/pdb_lib\/_load_libs.cpython-311-darwin.so",
"name" : "_load_libs.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6077202432,
"size" : 32768,
"uuid" : "4880efb8-6354-3012-9b92-a07d26209492",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/pdb_lib\/lib\/libpdbconnect.dylib",
"name" : "libpdbconnect.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6079250432,
"size" : 147456,
"uuid" : "9540919f-e960-3dd7-a464-8e3be0a0f8e0",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/surface\/_surface.cpython-311-darwin.so",
"name" : "_surface.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6078906368,
"size" : 49152,
"uuid" : "4c5d42bf-4e9d-3c59-bf2e-303deda3aeb2",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/errorchecker.cpython-311-darwin.so",
"name" : "errorchecker.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6081069056,
"size" : 196608,
"uuid" : "c4b0c9bc-a01b-3cf7-b16b-77f9b13b6cd9",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/arraydatatype.cpython-311-darwin.so",
"name" : "arraydatatype.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6093275136,
"size" : 229376,
"uuid" : "33919aef-b02e-386a-8f81-a661fe002ddc",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/wrapper.cpython-311-darwin.so",
"name" : "wrapper.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6080462848,
"size" : 65536,
"uuid" : "d9a192eb-4bf9-362f-99d4-f6bc1e368b01",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/formathandler.cpython-311-darwin.so",
"name" : "formathandler.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6079676416,
"size" : 49152,
"uuid" : "38eab131-624a-32cf-8d4e-374bca53e017",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/latebind.cpython-311-darwin.so",
"name" : "latebind.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6089818112,
"size" : 131072,
"uuid" : "3ef700f1-b0ef-333f-8291-6877887bedaa",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/vbo.cpython-311-darwin.so",
"name" : "vbo.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6315769856,
"size" : 32768,
"uuid" : "8d31db78-2ab7-3822-aba7-563348c79c50",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqgif.dylib",
"name" : "libqgif.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6316048384,
"size" : 32768,
"uuid" : "22c65698-3eb0-39bd-8bf5-5aaadf3bd9f2",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqwbmp.dylib",
"name" : "libqwbmp.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 12980944896,
"size" : 442368,
"uuid" : "7c98e1e6-dd90-36a2-bfd3-a3103c39fd9b",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqwebp.dylib",
"name" : "libqwebp.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6328156160,
"size" : 32768,
"uuid" : "a9183dd9-e1b4-3965-9435-807451ca1b18",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqico.dylib",
"name" : "libqico.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6328434688,
"size" : 32768,
"uuid" : "c83b2c9f-0456-339b-831c-a6b5ce376d0e",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqmacheif.dylib",
"name" : "libqmacheif.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 12980420608,
"size" : 425984,
"uuid" : "3a31c2cb-a63c-3143-ab9a-2a656704ea01",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqjpeg.dylib",
"name" : "libqjpeg.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 12982616064,
"size" : 393216,
"uuid" : "c9dba68f-5403-31e3-8f56-810ebbe9e9e9",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqtiff.dylib",
"name" : "libqtiff.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6328532992,
"size" : 32768,
"uuid" : "7f110607-7426-3513-90c8-2dba39d2af55",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqsvg.dylib",
"name" : "libqsvg.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 12981731328,
"size" : 311296,
"uuid" : "02114ea2-50c1-37b9-93ed-521c1a24dfce",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtSvg.framework\/Versions\/A\/QtSvg",
"name" : "QtSvg"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6328631296,
"size" : 32768,
"uuid" : "1046822e-ff07-35c9-b66d-f77cd27ce910",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqpdf.dylib",
"name" : "libqpdf.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 13001179136,
"size" : 8175616,
"uuid" : "40798962-c2d9-31a8-9401-e18da232af20",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtPdf.framework\/Versions\/A\/QtPdf",
"name" : "QtPdf"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6328860672,
"size" : 32768,
"uuid" : "21777c49-4a6a-3e5b-8525-85f4d3d90644",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqicns.dylib",
"name" : "libqicns.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6330187776,
"size" : 32768,
"uuid" : "04182ebf-3ae6-32e2-a430-a1fcac4f4bfd",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqtga.dylib",
"name" : "libqtga.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6330286080,
"size" : 32768,
"uuid" : "8659aa4e-a5dd-30ef-9dcb-66fb8dff410e",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqmacjp2.dylib",
"name" : "libqmacjp2.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6079037440,
"size" : 16384,
"uuid" : "f32b33dd-7a90-33ee-8137-4f8d18ea925d",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/core\/_mac_util.cpython-311-darwin.so",
"name" : "_mac_util.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6334005248,
"size" : 49152,
"uuid" : "94921430-81c9-39ce-b5ef-78d1a90b407d",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/iconengines\/libqsvgicon.dylib",
"name" : "libqsvgicon.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6334119936,
"size" : 16384,
"uuid" : "c37482c0-7aab-3517-b3ef-3bd2294eab02",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_multiprocessing.cpython-311-darwin.so",
"name" : "_multiprocessing.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6339543040,
"size" : 16384,
"uuid" : "8adb9cd8-9a20-315f-9e59-70cbd8d6a9ed",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_posixshmem.cpython-311-darwin.so",
"name" : "_posixshmem.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6442057728,
"size" : 81920,
"uuid" : "703104dc-b212-3b8d-9c78-4f57b3c9cb18",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/numpy_formathandler.cpython-311-darwin.so",
"name" : "numpy_formathandler.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 12979437568,
"size" : 49152,
"uuid" : "12c53516-421d-3f7a-a81e-95bcfdb8a3ff",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/nones_formathandler.cpython-311-darwin.so",
"name" : "nones_formathandler.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 13162446848,
"size" : 147456,
"uuid" : "1e310bc7-5f96-396b-816d-5b40a3dde12c",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/pdb\/_pdbio.cpython-311-darwin.so",
"name" : "_pdbio.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 13173751808,
"size" : 81920,
"uuid" : "3133c77c-8bf7-32a3-b5db-cbfe2e50ce9d",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic\/_ribbons.cpython-311-darwin.so",
"name" : "_ribbons.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 13071925248,
"size" : 16384,
"uuid" : "de871a78-14f2-3e72-9bde-e4f2c7493f1b",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/graphics\/_graphics.cpython-311-darwin.so",
"name" : "_graphics.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 13366165504,
"size" : 475136,
"uuid" : "0c6e9a11-e483-3d7d-a88f-8ad0507af167",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/mmcif\/mmcif.cpython-311-darwin.so",
"name" : "mmcif.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 13173932032,
"size" : 409600,
"uuid" : "1ab8e5e2-c699-3efb-8f77-d375e3793c8f",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/mmcif\/_mmcif.cpython-311-darwin.so",
"name" : "_mmcif.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 12995772416,
"size" : 32768,
"uuid" : "8abbdcef-1901-3d4b-9e6b-a38214b79214",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/_imagingmath.cpython-311-darwin.so",
"name" : "_imagingmath.cpython-311-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 13900972032,
"size" : 737280,
"uuid" : "cc06500d-d418-3365-b197-36b1304a819e",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtOpenGL.abi3.so",
"name" : "QtOpenGL.abi3.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 13036994560,
"size" : 49152,
"uuid" : "b32a8c32-a5e0-3a8b-9a0d-00a26b160215",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtOpenGLWidgets.abi3.so",
"name" : "QtOpenGLWidgets.abi3.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 13030670336,
"size" : 49152,
"uuid" : "cd4f396b-89fe-36fd-a488-6f5b3d4b0282",
"path" : "\/Applications\/ChimeraX-1.9.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtOpenGLWidgets.framework\/Versions\/A\/QtOpenGLWidgets",
"name" : "QtOpenGLWidgets"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6695292928,
"size" : 243188,
"uuid" : "85034943-c8b6-3c69-8b4b-039cd25ef16d",
"path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
"name" : "libsystem_kernel.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6695538688,
"size" : 51832,
"uuid" : "c0519bf8-8fc4-3222-a4a7-d98af817277c",
"path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
"name" : "libsystem_pthread.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6694060032,
"size" : 528888,
"uuid" : "e098cb59-2c56-395c-ade1-6ef590e61199",
"path" : "\/usr\/lib\/system\/libsystem_c.dylib",
"name" : "libsystem_c.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6695788544,
"size" : 32268,
"uuid" : "c26e58a4-34a1-3f9c-bdbc-ebc34426633a",
"path" : "\/usr\/lib\/system\/libsystem_platform.dylib",
"name" : "libsystem_platform.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6762475520,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.AppKit",
"size" : 21563232,
"uuid" : "13f235c2-6acb-3fb1-b165-a05f83ee09cb",
"path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
"name" : "AppKit",
"CFBundleVersion" : "2575.70.55"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6796455936,
"CFBundleShortVersionString" : "1.600.0",
"CFBundleIdentifier" : "com.apple.SkyLight",
"size" : 5399648,
"uuid" : "4864f94e-f77f-3796-9a0d-eaca49f51520",
"path" : "\/System\/Library\/PrivateFrameworks\/SkyLight.framework\/Versions\/A\/SkyLight",
"name" : "SkyLight"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6693756928,
"size" : 288608,
"uuid" : "63a54ce1-2ab6-3673-82e4-d8489d811475",
"path" : "\/usr\/lib\/system\/libdispatch.dylib",
"name" : "libdispatch.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6696017920,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.CoreFoundation",
"size" : 5500928,
"uuid" : "a62a694c-6a33-3d79-81ce-37440d549d08",
"path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
"name" : "CoreFoundation",
"CFBundleVersion" : "3603.1.405"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6891417600,
"CFBundleShortVersionString" : "2.1.1",
"CFBundleIdentifier" : "com.apple.HIToolbox",
"size" : 3174368,
"uuid" : "7537dc6d-3280-335e-9259-ed5d308d29ec",
"path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
"name" : "HIToolbox"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6691733504,
"size" : 636284,
"uuid" : "057e5157-4105-3787-b549-e605eb246448",
"path" : "\/usr\/lib\/dyld",
"name" : "dyld"
},
{
"size" : 0,
"source" : "A",
"base" : 0,
"uuid" : "00000000-0000-0000-0000-000000000000"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6719025152,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.Foundation",
"size" : 14587328,
"uuid" : "7c9aba87-468a-3830-86e2-6ac8f8105acd",
"path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation",
"name" : "Foundation",
"CFBundleVersion" : "3603.1.405"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6691389440,
"size" : 342164,
"uuid" : "e6f30eb4-facf-3381-ae46-10e556f1fc39",
"path" : "\/usr\/lib\/libobjc.A.dylib",
"name" : "libobjc.A.dylib"
}
],
"sharedCache" : {
"base" : 6690897920,
"size" : 5039783936,
"uuid" : "06500f56-f17f-34b5-bbbb-ca9b1caea316"
},
"vmSummary" : "ReadOnly portion of Libraries: Total=2.0G resident=0K(0%) swapped_out_or_unallocated=2.0G(100%)\nWritable regions: Total=3.6G written=79.8M(2%) resident=2168K(0%) swapped_out=77.7M(2%) unallocated=3.5G(98%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nAccelerate framework 128K 1 \nActivity Tracing 256K 1 \nCG image 368K 20 \nColorSync 624K 33 \nCoreAnimation 1872K 112 \nCoreGraphics 48K 3 \nCoreServices 9616K 2 \nCoreUI image data 4656K 33 \nFoundation 32K 2 \nKernel Alloc Once 32K 1 \nMALLOC 2.8G 97 \nMALLOC guard page 288K 18 \nMach message 64K 3 \nOpenGL GLSL 384K 4 \nSTACK GUARD 608K 38 \nStack 363.3M 39 \nStack Guard 56.0M 1 \nVM_ALLOCATE 323.6M 221 \nVM_ALLOCATE (reserved) 96.0M 3 reserved VM address space (unallocated)\n__AUTH 5517K 696 \n__AUTH_CONST 77.4M 943 \n__CTF 824 1 \n__DATA 34.9M 1112 \n__DATA_CONST 37.5M 1130 \n__DATA_DIRTY 2777K 342 \n__FONT_DATA 2352 1 \n__GLSLBUILTINS 5174K 1 \n__INFO_FILTER 8 1 \n__LINKEDIT 654.1M 181 \n__OBJC_RO 61.4M 1 \n__OBJC_RW 2397K 1 \n__TEXT 1.3G 1148 \n__TEXT (graphics) 1696K 2 \n__TPRO_CONST 128K 2 \ndyld private memory 5936K 48 \nmapped file 280.2M 62 \npage table in kernel 2168K 1 \nshared memory 3152K 21 \n=========== ======= ======= \nTOTAL 6.1G 6326 \nTOTAL, minus reserved VM space 6.0G 6326 \n",
"legacyInfo" : {
"threadTriggered" : {
"name" : "CrBrowserMain",
"queue" : "com.apple.main-thread"
}
},
"logWritingSignature" : "bfdf5344846e316b6e81bdca7905296f7f169039",
"trialInfo" : {
"rollouts" : [
{
"rolloutId" : "63f9578e238e7b23a1f3030a",
"factorPackIds" : {
},
"deploymentId" : 240000005
},
{
"rolloutId" : "65a8173205d942272410674b",
"factorPackIds" : {
"SIRI_HOME_AUTOMATION_SERVER_FLOW_DEPRECATION" : "65d39fa4cb0e2417d11ce5f6"
},
"deploymentId" : 240000001
}
],
"experiments" : [
]
}
}
===== Log before crash start =====
UCSF ChimeraX version: 1.9 (2024-12-11)
© 2016-2024 Regents of the University of California. All rights reserved.
How to cite UCSF ChimeraX
> open "/Users/ayomidefasemire/Documents/Doctoral/Side projects/Contact
> map/1IRA/CABSflex_Video/wiki_tutorial/dataset/1EOV_flexible/1EOV_flexible_with_rmsf/model_0.pdb"
> format pdb
Chain information for model_0.pdb #1
---
Chain | Description
A | No description available
Computing secondary structure
> set bgColor white
> color byattribute a:bfactor
7847 atoms, 487 residues, atom bfactor range 0.245 to 2.81
> worm bfactor
487 residues, residue bfactor range 0.245 to 2.81
> graphics silhouettes true
> lighting intensity 0.7
> lighting intensity 0.9
> lighting intensity 1.5
> lighting intensity 1.2
> worm bfactor
487 residues, residue bfactor range 0.245 to 2.81
> worm bfactor min:0.2 max:0.7
487 residues, residue bfactor range 0.245 to 2.81
> ui tool show "Side View"
> cd "/Users/ayomidefasemire/Documents/Doctoral/Side projects/Contact
> map/1IRA/CABSflex_Video/wiki_tutorial/flexible_mode/new_worms"
Current working directory is: /Users/ayomidefasemire/Documents/Doctoral/Side
projects/Contact map/1IRA/CABSflex_Video/wiki_tutorial/flexible_mode/new_worms
> open spin_movie.cxc
> movie record size 3840,2160
> turn y 2 180
> wait 180
> movie stop
> movie encode output my_movie.mp4 quality highest
Movie saved to my_movie.mp4
executed spin_movie.cxc
> set bgColor white
> open "/Users/ayomidefasemire/Documents/Doctoral/Side projects/Contact
> map/1IRA/CABSflex_Video/wiki_tutorial/dataset/1EOV_flexible/1EOV_flexible_with_rmsf/model_1.pdb"
Chain information for model_1.pdb #2
---
Chain | Description
A | No description available
> open "/Users/ayomidefasemire/Documents/Doctoral/Side projects/Contact
> map/1IRA/CABSflex_Video/wiki_tutorial/dataset/1EOV_flexible/1EOV_flexible_with_rmsf/model_2.pdb"
Chain information for model_2.pdb #3
---
Chain | Description
A | No description available
> open "/Users/ayomidefasemire/Documents/Doctoral/Side projects/Contact
> map/1IRA/CABSflex_Video/wiki_tutorial/dataset/1EOV_flexible/1EOV_flexible_with_rmsf/model_3.pdb"
Chain information for model_3.pdb #4
---
Chain | Description
A | No description available
> open "/Users/ayomidefasemire/Documents/Doctoral/Side projects/Contact
> map/1IRA/CABSflex_Video/wiki_tutorial/dataset/1EOV_flexible/1EOV_flexible_with_rmsf/model_4.pdb"
Chain information for model_4.pdb #5
---
Chain | Description
A | No description available
> open "/Users/ayomidefasemire/Documents/Doctoral/Side projects/Contact
> map/1IRA/CABSflex_Video/wiki_tutorial/dataset/1EOV_flexible/1EOV_flexible_with_rmsf/model_5.pdb"
Chain information for model_5.pdb #6
---
Chain | Description
A | No description available
> open "/Users/ayomidefasemire/Documents/Doctoral/Side projects/Contact
> map/1IRA/CABSflex_Video/wiki_tutorial/dataset/1EOV_flexible/1EOV_flexible_with_rmsf/model_6.pdb"
Chain information for model_6.pdb #7
---
Chain | Description
A | No description available
> open "/Users/ayomidefasemire/Documents/Doctoral/Side projects/Contact
> map/1IRA/CABSflex_Video/wiki_tutorial/dataset/1EOV_flexible/1EOV_flexible_with_rmsf/model_7.pdb"
Chain information for model_7.pdb #8
---
Chain | Description
A | No description available
> open "/Users/ayomidefasemire/Documents/Doctoral/Side projects/Contact
> map/1IRA/CABSflex_Video/wiki_tutorial/dataset/1EOV_flexible/1EOV_flexible_with_rmsf/model_8.pdb"
Chain information for model_8.pdb #9
---
Chain | Description
A | No description available
> open "/Users/ayomidefasemire/Documents/Doctoral/Side projects/Contact
> map/1IRA/CABSflex_Video/wiki_tutorial/dataset/1EOV_flexible/1EOV_flexible_with_rmsf/model_9.pdb"
Chain information for model_9.pdb #10
---
Chain | Description
A | No description available
Computing secondary structure
> worm bfactor min:0.2 max:0.7
4870 residues, residue bfactor range 0.245 to 2.81
> color byattribute a:bfactor
78470 atoms, 4870 residues, atom bfactor range 0.245 to 2.81
> open spin_movie.cxc
> movie record size 3840,2160
> turn y 2 180
> wait 180
> movie stop
> movie encode output my_movie.mp4 quality highest
Movie saved to my_movie.mp4
executed spin_movie.cxc
> close
> open "/Users/ayomidefasemire/Documents/Doctoral/Side projects/Contact
> map/1IRA/CABSflex_Video/wiki_tutorial/dataset/1C9S_flexible/1C9S_flexible_with_rmsf/model_0.pdb"
Chain information for model_0.pdb #1
---
Chain | Description
A D F H I K | No description available
B E | No description available
C | No description available
G | No description available
J | No description available
> show atoms
> hide atoms
> show cartoons
Computing secondary structure
> color byattribute a:bfactor
11824 atoms, 756 residues, atom bfactor range 0.07 to 1.05
> worm bfactor
756 residues, residue bfactor range 0.07 to 1.05
> worm bfactor min:0.2 max:0.7
756 residues, residue bfactor range 0.07 to 1.05
> worm bfactor min:0.2 max:0.9
756 residues, residue bfactor range 0.07 to 1.05
> save 19CS_worm.png width 2000 supersample 4
> lighting simple
> lighting intensity 1.2
> lighting intensity 1.5
> save 19CS_worm.png width 2000 supersample 4
> open spin_movie.cxc
> movie record size 3840,2160
> turn y 2 180
> wait 180
> movie stop
> movie encode output my_movie.mp4 quality highest
Movie saved to my_movie.mp4
executed spin_movie.cxc
> open spin_movie.cxc
> movie record size 3840,2160
> turn y 2 180
> wait 180
> movie stop
> movie encode output my_movie.mp4 quality highest
Movie saved to my_movie.mp4
executed spin_movie.cxc
> open spin_movie.cxc
> movie record size 3840,2160
> turn y 2 180
> wait 180
> movie stop
> movie encode output my_movie.mp4 quality highest
Movie saved to my_movie.mp4
executed spin_movie.cxc
> lighting depthCue false
> lighting depthCue true
> lighting shadows true
> lighting shadows false
> lighting shadows true
> lighting shadows false
> save 19CS_worm.png width 2000 supersample 4
> close
> open "/Users/ayomidefasemire/Documents/Doctoral/Side projects/Contact
> map/1IRA/CABSflex_Video/wiki_tutorial/dataset/1g0y_flexible/1g0y_flexible_with_rmsf/model_0.pdb"
Chain information for model_0.pdb #1
---
Chain | Description
R | No description available
Computing secondary structure
> color byattribute a:bfactor
4982 atoms, 310 residues, atom bfactor range 0.18 to 1.39
> worm bfactor min:0.2 max:0.9
310 residues, residue bfactor range 0.18 to 1.39
> worm bfactor min:0.2 max:0.7
310 residues, residue bfactor range 0.18 to 1.39
> worm bfactor min:0.2 max:0.9
310 residues, residue bfactor range 0.18 to 1.39
> save 1GOY_worm.png width 2000 supersample 4
> open spin_movie.cxc
> movie record size 3840,2160
> turn y 2 180
> wait 180
> movie stop
> movie encode output my_movie.mp4 quality highest
Movie saved to my_movie.mp4
executed spin_movie.cxc
> open spin_movie.cxc
> movie record size 3840,2160
> turn y 2 180
> wait 180
> movie stop
> movie encode output my_movie.mp4 quality highest
Movie saved to my_movie.mp4
executed spin_movie.cxc
> open spin_movie.cxc
> movie record size 3840,2160
> turn y 2 180
> wait 180
> movie stop
> movie encode output my_movie.mp4 quality highest
Movie saved to my_movie.mp4
executed spin_movie.cxc
> close
> open "/Users/ayomidefasemire/Documents/Doctoral/Side projects/Contact
> map/1IRA/CABSflex_Video/wiki_tutorial/dataset/1IJZ_flexible/1IJZ_flexible_with_rmsf/model_0.pdb"
Chain information for model_0.pdb #1
---
Chain | Description
A | No description available
Computing secondary structure
> color byattribute a:bfactor
1770 atoms, 113 residues, atom bfactor range 0.473 to 1.74
> worm bfactor min:0.2 max:0.9
113 residues, residue bfactor range 0.473 to 1.74
> worm bfactor min:0.2 max:0.7
113 residues, residue bfactor range 0.473 to 1.74
> worm bfactor min:0.2 max:0.8
113 residues, residue bfactor range 0.473 to 1.74
> save 1IJZ_worm.png width 2000 supersample 4
> open spin_movie.cxc
> movie record size 3840,2160
> turn y 2 180
> wait 180
> movie stop
> movie encode output my_movie.mp4 quality highest
Movie saved to my_movie.mp4
executed spin_movie.cxc
> close
> open "/Users/ayomidefasemire/Documents/Doctoral/Side projects/Contact
> map/1IRA/CABSflex_Video/wiki_tutorial/dataset/1EOV_flexible/1EOV_flexible_with_rmsf/model_0.pdb"
Chain information for model_0.pdb #1
---
Chain | Description
A | No description available
Computing secondary structure
> color byattribute a:bfactor
7847 atoms, 487 residues, atom bfactor range 0.245 to 2.81
> worm bfactor min:0.2 max:0.9
487 residues, residue bfactor range 0.245 to 2.81
> worm bfactor min:0.2 max:0.7
487 residues, residue bfactor range 0.245 to 2.81
> worm bfactor min:0.2 max:0.8
487 residues, residue bfactor range 0.245 to 2.81
> save 1EOV_worm.png width 2000 supersample 4
> open spin_movie.cxc
> movie record size 3840,2160
> turn y 2 180
> wait 180
> movie stop
> movie encode output my_movie.mp4 quality highest
Movie saved to my_movie.mp4
executed spin_movie.cxc
> open spin_movie.cxc
> movie record size 3840,2160
> turn y 2 180
> wait 180
> movie stop
> movie encode output my_movie.mp4 quality highest
Movie saved to my_movie.mp4
executed spin_movie.cxc
===== Log before crash end =====
Log:
UCSF ChimeraX version: 1.9 (2024-12-11)
© 2016-2024 Regents of the University of California. All rights reserved.
How to cite UCSF ChimeraX
OpenGL version: 4.1 Metal - 89.4
OpenGL renderer: Apple M3
OpenGL vendor: Apple
Python: 3.11.4
Locale: en_US.UTF-8
Qt version: PyQt6 6.7.1, Qt 6.7.1
Qt runtime version: 6.7.3
Qt platform: cocoa
Hardware:
Hardware Overview:
Model Name: MacBook Air
Model Identifier: Mac15,12
Model Number: MXCV3ZE/A
Chip: Apple M3
Total Number of Cores: 8 (4 performance and 4 efficiency)
Memory: 16 GB
System Firmware Version: 13822.81.10
OS Loader Version: 11881.140.96
Software:
System Software Overview:
System Version: macOS 15.7.4 (24G517)
Kernel Version: Darwin 24.6.0
Time since boot: 14 days, 14 hours, 32 minutes
Graphics/Displays:
Apple M3:
Chipset Model: Apple M3
Type: GPU
Bus: Built-In
Total Number of Cores: 10
Vendor: Apple (0x106b)
Metal Support: Metal 3
Displays:
Color LCD:
Display Type: Built-in Liquid Retina Display
Resolution: 2560 x 1664 Retina
Main Display: Yes
Mirror: Off
Online: Yes
Automatically Adjust Brightness: Yes
Connection Type: Internal
P24h-2L:
Resolution: 2560 x 1440 (QHD/WQHD - Wide Quad High Definition)
UI Looks like: 2560 x 1440 @ 75.00Hz
Mirror: Off
Online: Yes
Rotation: Supported
Installed Packages:
alabaster: 1.0.0
anyio: 4.7.0
appdirs: 1.4.4
appnope: 0.1.4
asttokens: 3.0.0
auditwheel: 6.1.0
autocommand: 2.2.2
babel: 2.16.0
backports.tarfile: 1.2.0
beautifulsoup4: 4.12.3
blockdiag: 3.0.0
blosc2: 3.0.0
build: 1.2.1
certifi: 2023.11.17
cftime: 1.6.4.post1
charset-normalizer: 3.4.0
ChimeraX-AddCharge: 1.5.18
ChimeraX-AddH: 2.2.6
ChimeraX-AlignmentAlgorithms: 2.0.2
ChimeraX-AlignmentHdrs: 3.5
ChimeraX-AlignmentMatrices: 2.1
ChimeraX-Alignments: 2.16.1
ChimeraX-AlphaFold: 1.0.1
ChimeraX-AltlocExplorer: 1.1.2
ChimeraX-AmberInfo: 1.0
ChimeraX-Arrays: 1.1
ChimeraX-Atomic: 1.58.8
ChimeraX-AtomicLibrary: 14.1.11
ChimeraX-AtomSearch: 2.0.1
ChimeraX-AxesPlanes: 2.4
ChimeraX-BasicActions: 1.1.2
ChimeraX-BILD: 1.0
ChimeraX-BlastProtein: 3.0.0
ChimeraX-BondRot: 2.0.4
ChimeraX-BugReporter: 1.0.1
ChimeraX-BuildStructure: 2.13.1
ChimeraX-Bumps: 1.0
ChimeraX-BundleBuilder: 1.4.0
ChimeraX-ButtonPanel: 1.0.1
ChimeraX-CageBuilder: 1.0.1
ChimeraX-CellPack: 1.0
ChimeraX-Centroids: 1.4
ChimeraX-ChangeChains: 1.1
ChimeraX-CheckWaters: 1.4
ChimeraX-ChemGroup: 2.0.1
ChimeraX-Clashes: 2.3
ChimeraX-Clipper: 0.24.0
ChimeraX-ColorActions: 1.0.5
ChimeraX-ColorGlobe: 1.0
ChimeraX-ColorKey: 1.5.6
ChimeraX-CommandLine: 1.2.5
ChimeraX-ConnectStructure: 2.0.1
ChimeraX-Contacts: 1.0.1
ChimeraX-Core: 1.9
ChimeraX-CoreFormats: 1.2
ChimeraX-coulombic: 1.4.4
ChimeraX-Crosslinks: 1.0
ChimeraX-Crystal: 1.0
ChimeraX-CrystalContacts: 1.0.1
ChimeraX-DataFormats: 1.2.3
ChimeraX-Dicom: 1.2.6
ChimeraX-DistMonitor: 1.4.2
ChimeraX-DockPrep: 1.1.3
ChimeraX-Dssp: 2.0
ChimeraX-EMDB-SFF: 1.0
ChimeraX-ESMFold: 1.0
ChimeraX-FileHistory: 1.0.1
ChimeraX-FunctionKey: 1.0.1
ChimeraX-Geometry: 1.3
ChimeraX-gltf: 1.0
ChimeraX-Graphics: 1.4.1
ChimeraX-Hbonds: 2.5
ChimeraX-Help: 1.3
ChimeraX-HKCage: 1.3
ChimeraX-IHM: 1.1
ChimeraX-ImageFormats: 1.2
ChimeraX-IMOD: 1.0
ChimeraX-IO: 1.0.3
ChimeraX-ISOLDE: 1.9
ChimeraX-ItemsInspection: 1.0.1
ChimeraX-IUPAC: 1.0
ChimeraX-KVFinder: 1.2.1
ChimeraX-Label: 1.1.14
ChimeraX-ListInfo: 1.2.2
ChimeraX-Log: 1.2
ChimeraX-LookingGlass: 1.1
ChimeraX-Maestro: 1.9.1
ChimeraX-Map: 1.3
ChimeraX-MapData: 2.0
ChimeraX-MapEraser: 1.0.1
ChimeraX-MapFilter: 2.0.1
ChimeraX-MapFit: 2.0
ChimeraX-MapSeries: 2.1.1
ChimeraX-Markers: 1.0.1
ChimeraX-Mask: 1.0.2
ChimeraX-MatchMaker: 2.1.6
ChimeraX-MCopy: 1.0
ChimeraX-MDcrds: 2.7.2
ChimeraX-MedicalToolbar: 1.1
ChimeraX-Meeting: 1.0.1
ChimeraX-MLP: 1.1.1
ChimeraX-mmCIF: 2.14.2
ChimeraX-MMTF: 2.2
ChimeraX-ModelArchive: 1.0
ChimeraX-Modeller: 1.5.18
ChimeraX-ModelPanel: 1.5
ChimeraX-ModelSeries: 1.0.1
ChimeraX-Mol2: 2.0.3
ChimeraX-Mole: 1.0
ChimeraX-Morph: 1.0.2
ChimeraX-MouseModes: 1.2
ChimeraX-Movie: 1.0
ChimeraX-MutationScores: 1.0
ChimeraX-Neuron: 1.0
ChimeraX-Nifti: 1.2
ChimeraX-NMRSTAR: 1.0.2
ChimeraX-NRRD: 1.2
ChimeraX-Nucleotides: 2.0.3
ChimeraX-OpenCommand: 1.14
ChimeraX-OrthoPick: 1.0.1
ChimeraX-PDB: 2.7.6
ChimeraX-PDBBio: 1.0.1
ChimeraX-PDBLibrary: 1.0.4
ChimeraX-PDBMatrices: 1.0
ChimeraX-PickBlobs: 1.0.1
ChimeraX-Positions: 1.0
ChimeraX-PresetMgr: 1.1.2
ChimeraX-PubChem: 2.2
ChimeraX-ReadPbonds: 1.0.1
ChimeraX-Registration: 1.1.2
ChimeraX-RemoteControl: 1.0
ChimeraX-RenderByAttr: 1.6.2
ChimeraX-RenumberResidues: 1.1
ChimeraX-ResidueFit: 1.0.1
ChimeraX-RestServer: 1.3.1
ChimeraX-RNALayout: 1.0
ChimeraX-RotamerLibMgr: 4.0
ChimeraX-RotamerLibsDunbrack: 2.0
ChimeraX-RotamerLibsDynameomics: 2.0
ChimeraX-RotamerLibsRichardson: 2.0
ChimeraX-SaveCommand: 1.5.1
ChimeraX-SchemeMgr: 1.0
ChimeraX-SDF: 2.0.2
ChimeraX-Segger: 1.0
ChimeraX-Segment: 1.0.1
ChimeraX-Segmentations: 3.5.6
ChimeraX-SelInspector: 1.0
ChimeraX-SeqView: 2.14
ChimeraX-Shape: 1.0.1
ChimeraX-Shell: 1.0.1
ChimeraX-Shortcuts: 1.2.0
ChimeraX-ShowSequences: 1.0.3
ChimeraX-SideView: 1.0.1
ChimeraX-SimilarStructures: 1.0.1
ChimeraX-Smiles: 2.1.2
ChimeraX-SmoothLines: 1.0
ChimeraX-SpaceNavigator: 1.0
ChimeraX-StdCommands: 1.18.1
ChimeraX-STL: 1.0.1
ChimeraX-Storm: 1.0
ChimeraX-StructMeasure: 1.2.1
ChimeraX-Struts: 1.0.1
ChimeraX-Surface: 1.0.1
ChimeraX-SwapAA: 2.0.1
ChimeraX-SwapRes: 2.5
ChimeraX-TapeMeasure: 1.0
ChimeraX-TaskManager: 1.0
ChimeraX-Test: 1.0
ChimeraX-Toolbar: 1.2.3
ChimeraX-ToolshedUtils: 1.2.4
ChimeraX-Topography: 1.0
ChimeraX-ToQuest: 1.0
ChimeraX-Tug: 1.0.1
ChimeraX-UI: 1.41
ChimeraX-Umap: 1.0
ChimeraX-uniprot: 2.3.1
ChimeraX-UnitCell: 1.0.1
ChimeraX-ViewDockX: 1.4.4
ChimeraX-VIPERdb: 1.0
ChimeraX-Vive: 1.1
ChimeraX-VolumeMenu: 1.0.1
ChimeraX-vrml: 1.0
ChimeraX-VTK: 1.0
ChimeraX-WavefrontOBJ: 1.0
ChimeraX-WebCam: 1.0.2
ChimeraX-WebServices: 1.1.4
ChimeraX-Zone: 1.0.1
colorama: 0.4.6
comm: 0.2.2
contourpy: 1.3.1
cxservices: 1.2.3
cycler: 0.12.1
Cython: 3.0.10
debugpy: 1.8.9
decorator: 5.1.1
docutils: 0.21.2
executing: 2.1.0
filelock: 3.15.4
fonttools: 4.55.3
funcparserlib: 2.0.0a0
glfw: 2.8.0
grako: 3.16.5
h11: 0.14.0
h5py: 3.12.1
html2text: 2024.2.26
httpcore: 1.0.7
httpx: 0.28.1
idna: 3.10
ihm: 1.3
imagecodecs: 2024.6.1
imagesize: 1.4.1
importlib_metadata: 8.0.0
importlib_resources: 6.4.0
inflect: 7.3.1
ipykernel: 6.29.5
ipython: 8.26.0
ipywidgets: 8.1.5
jaraco.context: 5.3.0
jaraco.functools: 4.0.1
jaraco.text: 3.12.1
jedi: 0.19.1
Jinja2: 3.1.4
jupyter_client: 8.6.2
jupyter_core: 5.7.2
jupyterlab_widgets: 3.0.13
kiwisolver: 1.4.7
line_profiler: 4.1.3
lxml: 5.2.2
lz4: 4.3.3
MarkupSafe: 3.0.2
matplotlib: 3.9.2
matplotlib-inline: 0.1.7
MolecularDynamicsViewer: 1.6
more-itertools: 10.3.0
msgpack: 1.0.8
ndindex: 1.9.2
nest-asyncio: 1.6.0
netCDF4: 1.6.5
networkx: 3.3
nibabel: 5.2.0
nptyping: 2.5.0
numexpr: 2.10.2
numpy: 1.26.4
openvr: 1.26.701
ordered-set: 4.1.0
packaging: 23.2
packaging: 24.1
ParmEd: 4.2.2
parso: 0.8.4
pep517: 0.13.1
pexpect: 4.9.0
pillow: 10.4.0
pip: 24.2
pkginfo: 1.11.1
platformdirs: 4.3.6
platformdirs: 4.2.2
prompt_toolkit: 3.0.48
psutil: 6.0.0
ptyprocess: 0.7.0
pure_eval: 0.2.3
py-cpuinfo: 9.0.0
pycollada: 0.8
pydicom: 2.4.4
pyelftools: 0.31
Pygments: 2.18.0
pynmrstar: 3.3.4
pynrrd: 1.0.0
PyOpenGL: 3.1.7
PyOpenGL-accelerate: 3.1.7
pyopenxr: 1.0.3401
pyparsing: 3.2.0
pyproject_hooks: 1.2.0
PyQt6-commercial: 6.7.1
PyQt6-Qt6: 6.7.3
PyQt6-WebEngine-commercial: 6.7.0
PyQt6-WebEngine-Qt6: 6.7.3
PyQt6-WebEngineSubwheel-Qt6: 6.7.3
PyQt6_sip: 13.8.0
python-dateutil: 2.9.0.post0
pytz: 2024.2
pyzmq: 26.2.0
qtconsole: 5.5.2
QtPy: 2.4.2
qtshim: 1.0
RandomWords: 0.4.0
requests: 2.32.3
scipy: 1.14.0
setuptools: 72.1.0
sfftk-rw: 0.8.1
six: 1.16.0
sniffio: 1.3.1
snowballstemmer: 2.2.0
sortedcontainers: 2.4.0
soupsieve: 2.6
Sphinx: 8.0.2
sphinx-autodoc-typehints: 2.2.3
sphinxcontrib-applehelp: 2.0.0
sphinxcontrib-blockdiag: 3.0.0
sphinxcontrib-devhelp: 2.0.0
sphinxcontrib-htmlhelp: 2.1.0
sphinxcontrib-jsmath: 1.0.1
sphinxcontrib-qthelp: 2.0.0
sphinxcontrib-serializinghtml: 2.0.0
stack-data: 0.6.3
superqt: 0.6.3
tables: 3.10.1
tcia_utils: 1.5.1
tifffile: 2024.7.24
tinyarray: 1.2.4
tomli: 2.0.1
tornado: 6.4.2
traitlets: 5.14.3
typeguard: 4.3.0
typing_extensions: 4.12.2
typing_extensions: 4.12.2
tzdata: 2024.2
urllib3: 2.2.3
wcwidth: 0.2.13
webcolors: 24.6.0
wheel: 0.43.0
wheel: 0.43.0
wheel-filename: 1.4.1
widgetsnbextension: 4.0.13
zipp: 3.19.2
|
|||
| #19987 | fixed | Minimize: 'str' object is not callable | ||
| Description |
The following bug report has been submitted:
Platform: macOS-26.3.1-arm64-arm-64bit
ChimeraX Version: 1.12.dev202603070142 (2026-03-07 01:42:04 UTC)
Description
I am trying to minimize a structure produced by AF3 but i have type error related to a string , which i guess is a bad type casting or failed transformation in another object. I have attached the structure for reproducibility
Log:
UCSF ChimeraX version: 1.12.dev202603070142 (2026-03-07)
© 2016-2026 Regents of the University of California. All rights reserved.
How to cite UCSF ChimeraX
> cd /Users/ereboul/projects/NPF-ab-initio-
> modelling/repeat_unit_detection/NPF2.5/ChimeraX_manual_alignement
Current working directory is: /Users/ereboul/projects/NPF-ab-initio-
modelling/repeat_unit_detection/NPF2.5/ChimeraX_manual_alignement
> open NPF2.5_apo_boltz2_rank_7_chimerax_minimized.pdb
Chain information for NPF2.5_apo_boltz2_rank_7_chimerax_minimized.pdb #1
---
Chain | Description
A | No description available
> select #1:25-115
1403 atoms, 1417 bonds, 91 residues, 1 model selected
> name RU1A_1 sel
> select #1:328-433
1700 atoms, 1718 bonds, 106 residues, 1 model selected
> name RU1A_2 sel
> select #1:136-229
1473 atoms, 1490 bonds, 94 residues, 1 model selected
> name RU1B_1 sel
> select #1:441-540
1562 atoms, 1586 bonds, 100 residues, 1 model selected
> name RU1B_2 sel
> select RU1A_1
1562 atoms, 1586 bonds, 100 residues, 1 model selected
> save /path/to/output/RU1A_1.pdb selectedOnly true
Cannot save '/path/to/output/RU1A_1.pdb': Unable to open file
'/path/to/output/RU1A_1.pdb' for writing
> select RU1B_1
1562 atoms, 1586 bonds, 100 residues, 1 model selected
> save /path/to/output/RU1B_1.pdb selectedOnly true
Cannot save '/path/to/output/RU1B_1.pdb': Unable to open file
'/path/to/output/RU1B_1.pdb' for writing
> select RU1A_2
1562 atoms, 1586 bonds, 100 residues, 1 model selected
> save /path/to/output/RU1A_2.pdb selectedOnly true
Cannot save '/path/to/output/RU1A_2.pdb': Unable to open file
'/path/to/output/RU1A_2.pdb' for writing
> select RU1B_2
1562 atoms, 1586 bonds, 100 residues, 1 model selected
> save /path/to/output/RU1B_2.pdb selectedOnly true
Cannot save '/path/to/output/RU1B_2.pdb': Unable to open file
'/path/to/output/RU1B_2.pdb' for writing
> select RU1A_1
1562 atoms, 1586 bonds, 100 residues, 1 model selected
> save RU1A_1.pdb selectedOnly true
> select RU1B_1
1562 atoms, 1586 bonds, 100 residues, 1 model selected
> save RU1B_1.pdb selectedOnly true
> select RU1A_2
1562 atoms, 1586 bonds, 100 residues, 1 model selected
> save RU1A_2.pdb selectedOnly true
> select RU1B_2
1562 atoms, 1586 bonds, 100 residues, 1 model selected
> save RU1B_2.pdb selectedOnly true
> close #1
> open RU1A_1.pdb
Summary of feedback from opening RU1A_1.pdb
---
warnings | Start residue of secondary structure not found: HELIX 1 1 GLY A 7 ALA A 12 1 6
Start residue of secondary structure not found: HELIX 2 2 HIS A 13 SER A 16 1
4
Start residue of secondary structure not found: HELIX 3 3 PRO A 18 LYS A 21 1
4
Start residue of secondary structure not found: HELIX 4 4 TRP A 25 THR A 27 1
3
Start residue of secondary structure not found: HELIX 5 5 LEU A 28 MET A 47 1
20
24 messages similar to the above omitted
Chain information for RU1A_1.pdb #1
---
Chain | Description
A | No description available
> open RU1A_2.pdb
Summary of feedback from opening RU1A_2.pdb
---
warnings | Start residue of secondary structure not found: HELIX 1 1 GLY A 7 ALA A 12 1 6
Start residue of secondary structure not found: HELIX 2 2 HIS A 13 SER A 16 1
4
Start residue of secondary structure not found: HELIX 3 3 PRO A 18 LYS A 21 1
4
Start residue of secondary structure not found: HELIX 4 4 TRP A 25 THR A 27 1
3
Start residue of secondary structure not found: HELIX 5 5 LEU A 28 MET A 47 1
20
24 messages similar to the above omitted
Chain information for RU1A_2.pdb #2
---
Chain | Description
A | No description available
> open RU1B_1.pdb
Summary of feedback from opening RU1B_1.pdb
---
warnings | Start residue of secondary structure not found: HELIX 1 1 GLY A 7 ALA A 12 1 6
Start residue of secondary structure not found: HELIX 2 2 HIS A 13 SER A 16 1
4
Start residue of secondary structure not found: HELIX 3 3 PRO A 18 LYS A 21 1
4
Start residue of secondary structure not found: HELIX 4 4 TRP A 25 THR A 27 1
3
Start residue of secondary structure not found: HELIX 5 5 LEU A 28 MET A 47 1
20
24 messages similar to the above omitted
Chain information for RU1B_1.pdb #3
---
Chain | Description
A | No description available
> open RU1B_2.pdb
Summary of feedback from opening RU1B_2.pdb
---
warnings | Start residue of secondary structure not found: HELIX 1 1 GLY A 7 ALA A 12 1 6
Start residue of secondary structure not found: HELIX 2 2 HIS A 13 SER A 16 1
4
Start residue of secondary structure not found: HELIX 3 3 PRO A 18 LYS A 21 1
4
Start residue of secondary structure not found: HELIX 4 4 TRP A 25 THR A 27 1
3
Start residue of secondary structure not found: HELIX 5 5 LEU A 28 MET A 47 1
20
24 messages similar to the above omitted
Chain information for RU1B_2.pdb #4
---
Chain | Description
A | No description available
> ui tool show "Show Sequence Viewer"
> sequence chain #1/A
Alignment identifier is 1/A
> sequence chain #2/A
Alignment identifier is 2/A
> sequence chain #3/A
Alignment identifier is 3/A
> sequence chain #4/A
Alignment identifier is 4/A
> close
> open NPF2.5_apo_boltz2_rank_7_chimerax_minimized.pdb
Chain information for NPF2.5_apo_boltz2_rank_7_chimerax_minimized.pdb #1
---
Chain | Description
A | No description available
> select #1:25-115
1403 atoms, 1417 bonds, 91 residues, 1 model selected
> save RU1A_1.pdb selectedOnly true
> select clear
> open /Users/ereboul/projects/NPF-ab-initio-
> modelling/repeat_unit_detection/NPF2.5/ChimeraX_manual_alignement/RU1A_1.pdb
Summary of feedback from opening /Users/ereboul/projects/NPF-ab-initio-
modelling/repeat_unit_detection/NPF2.5/ChimeraX_manual_alignement/RU1A_1.pdb
---
warnings | Start residue of secondary structure not found: HELIX 1 1 GLY A 7 ALA A 12 1 6
Start residue of secondary structure not found: HELIX 2 2 HIS A 13 SER A 16 1
4
Start residue of secondary structure not found: HELIX 3 3 PRO A 18 LYS A 21 1
4
Start residue of secondary structure not found: HELIX 11 11 ASN A 117 LEU A
119 1 3
Start residue of secondary structure not found: HELIX 12 12 LYS A 136 ALA A
154 1 19
24 messages similar to the above omitted
Chain information for RU1A_1.pdb #2
---
Chain | Description
A | No description available
> ui tool show "Show Sequence Viewer"
> sequence chain #2/A
Alignment identifier is 2/A
> close #2
> select #1:25-115
1403 atoms, 1417 bonds, 91 residues, 1 model selected
> save RU1A_1.pdb selectedOnly true
> select #1:328-433
1700 atoms, 1718 bonds, 106 residues, 1 model selected
> save RU1B_1.pdb selectedOnly true
> select #1:136-229
1473 atoms, 1490 bonds, 94 residues, 1 model selected
> save RU1B_1.pdb selectedOnly true
> select #1:441-540
1562 atoms, 1586 bonds, 100 residues, 1 model selected
> save RU1B_2.pdb selectedOnly true
> close #1
> open RU1A_1.pdb
Summary of feedback from opening RU1A_1.pdb
---
warnings | Start residue of secondary structure not found: HELIX 1 1 GLY A 7 ALA A 12 1 6
Start residue of secondary structure not found: HELIX 2 2 HIS A 13 SER A 16 1
4
Start residue of secondary structure not found: HELIX 3 3 PRO A 18 LYS A 21 1
4
Start residue of secondary structure not found: HELIX 11 11 ASN A 117 LEU A
119 1 3
Start residue of secondary structure not found: HELIX 12 12 LYS A 136 ALA A
154 1 19
24 messages similar to the above omitted
Chain information for RU1A_1.pdb #1
---
Chain | Description
A | No description available
> open RU1A_2.pdb
No such file/path: RU1A_2.pdb
> open RU1B_1.pdb
Summary of feedback from opening RU1B_1.pdb
---
warnings | Start residue of secondary structure not found: HELIX 1 1 GLY A 7 ALA A 12 1 6
Start residue of secondary structure not found: HELIX 2 2 HIS A 13 SER A 16 1
4
Start residue of secondary structure not found: HELIX 3 3 PRO A 18 LYS A 21 1
4
Start residue of secondary structure not found: HELIX 4 4 TRP A 25 THR A 27 1
3
Start residue of secondary structure not found: HELIX 5 5 LEU A 28 MET A 47 1
20
24 messages similar to the above omitted
Chain information for RU1B_1.pdb #2
---
Chain | Description
A | No description available
> open RU1B_2.pdb
Summary of feedback from opening RU1B_2.pdb
---
warnings | Start residue of secondary structure not found: HELIX 1 1 GLY A 7 ALA A 12 1 6
Start residue of secondary structure not found: HELIX 2 2 HIS A 13 SER A 16 1
4
Start residue of secondary structure not found: HELIX 3 3 PRO A 18 LYS A 21 1
4
Start residue of secondary structure not found: HELIX 4 4 TRP A 25 THR A 27 1
3
Start residue of secondary structure not found: HELIX 5 5 LEU A 28 MET A 47 1
20
24 messages similar to the above omitted
Chain information for RU1B_2.pdb #3
---
Chain | Description
A | No description available
> matchmaker #1 to #2
Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker RU1B_1.pdb, chain A (#2) with RU1A_1.pdb, chain A (#1), sequence
alignment score = 102.7
RMSD between 27 pruned atom pairs is 0.755 angstroms; (across all 90 pairs:
5.828)
> close
> open NPF2.5_apo_boltz2_rank_7_chimerax_minimized.pdb
Chain information for NPF2.5_apo_boltz2_rank_7_chimerax_minimized.pdb #1
---
Chain | Description
A | No description available
> select #1:25-115
1403 atoms, 1417 bonds, 91 residues, 1 model selected
> save RU1A_1.pdb selectedOnly true
> select #1:328-433
1700 atoms, 1718 bonds, 106 residues, 1 model selected
> save RU1A_2.pdb selectedOnly true
> select #1:136-229
1473 atoms, 1490 bonds, 94 residues, 1 model selected
> save RU1B_1.pdb selectedOnly true
> select #1:441-540
1562 atoms, 1586 bonds, 100 residues, 1 model selected
> save RU1B_2.pdb selectedOnly true
> close #1
> open RU1A_1.pdb
Summary of feedback from opening RU1A_1.pdb
---
warnings | Start residue of secondary structure not found: HELIX 1 1 GLY A 7 ALA A 12 1 6
Start residue of secondary structure not found: HELIX 2 2 HIS A 13 SER A 16 1
4
Start residue of secondary structure not found: HELIX 3 3 PRO A 18 LYS A 21 1
4
Start residue of secondary structure not found: HELIX 11 11 ASN A 117 LEU A
119 1 3
Start residue of secondary structure not found: HELIX 12 12 LYS A 136 ALA A
154 1 19
24 messages similar to the above omitted
Chain information for RU1A_1.pdb #1
---
Chain | Description
A | No description available
> open RU1A_2.pdb
Summary of feedback from opening RU1A_2.pdb
---
warnings | Start residue of secondary structure not found: HELIX 1 1 GLY A 7 ALA A 12 1 6
Start residue of secondary structure not found: HELIX 2 2 HIS A 13 SER A 16 1
4
Start residue of secondary structure not found: HELIX 3 3 PRO A 18 LYS A 21 1
4
Start residue of secondary structure not found: HELIX 4 4 TRP A 25 THR A 27 1
3
Start residue of secondary structure not found: HELIX 5 5 LEU A 28 MET A 47 1
20
25 messages similar to the above omitted
Chain information for RU1A_2.pdb #2
---
Chain | Description
A | No description available
> open RU1B_1.pdb
Summary of feedback from opening RU1B_1.pdb
---
warnings | Start residue of secondary structure not found: HELIX 1 1 GLY A 7 ALA A 12 1 6
Start residue of secondary structure not found: HELIX 2 2 HIS A 13 SER A 16 1
4
Start residue of secondary structure not found: HELIX 3 3 PRO A 18 LYS A 21 1
4
Start residue of secondary structure not found: HELIX 4 4 TRP A 25 THR A 27 1
3
Start residue of secondary structure not found: HELIX 5 5 LEU A 28 MET A 47 1
20
24 messages similar to the above omitted
Chain information for RU1B_1.pdb #3
---
Chain | Description
A | No description available
> open RU1B_2.pdb
Summary of feedback from opening RU1B_2.pdb
---
warnings | Start residue of secondary structure not found: HELIX 1 1 GLY A 7 ALA A 12 1 6
Start residue of secondary structure not found: HELIX 2 2 HIS A 13 SER A 16 1
4
Start residue of secondary structure not found: HELIX 3 3 PRO A 18 LYS A 21 1
4
Start residue of secondary structure not found: HELIX 4 4 TRP A 25 THR A 27 1
3
Start residue of secondary structure not found: HELIX 5 5 LEU A 28 MET A 47 1
20
24 messages similar to the above omitted
Chain information for RU1B_2.pdb #4
---
Chain | Description
A | No description available
> matchmaker #1 to #2
Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker RU1A_2.pdb, chain A (#2) with RU1A_1.pdb, chain A (#1), sequence
alignment score = 106.8
RMSD between 31 pruned atom pairs is 0.895 angstroms; (across all 88 pairs:
6.092)
> matchmaker #3 to #4
Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker RU1B_2.pdb, chain A (#4) with RU1B_1.pdb, chain A (#3), sequence
alignment score = 107.6
RMSD between 13 pruned atom pairs is 1.230 angstroms; (across all 86 pairs:
6.503)
> select #2 & aligned
Expected a keyword
> matchmaker #1 to #2 showAlignment true
Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker RU1A_2.pdb, chain A (#2) with RU1A_1.pdb, chain A (#1), sequence
alignment score = 106.8
Alignment identifier is 1
Showing conservation header ("seq_conservation" residue attribute) for
alignment 1
Hiding conservation header for alignment 1
Chains used in RMSD evaluation for alignment 1: RU1A_1.pdb #1/A, RU1A_2.pdb
#2/A
Showing rmsd header ("seq_rmsd" residue attribute) for alignment 1
RMSD between 31 pruned atom pairs is 0.895 angstroms; (across all 88 pairs:
6.092)
> hide #3 models
> hide #4 models
> select #2/A:402
14 atoms, 13 bonds, 1 residue, 1 model selected
> select #2/A:402-426
370 atoms, 372 bonds, 25 residues, 1 model selected
> select #2/A:363
20 atoms, 20 bonds, 1 residue, 1 model selected
> select #2/A:363-394 #1/A:57-88
995 atoms, 1004 bonds, 64 residues, 2 models selected
MatchMaker Alignment [ID: 1] region RU1A_2.pdb, chain A..RU1A_1.pdb, chain A
[39-70] RMSD: 8.630
> select #2/A:328
16 atoms, 15 bonds, 1 residue, 1 model selected
> select #2/A:328 #1/A:28
35 atoms, 33 bonds, 2 residues, 2 models selected
MatchMaker Alignment [ID: 1] region RU1A_2.pdb, chain A..RU1A_1.pdb, chain A
[4] RMSD: 0.688
> hide #1 models
> hide #2 models
> show #3 models
> show #4 models
> matchmaker #3 to #4 showAlignment true
Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker RU1B_2.pdb, chain A (#4) with RU1B_1.pdb, chain A (#3), sequence
alignment score = 107.6
Alignment identifier is 2
Showing conservation header ("seq_conservation" residue attribute) for
alignment 2
Hiding conservation header for alignment 2
Chains used in RMSD evaluation for alignment 2: RU1B_1.pdb #3/A, RU1B_2.pdb
#4/A
Showing rmsd header ("seq_rmsd" residue attribute) for alignment 2
RMSD between 13 pruned atom pairs is 1.230 angstroms; (across all 86 pairs:
6.503)
> close #2
> close
> open *.pdb
Summary of feedback from opening RU1A_1.pdb
---
warnings | Start residue of secondary structure not found: HELIX 1 1 GLY A 7 ALA A 12 1 6
Start residue of secondary structure not found: HELIX 2 2 HIS A 13 SER A 16 1
4
Start residue of secondary structure not found: HELIX 3 3 PRO A 18 LYS A 21 1
4
Start residue of secondary structure not found: HELIX 11 11 ASN A 117 LEU A
119 1 3
Start residue of secondary structure not found: HELIX 12 12 LYS A 136 ALA A
154 1 19
24 messages similar to the above omitted
Summary of feedback from opening RU1A_2.pdb
---
warnings | Start residue of secondary structure not found: HELIX 1 1 GLY A 7 ALA A 12 1 6
Start residue of secondary structure not found: HELIX 2 2 HIS A 13 SER A 16 1
4
Start residue of secondary structure not found: HELIX 3 3 PRO A 18 LYS A 21 1
4
Start residue of secondary structure not found: HELIX 4 4 TRP A 25 THR A 27 1
3
Start residue of secondary structure not found: HELIX 5 5 LEU A 28 MET A 47 1
20
25 messages similar to the above omitted
Summary of feedback from opening RU1B_1.pdb
---
warnings | Start residue of secondary structure not found: HELIX 1 1 GLY A 7 ALA A 12 1 6
Start residue of secondary structure not found: HELIX 2 2 HIS A 13 SER A 16 1
4
Start residue of secondary structure not found: HELIX 3 3 PRO A 18 LYS A 21 1
4
Start residue of secondary structure not found: HELIX 4 4 TRP A 25 THR A 27 1
3
Start residue of secondary structure not found: HELIX 5 5 LEU A 28 MET A 47 1
20
24 messages similar to the above omitted
Summary of feedback from opening RU1B_2.pdb
---
warnings | Start residue of secondary structure not found: HELIX 1 1 GLY A 7 ALA A 12 1 6
Start residue of secondary structure not found: HELIX 2 2 HIS A 13 SER A 16 1
4
Start residue of secondary structure not found: HELIX 3 3 PRO A 18 LYS A 21 1
4
Start residue of secondary structure not found: HELIX 4 4 TRP A 25 THR A 27 1
3
Start residue of secondary structure not found: HELIX 5 5 LEU A 28 MET A 47 1
20
24 messages similar to the above omitted
Chain information for NPF2.5_apo_boltz2_rank_7_chimerax_minimized.pdb #1
---
Chain | Description
A | No description available
Chain information for RU1A_1.pdb #2
---
Chain | Description
A | No description available
Chain information for RU1A_2.pdb #3
---
Chain | Description
A | No description available
Chain information for RU1B_1.pdb #4
---
Chain | Description
A | No description available
Chain information for RU1B_2.pdb #5
---
Chain | Description
A | No description available
> close
> open /Users/ereboul/projects/NPF-ab-initio-modelling/neurosnap_boltz2_apo-
> NPF2.5/rank_1_chimerax_minimized.pdb /Users/ereboul/projects/NPF-ab-initio-
> modelling/neurosnap_boltz2_apo-NPF2.5/rank_2_chimerax_minimized.pdb
> /Users/ereboul/projects/NPF-ab-initio-modelling/neurosnap_boltz2_apo-
> NPF2.5/rank_7_chimerax_minimized.pdb
Chain information for rank_1_chimerax_minimized.pdb #1
---
Chain | Description
A | No description available
Chain information for rank_2_chimerax_minimized.pdb #2
---
Chain | Description
A | No description available
Chain information for rank_7_chimerax_minimized.pdb #3
---
Chain | Description
A | No description available
> ui tool show "Find Cavities"
> kvfinder
23 cavities found for rank_1_chimerax_minimized.pdb #1
rank_1_chimerax_minimized.pdb Cavities
---
ID | | Volume | Area | Points | Maximum
Depth | Average
Depth
1.1.13 | | 837.43 | 711.31 | 3877 | 0 | 0
1.1.3 | | 807.19 | 699.71 | 3737 | 14.07 | 6.06
1.1.12 | | 227.02 | 201.07 | 1051 | 4.2 | 1.11
1.1.9 | | 126.58 | 147.25 | 586 | 4.84 | 2.32
1.1.6 | | 77.11 | 90.07 | 357 | 0 | 0
1.1.4 | | 76.25 | 83.08 | 353 | 4.24 | 1.7
1.1.16 | | 49.03 | 80.07 | 227 | 0 | 0
1.1.15 | | 43.63 | 66.31 | 202 | 0 | 0
1.1.19 | | 43.42 | 73.52 | 201 | 0 | 0
1.1.14 | | 36.5 | 54.73 | 169 | 1.7 | 0.37
1.1.21 | | 29.59 | 45.11 | 137 | 0 | 0
1.1.20 | | 28.51 | 44.2 | 132 | 0 | 0
1.1.2 | | 27.65 | 44.69 | 128 | 1.7 | 0.64
1.1.7 | | 25.92 | 45.52 | 120 | 1.34 | 0.37
1.1.10 | | 24.84 | 40.56 | 115 | 0 | 0
1.1.23 | | 21.82 | 40.63 | 101 | 0 | 0
1.1.8 | | 12.31 | 29.54 | 57 | 0 | 0
1.1.11 | | 12.31 | 29.54 | 57 | 0 | 0
1.1.17 | | 12.31 | 29.54 | 57 | 0 | 0
1.1.18 | | 12.1 | 21.07 | 56 | 0.6 | 0.19
1.1.5 | | 9.29 | 18.8 | 43 | 0.6 | 0.18
1.1.22 | | 8.86 | 19.3 | 41 | 1.2 | 0.35
1.1.1 | | 7.78 | 15.17 | 36 | 1.2 | 0.27
Populating font family aliases took 109 ms. Replace uses of missing font
family "Times" with one that exists to avoid this cost.
31 cavities found for rank_2_chimerax_minimized.pdb #2
rank_2_chimerax_minimized.pdb Cavities
---
ID | | Volume | Area | Points | Maximum
Depth | Average
Depth
2.1.17 | | 722.09 | 660.9 | 3343 | 0 | 0
2.1.2 | | 339.98 | 345.67 | 1574 | 6.49 | 1.8
2.1.5 | | 183.38 | 215.19 | 849 | 8.38 | 3.6
2.1.16 | | 141.26 | 191.79 | 654 | 5.82 | 2.32
2.1.24 | | 112.97 | 152.87 | 523 | 0 | 0
2.1.8 | | 80.78 | 87.67 | 374 | 4.2 | 1.49
2.1.12 | | 66.31 | 84.35 | 307 | 2.08 | 0.59
2.1.6 | | 65.66 | 104.31 | 304 | 0 | 0
2.1.26 | | 59.62 | 79.55 | 276 | 0 | 0
2.1.25 | | 58.32 | 84.68 | 270 | 0 | 0
2.1.21 | | 52.27 | 77.56 | 242 | 0 | 0
2.1.4 | | 51.84 | 71.19 | 240 | 0 | 0
2.1.10 | | 44.28 | 64.98 | 205 | 2.68 | 0.85
2.1.19 | | 39.53 | 53.82 | 183 | 1.34 | 0.33
2.1.9 | | 27 | 44.51 | 125 | 0 | 0
2.1.7 | | 23.98 | 35.41 | 111 | 1.47 | 0.55
2.1.15 | | 17.28 | 36.68 | 80 | 0 | 0
2.1.20 | | 16.85 | 32.3 | 78 | 0 | 0
2.1.29 | | 16.85 | 27.01 | 78 | 1.8 | 0.57
2.1.31 | | 15.34 | 24.48 | 71 | 1.34 | 0.53
2.1.22 | | 13.61 | 25.27 | 63 | 1.2 | 0.27
2.1.1 | | 12.31 | 29.54 | 57 | 0 | 0
2.1.3 | | 12.31 | 29.54 | 57 | 0 | 0
2.1.11 | | 12.31 | 29.54 | 57 | 0 | 0
2.1.13 | | 12.31 | 29.54 | 57 | 0 | 0
2.1.14 | | 12.31 | 29.54 | 57 | 0 | 0
2.1.23 | | 12.31 | 29.54 | 57 | 0 | 0
2.1.27 | | 12.31 | 29.54 | 57 | 0 | 0
2.1.28 | | 11.23 | 20.82 | 52 | 0.85 | 0.22
2.1.30 | | 8.86 | 19.38 | 41 | 1.34 | 0.36
2.1.18 | | 8.21 | 15.44 | 38 | 0.6 | 0.21
20 cavities found for rank_7_chimerax_minimized.pdb #3
rank_7_chimerax_minimized.pdb Cavities
---
ID | | Volume | Area | Points | Maximum
Depth | Average
Depth
3.1.13 | | 1598.4 | 1105.39 | 7400 | 18.14 | 5.62
3.1.3 | | 562.9 | 565.87 | 2606 | 16.05 | 7.27
3.1.5 | | 423.14 | 404.75 | 1959 | 9.14 | 3.19
3.1.4 | | 167.4 | 188.06 | 775 | 8.16 | 3.65
3.1.15 | | 57.24 | 80.85 | 265 | 0 | 0
3.1.17 | | 47.3 | 74.18 | 219 | 0 | 0
3.1.1 | | 28.3 | 48.73 | 131 | 0 | 0
3.1.11 | | 26.78 | 45.09 | 124 | 1.7 | 0.33
3.1.6 | | 26.14 | 44.82 | 121 | 0 | 0
3.1.19 | | 25.49 | 39.31 | 118 | 1.7 | 0.56
3.1.12 | | 19.01 | 38.34 | 88 | 0 | 0
3.1.16 | | 19.01 | 38.34 | 88 | 0 | 0
3.1.14 | | 16.85 | 32.3 | 78 | 0 | 0
3.1.18 | | 16.85 | 32.3 | 78 | 0 | 0
3.1.7 | | 12.96 | 23.28 | 60 | 1.2 | 0.35
3.1.8 | | 12.31 | 29.54 | 57 | 0 | 0
3.1.9 | | 12.31 | 29.54 | 57 | 0 | 0
3.1.10 | | 12.31 | 29.54 | 57 | 0 | 0
3.1.20 | | 9.94 | 20.83 | 46 | 1.04 | 0.44
3.1.2 | | 6.48 | 14.83 | 30 | 0.6 | 0.12
> hide #!2 models
> hide #!3 models
> close #3
> close
> open /Users/ereboul/projects/NPF-ab-initio-modelling/neurosnap_boltz2_apo-
> NPF2.5/rank_1_chimerax_minimized.pdb /Users/ereboul/projects/NPF-ab-initio-
> modelling/neurosnap_boltz2_apo-NPF2.5/rank_2_chimerax_minimized.pdb
> /Users/ereboul/projects/NPF-ab-initio-modelling/neurosnap_boltz2_apo-
> NPF2.5/rank_7_chimerax_minimized.pdb
Chain information for rank_1_chimerax_minimized.pdb #1
---
Chain | Description
A | No description available
Chain information for rank_2_chimerax_minimized.pdb #2
---
Chain | Description
A | No description available
Chain information for rank_7_chimerax_minimized.pdb #3
---
Chain | Description
A | No description available
> ui tool show "Find Cavities"
> kvfinder #1
23 cavities found for rank_1_chimerax_minimized.pdb #1
rank_1_chimerax_minimized.pdb Cavities
---
ID | | Volume | Area | Points | Maximum
Depth | Average
Depth
1.1.13 | | 837.43 | 711.31 | 3877 | 0 | 0
1.1.3 | | 807.19 | 699.71 | 3737 | 14.07 | 6.06
1.1.12 | | 227.02 | 201.07 | 1051 | 4.2 | 1.11
1.1.9 | | 126.58 | 147.25 | 586 | 4.84 | 2.32
1.1.6 | | 77.11 | 90.07 | 357 | 0 | 0
1.1.4 | | 76.25 | 83.08 | 353 | 4.24 | 1.7
1.1.16 | | 49.03 | 80.07 | 227 | 0 | 0
1.1.15 | | 43.63 | 66.31 | 202 | 0 | 0
1.1.19 | | 43.42 | 73.52 | 201 | 0 | 0
1.1.14 | | 36.5 | 54.73 | 169 | 1.7 | 0.37
1.1.21 | | 29.59 | 45.11 | 137 | 0 | 0
1.1.20 | | 28.51 | 44.2 | 132 | 0 | 0
1.1.2 | | 27.65 | 44.69 | 128 | 1.7 | 0.64
1.1.7 | | 25.92 | 45.52 | 120 | 1.34 | 0.37
1.1.10 | | 24.84 | 40.56 | 115 | 0 | 0
1.1.23 | | 21.82 | 40.63 | 101 | 0 | 0
1.1.8 | | 12.31 | 29.54 | 57 | 0 | 0
1.1.11 | | 12.31 | 29.54 | 57 | 0 | 0
1.1.17 | | 12.31 | 29.54 | 57 | 0 | 0
1.1.18 | | 12.1 | 21.07 | 56 | 0.6 | 0.19
1.1.5 | | 9.29 | 18.8 | 43 | 0.6 | 0.18
1.1.22 | | 8.86 | 19.3 | 41 | 1.2 | 0.35
1.1.1 | | 7.78 | 15.17 | 36 | 1.2 | 0.27
> hide #2 models
> hide #3 models
> view #1.1.13 @< 3.5
> zoom 0.75
moved plane near -44.267412448592516 [-0.39958368 0.66184108 0.63427065]
moved plane far -44.267412448592516 [-0.39958368 0.66184108 0.63427065]
> surface #1.1.1-23 transparency 50
> ~surface #1.1
> surface #1.1.13
> show
> #!1/A:35,42-43,45-47,72,75-76,157-158,181-182,185-186,189,334,338-339,341-342,344-345,371,374-375,378,448,451-452,455,458-459,462-463,466,482-483,485-486,489-490
> select #!1/A:186
21 atoms, 21 bonds, 1 residue, 1 model selected
> select add #!1/A:459
41 atoms, 41 bonds, 2 residues, 1 model selected
> select add #!1/A:182
61 atoms, 61 bonds, 3 residues, 1 model selected
> show #2 models
> hide #!1 models
> ui tool show "Find Cavities"
> kvfinder #2 volumeCutoff 100
5 cavities found for rank_2_chimerax_minimized.pdb #2
rank_2_chimerax_minimized.pdb Cavities
---
ID | | Volume | Area | Points | Maximum
Depth | Average
Depth
2.1.4 | | 722.09 | 660.9 | 3343 | 0 | 0
2.1.1 | | 339.98 | 345.67 | 1574 | 6.49 | 1.8
2.1.2 | | 183.38 | 215.19 | 849 | 8.38 | 3.6
2.1.3 | | 141.26 | 191.79 | 654 | 5.82 | 2.32
2.1.5 | | 112.97 | 152.87 | 523 | 0 | 0
> view #2.1.4 @< 3.5
> zoom 0.75
moved plane near -41.330234783346505 [-0.11106485 -0.12389558 0.98606008]
moved plane far -41.330234783346505 [-0.11106485 -0.12389558 0.98606008]
> surface #2.1.1-5 transparency 50
> ~surface #2.1
> surface #2.1.4
> show
> #!2/A:35,38-39,42-43,45-47,71-72,75-76,156-158,160-161,178,181-182,185-186,189,338,341-342,345,371,374-375,451,455,458-459,463,479,483,486,489-490
> show #!1 models
> hide #!2 models
> hide #!1 models
> show #3 models
> ui tool show "Find Cavities"
> kvfinder #3 volumeCutoff 100
4 cavities found for rank_7_chimerax_minimized.pdb #3
rank_7_chimerax_minimized.pdb Cavities
---
ID | | Volume | Area | Points | Maximum
Depth | Average
Depth
3.1.4 | | 1598.4 | 1105.39 | 7400 | 18.14 | 5.62
3.1.1 | | 562.9 | 565.87 | 2606 | 16.05 | 7.27
3.1.3 | | 423.14 | 404.75 | 1959 | 9.14 | 3.19
3.1.2 | | 167.4 | 188.06 | 775 | 8.16 | 3.65
> hide #!3 models
> open /Users/ereboul/projects/NPF-ab-initio-
> modelling/neurosnap_boltz2_NF2.5-GA1/rank_2_minimized_chimerax.pdb
Chain information for rank_2_minimized_chimerax.pdb #4
---
Chain | Description
A | No description available
> show #!2 models
> show #!3 models
> ui tool show Matchmaker
> matchmaker #!1-2 to #4
Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker rank_2_minimized_chimerax.pdb, chain A (#4) with
rank_1_chimerax_minimized.pdb, chain A (#1), sequence alignment score = 2727.6
RMSD between 385 pruned atom pairs is 1.067 angstroms; (across all 560 pairs:
5.097)
Matchmaker rank_2_minimized_chimerax.pdb, chain A (#4) with
rank_2_chimerax_minimized.pdb, chain A (#2), sequence alignment score = 2769.6
RMSD between 507 pruned atom pairs is 0.723 angstroms; (across all 560 pairs:
4.085)
> hide #!3 models
> show #!1 models
> show #!3 models
> ui tool show Matchmaker
> matchmaker #!1-3 to #4
Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker rank_2_minimized_chimerax.pdb, chain A (#4) with
rank_1_chimerax_minimized.pdb, chain A (#1), sequence alignment score = 2727.6
RMSD between 385 pruned atom pairs is 1.067 angstroms; (across all 560 pairs:
5.097)
Matchmaker rank_2_minimized_chimerax.pdb, chain A (#4) with
rank_2_chimerax_minimized.pdb, chain A (#2), sequence alignment score = 2769.6
RMSD between 507 pruned atom pairs is 0.723 angstroms; (across all 560 pairs:
4.085)
Matchmaker rank_2_minimized_chimerax.pdb, chain A (#4) with
rank_7_chimerax_minimized.pdb, chain A (#3), sequence alignment score = 2771.4
RMSD between 264 pruned atom pairs is 1.123 angstroms; (across all 560 pairs:
6.522)
> hide #!3 models
> hide #4 models
> hide #!2 models
> close
> open *.pdb
Summary of feedback from opening RU1A_1.pdb
---
warnings | Start residue of secondary structure not found: HELIX 1 1 GLY A 7 ALA A 12 1 6
Start residue of secondary structure not found: HELIX 2 2 HIS A 13 SER A 16 1
4
Start residue of secondary structure not found: HELIX 3 3 PRO A 18 LYS A 21 1
4
Start residue of secondary structure not found: HELIX 11 11 ASN A 117 LEU A
119 1 3
Start residue of secondary structure not found: HELIX 12 12 LYS A 136 ALA A
154 1 19
24 messages similar to the above omitted
Summary of feedback from opening RU1A_2.pdb
---
warnings | Start residue of secondary structure not found: HELIX 1 1 GLY A 7 ALA A 12 1 6
Start residue of secondary structure not found: HELIX 2 2 HIS A 13 SER A 16 1
4
Start residue of secondary structure not found: HELIX 3 3 PRO A 18 LYS A 21 1
4
Start residue of secondary structure not found: HELIX 4 4 TRP A 25 THR A 27 1
3
Start residue of secondary structure not found: HELIX 5 5 LEU A 28 MET A 47 1
20
25 messages similar to the above omitted
Summary of feedback from opening RU1B_1.pdb
---
warnings | Start residue of secondary structure not found: HELIX 1 1 GLY A 7 ALA A 12 1 6
Start residue of secondary structure not found: HELIX 2 2 HIS A 13 SER A 16 1
4
Start residue of secondary structure not found: HELIX 3 3 PRO A 18 LYS A 21 1
4
Start residue of secondary structure not found: HELIX 4 4 TRP A 25 THR A 27 1
3
Start residue of secondary structure not found: HELIX 5 5 LEU A 28 MET A 47 1
20
24 messages similar to the above omitted
Summary of feedback from opening RU1B_2.pdb
---
warnings | Start residue of secondary structure not found: HELIX 1 1 GLY A 7 ALA A 12 1 6
Start residue of secondary structure not found: HELIX 2 2 HIS A 13 SER A 16 1
4
Start residue of secondary structure not found: HELIX 3 3 PRO A 18 LYS A 21 1
4
Start residue of secondary structure not found: HELIX 4 4 TRP A 25 THR A 27 1
3
Start residue of secondary structure not found: HELIX 5 5 LEU A 28 MET A 47 1
20
24 messages similar to the above omitted
Chain information for NPF2.5_apo_boltz2_rank_7_chimerax_minimized.pdb #1
---
Chain | Description
A | No description available
Chain information for RU1A_1.pdb #2
---
Chain | Description
A | No description available
Chain information for RU1A_2.pdb #3
---
Chain | Description
A | No description available
Chain information for RU1B_1.pdb #4
---
Chain | Description
A | No description available
Chain information for RU1B_2.pdb #5
---
Chain | Description
A | No description available
> hide #1 models
> show #1 models
> hide #2 models
> hide #3 models
> hide #4 models
> hide #5 models
> ui tool show "Show Sequence Viewer"
> sequence chain #1/A
Alignment identifier is 1/A
> select #1/A:7
7 atoms, 6 bonds, 1 residue, 1 model selected
> select #1/A:7-25
273 atoms, 276 bonds, 19 residues, 1 model selected
> select #1/A:25
24 atoms, 25 bonds, 1 residue, 1 model selected
> select #1/A:25-115
1403 atoms, 1417 bonds, 91 residues, 1 model selected
> show #2 models
> show #3 models
> show #4 models
> show #5 models
> hide #1 models
> close
> ui tool show "Molecular Dynamics Viewer"
Chain information for structure #1
---
Chain | Description
A | No description available
> open /Users/ereboul/projects/NPF-ab-initio-modelling/neurosnap_boltz2_apo-
> NPF2.5/rank_1_chimerax_minimized.pdb /Users/ereboul/projects/NPF-ab-initio-
> modelling/neurosnap_boltz2_apo-NPF2.5/rank_7_chimerax_minimized.pdb
Chain information for rank_1_chimerax_minimized.pdb #2
---
Chain | Description
A | No description available
Chain information for rank_7_chimerax_minimized.pdb #3
---
Chain | Description
A | No description available
> hide #3 models
> show #3 models
> hide #!1 models
> hide #3 models
> ui tool show "Find Cavities"
> kvfinder #2 volumeCutoff 100
4 cavities found for rank_1_chimerax_minimized.pdb #2
rank_1_chimerax_minimized.pdb Cavities
---
ID | | Volume | Area | Points | Maximum
Depth | Average
Depth
2.1.4 | | 837.43 | 711.31 | 3877 | 0 | 0
2.1.1 | | 807.19 | 699.71 | 3737 | 14.07 | 6.06
2.1.3 | | 227.02 | 201.07 | 1051 | 4.2 | 1.11
2.1.2 | | 126.58 | 147.25 | 586 | 4.84 | 2.32
> view #2.1.4 @< 3.5
> zoom 0.75
moved plane near -37.78458045484981 [ 0.11486323 0.38519969 -0.91565694]
moved plane far -37.78458045484981 [ 0.11486323 0.38519969 -0.91565694]
> surface #2.1.1-4 transparency 50
> ~surface #2.1
> surface #2.1.4
> show
> #!2/A:35,42-43,45-47,72,75-76,157-158,181-182,185-186,189,334,338-339,341-342,344-345,371,374-375,378,448,451-452,455,458-459,462-463,466,482-483,485-486,489-490
> select #!2/A:186
21 atoms, 21 bonds, 1 residue, 1 model selected
> select add #!2/A:459
41 atoms, 41 bonds, 2 residues, 1 model selected
> select add #!2/A:182
61 atoms, 61 bonds, 3 residues, 1 model selected
> ui tool show "Show Sequence Viewer"
> sequence chain #!2/A
Alignment identifier is 2/A
> select #!2/A:178
20 atoms, 20 bonds, 1 residue, 1 model selected
> select #!2/A:178
20 atoms, 20 bonds, 1 residue, 1 model selected
> show (sel-residues & sidechain) target ab
> select #!2/A:181
20 atoms, 20 bonds, 1 residue, 1 model selected
> select add #!2/A:178
40 atoms, 40 bonds, 2 residues, 1 model selected
> select add #!2/A:182
60 atoms, 60 bonds, 3 residues, 1 model selected
> select #!2/A:186
21 atoms, 21 bonds, 1 residue, 1 model selected
> select #!2/A:178
20 atoms, 20 bonds, 1 residue, 1 model selected
> select #!2/A:178
20 atoms, 20 bonds, 1 residue, 1 model selected
> select #!2/A:186
21 atoms, 21 bonds, 1 residue, 1 model selected
> select #!2/A:186
21 atoms, 21 bonds, 1 residue, 1 model selected
> select #2:177
20 atoms, 20 bonds, 1 residue, 1 model selected
> show (sel-residues & sidechain) target ab
> select #!2/A:182
20 atoms, 20 bonds, 1 residue, 1 model selected
> close
> cd /Users/ereboul/projects/NPF-ab-initio-
> modelling/repeat_unit_detection/NPF2.5/ChimeraX_manual_alignement
Current working directory is: /Users/ereboul/projects/NPF-ab-initio-
modelling/repeat_unit_detection/NPF2.5/ChimeraX_manual_alignement
> open NPF2.5_apo_boltz2_rank_7_chimerax_minimized.pdb
Chain information for NPF2.5_apo_boltz2_rank_7_chimerax_minimized.pdb #1
---
Chain | Description
A | No description available
> select #1:25-115
1403 atoms, 1417 bonds, 91 residues, 1 model selected
> save RU1A_1.pdb selectedOnly true
> select #1:136-229
1473 atoms, 1490 bonds, 94 residues, 1 model selected
> save RU1B.pdb selectedOnly true
> select #1:328-433
1700 atoms, 1718 bonds, 106 residues, 1 model selected
> save RU2A.pdb selectedOnly true
> select #1:441-540
1562 atoms, 1586 bonds, 100 residues, 1 model selected
> save RU2B.pdb selectedOnly true
> select #1:25-115
1403 atoms, 1417 bonds, 91 residues, 1 model selected
> save RU1A.pdb selectedOnly true
> close #1
> open RU1A.pdb
Summary of feedback from opening RU1A.pdb
---
warnings | Start residue of secondary structure not found: HELIX 1 1 GLY A 7 ALA A 12 1 6
Start residue of secondary structure not found: HELIX 2 2 HIS A 13 SER A 16 1
4
Start residue of secondary structure not found: HELIX 3 3 PRO A 18 LYS A 21 1
4
Start residue of secondary structure not found: HELIX 11 11 ASN A 117 LEU A
119 1 3
Start residue of secondary structure not found: HELIX 12 12 LYS A 136 ALA A
154 1 19
24 messages similar to the above omitted
Chain information for RU1A.pdb #1
---
Chain | Description
A | No description available
> open RU1B.pdb
Summary of feedback from opening RU1B.pdb
---
warnings | Start residue of secondary structure not found: HELIX 1 1 GLY A 7 ALA A 12 1 6
Start residue of secondary structure not found: HELIX 2 2 HIS A 13 SER A 16 1
4
Start residue of secondary structure not found: HELIX 3 3 PRO A 18 LYS A 21 1
4
Start residue of secondary structure not found: HELIX 4 4 TRP A 25 THR A 27 1
3
Start residue of secondary structure not found: HELIX 5 5 LEU A 28 MET A 47 1
20
24 messages similar to the above omitted
Chain information for RU1B.pdb #2
---
Chain | Description
A | No description available
> open RU2A.pdb
Summary of feedback from opening RU2A.pdb
---
warnings | Start residue of secondary structure not found: HELIX 1 1 GLY A 7 ALA A 12 1 6
Start residue of secondary structure not found: HELIX 2 2 HIS A 13 SER A 16 1
4
Start residue of secondary structure not found: HELIX 3 3 PRO A 18 LYS A 21 1
4
Start residue of secondary structure not found: HELIX 4 4 TRP A 25 THR A 27 1
3
Start residue of secondary structure not found: HELIX 5 5 LEU A 28 MET A 47 1
20
25 messages similar to the above omitted
Chain information for RU2A.pdb #3
---
Chain | Description
A | No description available
> open RU2B.pdb
Summary of feedback from opening RU2B.pdb
---
warnings | Start residue of secondary structure not found: HELIX 1 1 GLY A 7 ALA A 12 1 6
Start residue of secondary structure not found: HELIX 2 2 HIS A 13 SER A 16 1
4
Start residue of secondary structure not found: HELIX 3 3 PRO A 18 LYS A 21 1
4
Start residue of secondary structure not found: HELIX 4 4 TRP A 25 THR A 27 1
3
Start residue of secondary structure not found: HELIX 5 5 LEU A 28 MET A 47 1
20
24 messages similar to the above omitted
Chain information for RU2B.pdb #4
---
Chain | Description
A | No description available
> matchmaker #1 to #2
Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker RU1B.pdb, chain A (#2) with RU1A.pdb, chain A (#1), sequence
alignment score = 102.7
RMSD between 27 pruned atom pairs is 0.755 angstroms; (across all 90 pairs:
5.828)
> matchmaker #3 to #4
Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker RU2B.pdb, chain A (#4) with RU2A.pdb, chain A (#3), sequence
alignment score = 97.4
RMSD between 14 pruned atom pairs is 1.317 angstroms; (across all 92 pairs:
6.853)
> open /Users/ereboul/projects/NPF-ab-initio-
> modelling/repeat_unit_detection/NPF2.5/ChimeraX_manual_alignement/NPF2.5_apo_boltz2_rank_7_chimerax_minimized.pdb
Chain information for NPF2.5_apo_boltz2_rank_7_chimerax_minimized.pdb #5
---
Chain | Description
A | No description available
> ui tool show "Show Sequence Viewer"
> sequence chain #5/A
Alignment identifier is 5/A
> select #5/A:230
21 atoms, 21 bonds, 1 residue, 1 model selected
> select #5/A:230-314
1359 atoms, 1372 bonds, 85 residues, 1 model selected
> select #5/A:325
19 atoms, 18 bonds, 1 residue, 1 model selected
> select #5/A:230-325
1540 atoms, 1554 bonds, 96 residues, 1 model selected
> select #5/A:324
19 atoms, 18 bonds, 1 residue, 1 model selected
> select #5/A:230-324
1521 atoms, 1535 bonds, 95 residues, 1 model selected
> select #5/A:230
21 atoms, 21 bonds, 1 residue, 1 model selected
> select #5/A:230
21 atoms, 21 bonds, 1 residue, 1 model selected
> select #5/A:314
11 atoms, 10 bonds, 1 residue, 1 model selected
> select #5/A:314
11 atoms, 10 bonds, 1 residue, 1 model selected
> close #1-4
> color bfactor sel
11 atoms, 1 residues, atom bfactor range 73.5 to 73.5
> color bfactor sel
11 atoms, 1 residues, atom bfactor range 73.5 to 73.5
> select up
337 atoms, 338 bonds, 22 residues, 1 model selected
> select up
8784 atoms, 8887 bonds, 560 residues, 1 model selected
> color bfactor sel
8784 atoms, 560 residues, atom bfactor range 37.9 to 97.2
> select #5:434–440
Expected an objects specifier or a keyword
> select #5
8784 atoms, 8887 bonds, 560 residues, 1 model selected
> select #5:434–440
Expected an objects specifier or a keyword
> select #5:434-440
87 atoms, 88 bonds, 7 residues, 1 model selected
> select /A:560
14 atoms, 13 bonds, 1 residue, 1 model selected
> select /A:541-560
340 atoms, 343 bonds, 20 residues, 1 model selected
> close
> open
> /Users/ereboul/Downloads/fold_dlc4_rnads_drb2_drb4/fold_dlc4_rnads_drb2_drb4_model_0.cif
> /Users/ereboul/Downloads/fold_dlc4_rnads_drb2_drb4/fold_dlc4_rnads_drb2_drb4_model_1.cif
> /Users/ereboul/Downloads/fold_dlc4_rnads_drb2_drb4/fold_dlc4_rnads_drb2_drb4_model_2.cif
> /Users/ereboul/Downloads/fold_dlc4_rnads_drb2_drb4/fold_dlc4_rnads_drb2_drb4_model_3.cif
> /Users/ereboul/Downloads/fold_dlc4_rnads_drb2_drb4/fold_dlc4_rnads_drb2_drb4_model_4.cif
Chain information for fold_dlc4_rnads_drb2_drb4_model_0.cif #1
---
Chain | Description
A | .
B | .
C | .
D E | .
Chain information for fold_dlc4_rnads_drb2_drb4_model_1.cif #2
---
Chain | Description
A | .
B | .
C | .
D E | .
Chain information for fold_dlc4_rnads_drb2_drb4_model_2.cif #3
---
Chain | Description
A | .
B | .
C | .
D E | .
Chain information for fold_dlc4_rnads_drb2_drb4_model_3.cif #4
---
Chain | Description
A | .
B | .
C | .
D E | .
Chain information for fold_dlc4_rnads_drb2_drb4_model_4.cif #5
---
Chain | Description
A | .
B | .
C | .
D E | .
> preset "overall look" "publication 1 (silhouettes)"
Using preset: Overall Look / Publication 1 (Silhouettes)
> set bgColor #ffffff00
Preset expands to these ChimeraX commands:
set bg white
graphics silhouettes t
lighting depthCue f
> show protein target c
Computing secondary structure
[Repeated 4 time(s)]
> hide protein target a
> preset cartoons/nucleotides ribbons/slabs
Using preset: Cartoons/Nucleotides / Ribbons/Slabs
Changed 111575 atom styles
Preset expands to these ChimeraX commands:
show nucleic
hide protein|solvent|H
surf hide
style (protein|nucleic|solvent) & @@draw_mode=0 stick
~worm
cartoon
cartoon style modeh def arrows t arrowshelix f arrowscale 2 wid 2 thick 0.4 sides 12 div 20
cartoon style ~(nucleic|strand) x round
cartoon style (nucleic|strand) x rect
nucleotides tube/slab shape box
> hide #5 models
> hide #4 models
> hide #3 models
> hide #2 models
> hide #1 models
> show #2 models
> hide #2 models
> show #3 models
> hide #3 models
> show #4 models
> hide #4 models
> show #5 models
> hide #5 models
> show #2 models
> color bfactor #2
22315 atoms, 2623 residues, atom bfactor range 13.7 to 91.6
> show #1 models
> hide #2 models
> color bfactor #1
22315 atoms, 2623 residues, atom bfactor range 14.7 to 91.1
> hide #1 models
> show #2 models
> hide #2 models
> show #1 models
> hide #1 models
> show #2 models
> show #1 models
> hide #2 models
> hide #1 models
> show #1 models
> select #1/C:236
8 atoms, 7 bonds, 1 residue, 1 model selected
> select up
1116 atoms, 1137 bonds, 152 residues, 1 model selected
> hide sel target c
> select #1/A:9
8 atoms, 7 bonds, 1 residue, 1 model selected
> select up
920 atoms, 936 bonds, 119 residues, 1 model selected
> hide sel target c
> select #1/B:323
7 atoms, 6 bonds, 1 residue, 1 model selected
> select up
1782 atoms, 1829 bonds, 236 residues, 1 model selected
> hide sel target c
> select #1/B
3332 atoms, 3409 bonds, 434 residues, 1 model selected
> select #1/C
2697 atoms, 2760 bonds, 355 residues, 1 model selected
> select #1/D
1424 atoms, 1593 bonds, 66 residues, 1 model selected
> hide #1 models
> show #2 models
> select #2/D
1424 atoms, 1593 bonds, 66 residues, 1 model selected
> hide #2 models
> show #3 models
> show #4 models
> hide #3 models
> show #5 models
> hide #4 models
> hide #5 models
> show #1 models
> select up
22315 atoms, 23065 bonds, 2623 residues, 1 model selected
> hide #1 models
> show #2 models
> select #2/B
3332 atoms, 3409 bonds, 434 residues, 1 model selected
> select up
22315 atoms, 23065 bonds, 2623 residues, 1 model selected
> select down
3332 atoms, 3409 bonds, 434 residues, 1 model selected
> select #2/A
13438 atoms, 13710 bonds, 1702 residues, 1 model selected
> select up
22315 atoms, 23065 bonds, 2623 residues, 1 model selected
> select down
13438 atoms, 13710 bonds, 1702 residues, 1 model selected
> select clear
> close
> pwd
Current working directory is: /Users/ereboul/projects/NPF-ab-initio-
modelling/repeat_unit_detection/NPF2.5/ChimeraX_manual_alignement
> cd ../../
Current working directory is: /Users/ereboul/projects/NPF-ab-initio-
modelling/repeat_unit_detection
> cd ../
Current working directory is: /Users/ereboul/projects/NPF-ab-initio-modelling
> open /Users/ereboul/projects/NPF-ab-initio-modelling/neurosnap_boltz2_apo-
> NPF2.5/rank_1_chimerax_minimized.pdb
Chain information for rank_1_chimerax_minimized.pdb #1
---
Chain | Description
A | No description available
> open 4OH3
4oh3 title:
Crystal structure of a nitrate transporter [more info...]
Chain information for 4oh3 #2
---
Chain | Description | UniProt
A B | Nitrate transporter 1.1 | PTR7_ARATH 1-590
Non-standard residues in 4oh3 #2
---
LMT — dodecyl-β-D-maltoside
NO3 — nitrate ion
7992 atoms have anisotropic B-factors. Depict anisotropic information with
Thermal Ellipsoids [start tool...] or the aniso command.
> ui tool show Matchmaker
> matchmaker #1 to #2
Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker 4oh3, chain A (#2) with rank_1_chimerax_minimized.pdb, chain A
(#1), sequence alignment score = 1132
RMSD between 298 pruned atom pairs is 1.193 angstroms; (across all 493 pairs:
5.405)
> select #2/B:84
8 atoms, 7 bonds, 1 residue, 1 model selected
> select up
202 atoms, 205 bonds, 28 residues, 1 model selected
> select up
2026 atoms, 2067 bonds, 273 residues, 1 model selected
> select up
2126 atoms, 2165 bonds, 292 residues, 1 model selected
> select up
3078 atoms, 3138 bonds, 414 residues, 1 model selected
> select up
3128 atoms, 3190 bonds, 420 residues, 1 model selected
> select up
4062 atoms, 4150 bonds, 537 residues, 1 model selected
> select #2/B
4090 atoms, 4178 bonds, 3 pseudobonds, 539 residues, 2 models selected
> delete #2/B
> save /Users/ereboul/projects/NPF-ab-initio-modelling/NPF6.3_4OH3_crystal.pdb
> models #2
> ui tool show "Molecular Dynamics Viewer"
Chain information for structure #3
---
Chain | Description
A | No description available
> info #2
3 models
#2, 4oh3, shown
3958 atoms, 4046 bonds, 514 residues, 1 chains (A)
3 missing structure
#2.1, missing structure, shown, 3 pseudobonds
#2.1.1, labels, shown, 6 triangles
> close #3
> ui tool show "Molecular Dynamics Viewer"
Chain information for structure #3
---
Chain | Description
A | No description available
> delete solvent
> delete ligand
> delete #2 & ~protein
> close #3
> show #2 ribbons
> ui tool show "Show Sequence Viewer"
> sequence chain #2/A
Alignment identifier is 2/A
> select clear
[Repeated 2 time(s)]
> pwd
Current working directory is: /Users/ereboul/projects/NPF-ab-initio-modelling
> cd MODELLER
Current working directory is: /Users/ereboul/projects/NPF-ab-initio-
modelling/MODELLER
> select #2/A
3930 atoms, 4018 bonds, 3 pseudobonds, 512 residues, 2 models selected
> hide #1 models
> ui tool show "Find Cavities"
> kvfinder #2 volumeCutoff 100
2 cavities found for 4oh3 #2
4oh3 Cavities
---
ID | | Volume | Area | Points | Maximum
Depth | Average
Depth
2.2.1 | | 1165.1 | 871.46 | 5394 | 12.01 | 2.97
2.2.2 | | 298.51 | 251.56 | 1382 | 6.43 | 1.39
> view #2.2.2 @< 3.5
> zoom 0.75
moved plane near -41.243530436001585 [-0.72965792 -0.58301651 -0.35733888]
moved plane far -41.243530436001585 [-0.72965792 -0.58301651 -0.35733888]
> surface #2.2.1-2 transparency 50
> ~surface #2.2
> surface #2.2.2
> show
> #!2/A:56-57,60-61,64-67,71,131-133,135-140,361-362,364-366,368-369,534-536
> view #!2.2.1 @< 3.5
> zoom 0.75
moved plane near -62.466540726917366 [-0.76363139 -0.29706315 -0.5732544 ]
moved plane far -62.466540726917366 [-0.76363139 -0.29706315 -0.5732544 ]
> ~surface #2.2
> surface #!2.2.1
> show
> #!2/A:41,44-45,47-49,51-53,77-78,81-82,85-86,88-90,92-93,98,156-157,160,164-166,168,201,205,248-252,353,356,359-360,364,382,385,388-389,392-393,469,476,480,494,497-504,507,511
> select #2/A
3930 atoms, 4018 bonds, 3 pseudobonds, 512 residues, 2 models selected
> close #2.2
> select #2/A
3930 atoms, 4018 bonds, 3 pseudobonds, 512 residues, 2 models selected
> save 4oh3_clean.pdb selectedOnly true
> close #2
> show #1 models
> open 4oh3_clean.pdb
Summary of feedback from opening 4oh3_clean.pdb
---
warnings | Start residue of secondary structure not found: HELIX 1 1 ALA A 2 LYS A 5 1 4
Start residue of secondary structure not found: HELIX 2 2 SER A 6 ASP A 8 1 3
Start residue of secondary structure not found: HELIX 3 3 GLY A 24 THR A 27 1
4
Start residue of secondary structure not found: HELIX 4 4 LEU A 28 MET A 47 1
20
End residue of secondary structure not found: HELIX 5 5 LEU A 49 GLU A 55 1 7
Start residue of secondary structure not found: HELIX 6 6 ASN A 61 LEU A 78 1
18
Start residue of secondary structure not found: HELIX 7 7 PRO A 79 PHE A 90 1
12
Start residue of secondary structure not found: HELIX 8 8 ASN A 92 SER A 115 1
24
Start residue of secondary structure not found: HELIX 9 9 ASN A 117 LEU A 119
1 3
Start residue of secondary structure not found: HELIX 10 10 LYS A 136 ALA A
154 1 19
1 messages similar to the above omitted
End residue of secondary structure not found: HELIX 12 12 ALA A 165 GLN A 167
1 3
Start residue of secondary structure not found: HELIX 13 13 PRO A 171 ALA A
195 1 25
Start residue of secondary structure not found: HELIX 14 14 ILE A 196 ASN A
202 1 7
Start residue of secondary structure not found: HELIX 15 15 TRP A 205 PHE A
223 1 19
Start residue of secondary structure not found: HELIX 16 16 ILE A 224 GLY A
226 1 3
Start residue of secondary structure not found: HELIX 17 17 THR A 241 MET A
252 1 12
17 messages similar to the above omitted
End residue of secondary structure not found: HELIX 35 35 VAL A 516 PHE A 540
1 25
Start residue of secondary structure not found: HELIX 36 36 PRO A 555 ASP A
557 1 3
Chain information for 4oh3_clean.pdb #2
---
Chain | Description
A | No description available
3930 atoms have anisotropic B-factors. Depict anisotropic information with
Thermal Ellipsoids [start tool...] or the aniso command.
Computing secondary structure
> info #2
2 models
#2, 4oh3_clean.pdb, shown
3930 atoms, 4018 bonds, 512 residues, 1 chains (A)
3 missing structure
#2.1, missing structure, shown, 3 pseudobonds
> close
> open /Users/ereboul/Downloads/9KBZ.cif
Summary of feedback from opening /Users/ereboul/Downloads/9KBZ.cif
---
note | Fetching CCD MG from https://files.wwpdb.org/pub/pdb/refdata/chem_comp/G/MG/MG.cif
9KBZ.cif title:
Cryo-EM structure of DCL4-DRB4CTD-dsRNA complex [more info...]
Chain information for 9KBZ.cif #1
---
Chain | Description | UniProt
A | Dicer-like protein 4 | DCL4_ARATH 62-1702
B | Double-stranded RNA-binding protein 4 | DRB4_ARATH 292-355
C | RNA (57-MER) |
D | RNA (55-MER) |
Non-standard residues in 9KBZ.cif #1
---
MG — magnesium ion
> open /Users/ereboul/Downloads/emd_62235.map
Opened emd_62235.map as #2, grid size 360,360,360, pixel 0.855, shown at level
0.144, step 2, values float32
> volume #2 level 0.1708
> surface style mesh
> volume #2 level 0.3237
> volume #2 level 0.2068
> ui tool show "Show Sequence Viewer"
> sequence chain /C
Alignment identifier is 1/C
> pwd
Current working directory is: /Users/ereboul/projects/NPF-ab-initio-
modelling/MODELLER
> cd ../../
Current working directory is: /Users/ereboul/projects
> cd drb2_modelling
Current working directory is: /Users/ereboul/projects/drb2_modelling
> select clear
> select /C
1102 atoms, 1230 bonds, 52 residues, 1 model selected
> ui tool show "Show Sequence Viewer"
> sequence chain /D
Alignment identifier is 1/D
> select clear
> select /D
1084 atoms, 1212 bonds, 51 residues, 1 model selected
> ui tool show "Show Sequence Viewer"
> sequence chain /A
Alignment identifier is 1/A
> select clear
> select /A:126-1702
11290 atoms, 11519 bonds, 9 pseudobonds, 1423 residues, 2 models selected
> ui tool show "Show Sequence Viewer"
> sequence chain /B
Alignment identifier is 1/B
> ui tool show "Show Sequence Viewer"
> sequence chain /B
Destroying pre-existing alignment with identifier 1/B
Alignment identifier is 1/B
> ui tool show "Show Sequence Viewer"
> sequence chain /A
Alignment identifier is 1/A
> open
> /Users/ereboul/Downloads/fold_dlc4_rnads_drb2_drb4/fold_dlc4_rnads_drb2_drb4_model_0.cif
> /Users/ereboul/Downloads/fold_dlc4_rnads_drb2_drb4/fold_dlc4_rnads_drb2_drb4_model_1.cif
> /Users/ereboul/Downloads/fold_dlc4_rnads_drb2_drb4/fold_dlc4_rnads_drb2_drb4_model_2.cif
> /Users/ereboul/Downloads/fold_dlc4_rnads_drb2_drb4/fold_dlc4_rnads_drb2_drb4_model_3.cif
> /Users/ereboul/Downloads/fold_dlc4_rnads_drb2_drb4/fold_dlc4_rnads_drb2_drb4_model_4.cif
Chain information for fold_dlc4_rnads_drb2_drb4_model_0.cif #3
---
Chain | Description
A | .
B | .
C | .
D E | .
Chain information for fold_dlc4_rnads_drb2_drb4_model_1.cif #4
---
Chain | Description
A | .
B | .
C | .
D E | .
Chain information for fold_dlc4_rnads_drb2_drb4_model_2.cif #5
---
Chain | Description
A | .
B | .
C | .
D E | .
Chain information for fold_dlc4_rnads_drb2_drb4_model_3.cif #6
---
Chain | Description
A | .
B | .
C | .
D E | .
Chain information for fold_dlc4_rnads_drb2_drb4_model_4.cif #7
---
Chain | Description
A | .
B | .
C | .
D E | .
> hide #!2 models
> ui tool show Matchmaker
> matchmaker #3-7 to #1
Computing secondary structure
[Repeated 4 time(s)] Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker 9KBZ.cif, chain A (#1) with fold_dlc4_rnads_drb2_drb4_model_0.cif,
chain A (#3), sequence alignment score = 7506.1
RMSD between 489 pruned atom pairs is 1.251 angstroms; (across all 1423 pairs:
4.154)
Matchmaker 9KBZ.cif, chain A (#1) with fold_dlc4_rnads_drb2_drb4_model_1.cif,
chain A (#4), sequence alignment score = 7500.4
RMSD between 557 pruned atom pairs is 1.247 angstroms; (across all 1423 pairs:
5.431)
Matchmaker 9KBZ.cif, chain A (#1) with fold_dlc4_rnads_drb2_drb4_model_2.cif,
chain A (#5), sequence alignment score = 7489.3
RMSD between 655 pruned atom pairs is 1.266 angstroms; (across all 1423 pairs:
3.987)
Matchmaker 9KBZ.cif, chain A (#1) with fold_dlc4_rnads_drb2_drb4_model_3.cif,
chain A (#6), sequence alignment score = 7483.3
RMSD between 575 pruned atom pairs is 1.218 angstroms; (across all 1423 pairs:
4.163)
Matchmaker 9KBZ.cif, chain A (#1) with fold_dlc4_rnads_drb2_drb4_model_4.cif,
chain A (#7), sequence alignment score = 7475.5
RMSD between 673 pruned atom pairs is 1.258 angstroms; (across all 1423 pairs:
3.878)
> hide protein target a
> hide RNA target a
Expected a collection of one of 'atoms', 'bonds', 'cartoons', 'models',
'pbonds', 'pseudobonds', 'ribbons', or 'surfaces' or a keyword
> select #1/C:33
23 atoms, 25 bonds, 1 residue, 1 model selected
> select up
1102 atoms, 1230 bonds, 52 residues, 1 model selected
> select up
13858 atoms, 14350 bonds, 1576 residues, 1 model selected
> select down
1102 atoms, 1230 bonds, 52 residues, 1 model selected
> select add #1/D:26
1124 atoms, 1254 bonds, 53 residues, 1 model selected
> select up
2186 atoms, 2442 bonds, 103 residues, 1 model selected
> show sel target ab
> surface sel
> hide dna target a
Expected a collection of one of 'atoms', 'bonds', 'cartoons', 'models',
'pbonds', 'pseudobonds', 'ribbons', or 'surfaces' or a keyword
> hide all target a
> show #1 target c
> show #3-7 target c
> hide #6 models
> hide #7 models
> hide #3 models
> hide #5 models
> close #3-7
> open
> /Users/ereboul/Downloads/fold_rna_ds_9kbz_dcl4_drb2_drb4/fold_rna_ds_9kbz_dcl4_drb2_drb4_model_0.cif
> /Users/ereboul/Downloads/fold_rna_ds_9kbz_dcl4_drb2_drb4/fold_rna_ds_9kbz_dcl4_drb2_drb4_model_1.cif
> /Users/ereboul/Downloads/fold_rna_ds_9kbz_dcl4_drb2_drb4/fold_rna_ds_9kbz_dcl4_drb2_drb4_model_2.cif
> /Users/ereboul/Downloads/fold_rna_ds_9kbz_dcl4_drb2_drb4/fold_rna_ds_9kbz_dcl4_drb2_drb4_model_3.cif
> /Users/ereboul/Downloads/fold_rna_ds_9kbz_dcl4_drb2_drb4/fold_rna_ds_9kbz_dcl4_drb2_drb4_model_4.cif
Chain information for fold_rna_ds_9kbz_dcl4_drb2_drb4_model_0.cif #3
---
Chain | Description
A | .
B | .
C | .
D | .
E | .
Chain information for fold_rna_ds_9kbz_dcl4_drb2_drb4_model_1.cif #4
---
Chain | Description
A | .
B | .
C | .
D | .
E | .
Chain information for fold_rna_ds_9kbz_dcl4_drb2_drb4_model_2.cif #5
---
Chain | Description
A | .
B | .
C | .
D | .
E | .
Chain information for fold_rna_ds_9kbz_dcl4_drb2_drb4_model_3.cif #6
---
Chain | Description
A | .
B | .
C | .
D | .
E | .
Chain information for fold_rna_ds_9kbz_dcl4_drb2_drb4_model_4.cif #7
---
Chain | Description
A | .
B | .
C | .
D | .
E | .
> ui tool show Matchmaker
> matchmaker #3-7 to #1
Computing secondary structure
[Repeated 4 time(s)] Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker 9KBZ.cif, chain A (#1) with
fold_rna_ds_9kbz_dcl4_drb2_drb4_model_0.cif, chain A (#3), sequence alignment
score = 7501.3
RMSD between 568 pruned atom pairs is 1.191 angstroms; (across all 1423 pairs:
3.888)
Matchmaker 9KBZ.cif, chain A (#1) with
fold_rna_ds_9kbz_dcl4_drb2_drb4_model_1.cif, chain A (#4), sequence alignment
score = 7507.3
RMSD between 589 pruned atom pairs is 1.252 angstroms; (across all 1423 pairs:
3.219)
Matchmaker 9KBZ.cif, chain A (#1) with
fold_rna_ds_9kbz_dcl4_drb2_drb4_model_2.cif, chain A (#5), sequence alignment
score = 7512.4
RMSD between 463 pruned atom pairs is 1.159 angstroms; (across all 1423 pairs:
4.254)
Matchmaker 9KBZ.cif, chain A (#1) with
fold_rna_ds_9kbz_dcl4_drb2_drb4_model_3.cif, chain A (#6), sequence alignment
score = 7471.2
RMSD between 528 pruned atom pairs is 1.206 angstroms; (across all 1423 pairs:
4.336)
Matchmaker 9KBZ.cif, chain A (#1) with
fold_rna_ds_9kbz_dcl4_drb2_drb4_model_4.cif, chain A (#7), sequence alignment
score = 7507
RMSD between 447 pruned atom pairs is 1.203 angstroms; (across all 1423 pairs:
4.576)
> hide all target a
> show #3-7 target c
> hide #3 models
> hide #7 models
> show #7 models
> hide #6 models
> show #6 models
> hide #5 models
> show #5 models
> hide #4 models
> hide #6 models
> show #6 models
> hide #5 models
> hide #7 models
> hide #!1 models
> color bfactor #6
21838 atoms, 2602 residues, atom bfactor range 15.1 to 90.8
> show #!1 models
> surface hidePatches (#!1 & sel)
> select clear
> show #7 models
> hide #7 models
> show #7 models
> hide #7 models
> show #7 models
> close #3-5
> hide #6 models
> hide #7 models
> show #7 models
> select #7/B:389
8 atoms, 7 bonds, 1 residue, 1 model selected
> select up
125 atoms, 126 bonds, 16 residues, 1 model selected
> select up
3332 atoms, 3409 bonds, 434 residues, 1 model selected
> select #7/C:208
8 atoms, 7 bonds, 1 residue, 1 model selected
> select up
159 atoms, 162 bonds, 21 residues, 1 model selected
> select up
2697 atoms, 2760 bonds, 355 residues, 1 model selected
> nucleotides sel fill
> style nucleic & sel stick
Changed 0 atom styles
> show nucleic target a
> nucleotides sel fill
> style nucleic & sel stick
Changed 0 atom styles
> nucleotides sel fill
> style nucleic & sel stick
Changed 0 atom styles
> nucleotides sel tube/slab shape box
> preset cartoons/nucleotides ribbons/slabs
Using preset: Cartoons/Nucleotides / Ribbons/Slabs
Changed 43676 atom styles
Preset expands to these ChimeraX commands:
show nucleic
hide protein|solvent|H
surf hide
style (protein|nucleic|solvent) & @@draw_mode=0 stick
~worm
cartoon
cartoon style modeh def arrows t arrowshelix f arrowscale 2 wid 2 thick 0.4 sides 12 div 20
cartoon style ~(nucleic|strand) x round
cartoon style (nucleic|strand) x rect
nucleotides tube/slab shape box
> hide #7 models
> show #6 models
> select #1/B
379 atoms, 389 bonds, 47 residues, 1 model selected
> select #6/D
1210 atoms, 1351 bonds, 57 residues, 1 model selected
> select #6/B
3332 atoms, 3409 bonds, 434 residues, 1 model selected
> select #1/B
379 atoms, 389 bonds, 47 residues, 1 model selected
> select #6/C:323
7 atoms, 6 bonds, 1 residue, 1 model selected
> select up
48 atoms, 49 bonds, 6 residues, 1 model selected
> select up
2697 atoms, 2760 bonds, 355 residues, 1 model selected
> select #6/B:204
5 atoms, 4 bonds, 1 residue, 1 model selected
> select up
102 atoms, 106 bonds, 12 residues, 1 model selected
> select up
3332 atoms, 3409 bonds, 434 residues, 1 model selected
> hide #!1 models
> select #6/C:206
11 atoms, 11 bonds, 1 residue, 1 model selected
> select up
69 atoms, 71 bonds, 8 residues, 1 model selected
> select up
2697 atoms, 2760 bonds, 355 residues, 1 model selected
> ui tool show "Show Sequence Viewer"
> sequence chain #6/C
Alignment identifier is 6/C
> select #6/C:355
8 atoms, 8 bonds, 1 residue, 1 model selected
> select #6/C
2697 atoms, 2760 bonds, 355 residues, 1 model selected
> show #7 models
> show #!1 models
> hide #7 models
> select #6/C:355
8 atoms, 8 bonds, 1 residue, 1 model selected
> select #6/C
2697 atoms, 2760 bonds, 355 residues, 1 model selected
> hide #!1 models
> show #!1 models
> hide #!1 models
> show #!1 models
> ui tool show "Show Sequence Viewer"
> sequence chain #1/B
Alignment identifier is 1/B
> select #1/B:307
9 atoms, 8 bonds, 1 residue, 1 model selected
> select #1/B
379 atoms, 389 bonds, 47 residues, 1 model selected
> select #6/C:1
8 atoms, 7 bonds, 1 residue, 1 model selected
> select #6/C
2697 atoms, 2760 bonds, 355 residues, 1 model selected
> select #6/C:307
9 atoms, 8 bonds, 1 residue, 1 model selected
> select #6/C:307-355
396 atoms, 407 bonds, 49 residues, 1 model selected
> select #6/B:392
9 atoms, 8 bonds, 1 residue, 1 model selected
> select up
241 atoms, 241 bonds, 32 residues, 1 model selected
> select up
3332 atoms, 3409 bonds, 434 residues, 1 model selected
> hide #!1 models
> color sel byelement
> color sel orange
> select #6/A:682
7 atoms, 7 bonds, 1 residue, 1 model selected
> select up
63 atoms, 65 bonds, 7 residues, 1 model selected
> select up
13430 atoms, 13702 bonds, 1701 residues, 1 model selected
> color sel cornflower blue
> select #6/C:276
8 atoms, 7 bonds, 1 residue, 1 model selected
> select #6/C:175
6 atoms, 5 bonds, 1 residue, 1 model selected
> select up
233 atoms, 237 bonds, 31 residues, 1 model selected
> select up
2697 atoms, 2760 bonds, 355 residues, 1 model selected
> color sel forest green
> hide #6 models
> show #7 models
> show #6 models
> hide #6 models
> select #7/A:362
11 atoms, 10 bonds, 1 residue, 1 model selected
> select up
217 atoms, 217 bonds, 27 residues, 1 model selected
> select up
13430 atoms, 13702 bonds, 1701 residues, 1 model selected
> select #7/C:178
9 atoms, 8 bonds, 1 residue, 1 model selected
> select up
161 atoms, 162 bonds, 20 residues, 1 model selected
> select up
2697 atoms, 2760 bonds, 355 residues, 1 model selected
> ui tool show "Show Sequence Viewer"
> sequence chain #7/C
Alignment identifier is 7/C
> show #!1 models
> select #1/B
379 atoms, 389 bonds, 47 residues, 1 model selected
> select #7/C:307
9 atoms, 8 bonds, 1 residue, 1 model selected
> select #7/C:307-355
396 atoms, 407 bonds, 49 residues, 1 model selected
> select #1/B
379 atoms, 389 bonds, 47 residues, 1 model selected
> color sel red
> select #7/C:307
9 atoms, 8 bonds, 1 residue, 1 model selected
> select #7/C:307-355
396 atoms, 407 bonds, 49 residues, 1 model selected
> ui tool show "Minimize Structure"
> minimize #7 logEnergy true
Starting dock prep
Deleting solvent
Deleting non-metal-complex ions
Deleting non-current alt locs
Deleting residues with incomplete backbones
Summary of feedback from adding hydrogens to
fold_rna_ds_9kbz_dcl4_drb2_drb4_model_4.cif #7
---
notes | Termini for fold_rna_ds_9kbz_dcl4_drb2_drb4_model_4.cif (#7) chain A determined from SEQRES records
Termini for fold_rna_ds_9kbz_dcl4_drb2_drb4_model_4.cif (#7) chain B
determined from SEQRES records
Termini for fold_rna_ds_9kbz_dcl4_drb2_drb4_model_4.cif (#7) chain C
determined from SEQRES records
Termini for fold_rna_ds_9kbz_dcl4_drb2_drb4_model_4.cif (#7) chain D
determined from SEQRES records
Termini for fold_rna_ds_9kbz_dcl4_drb2_drb4_model_4.cif (#7) chain E
determined from SEQRES records
Chain-initial residues that are actual N termini:
fold_rna_ds_9kbz_dcl4_drb2_drb4_model_4.cif #7/A ARG 1,
fold_rna_ds_9kbz_dcl4_drb2_drb4_model_4.cif #7/B MET 1,
fold_rna_ds_9kbz_dcl4_drb2_drb4_model_4.cif #7/C MET 1
Chain-initial residues that are not actual N termini:
Chain-final residues that are actual C termini:
fold_rna_ds_9kbz_dcl4_drb2_drb4_model_4.cif #7/A CYS 1701,
fold_rna_ds_9kbz_dcl4_drb2_drb4_model_4.cif #7/B ILE 434,
fold_rna_ds_9kbz_dcl4_drb2_drb4_model_4.cif #7/C PRO 355
Chain-final residues that are not actual C termini:
2549 hydrogen bonds
20715 hydrogens added
Using Amber 20 recommended default charges and atom types for standard
residues
Dock prep finished
Traceback (most recent call last):
File
"/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/minimize/tool.py", line 101, in minimize
run(self.session, cmd)
File
"/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/run.py", line 49, in run
results = command.run(text, log=log, return_json=return_json)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3237, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/minimize/cmd.py", line 43, in cmd_minimize
dock_prep_caller(session, [structure], memorize_name="minimization",
nogui=True,
File
"/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/dock_prep/cmd.py", line 146, in dock_prep_caller
run_steps(session, state, structures)
File
"/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/dock_prep/cmd.py", line 161, in run_steps
step_mod.run_for_dock_prep(session, state, run_steps, state['memorization'],
state['memorize_name'],
File
"/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/dock_prep/prep.py", line 129, in prep
callback(session, state, structures)
File
"/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/dock_prep/cmd.py", line 161, in run_steps
step_mod.run_for_dock_prep(session, state, run_steps, state['memorization'],
state['memorize_name'],
File
"/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/addh/dock_prep.py", line 56, in run_for_dock_prep
callback(session, state, structures)
File
"/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/dock_prep/cmd.py", line 161, in run_steps
step_mod.run_for_dock_prep(session, state, run_steps, state['memorization'],
state['memorize_name'],
File
"/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/add_charge/dock_prep.py", line 58, in run_for_dock_prep
callback(session, state, structures)
File
"/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/dock_prep/cmd.py", line 156, in run_steps
callback()
File
"/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/dock_prep/prep.py", line 128, in <lambda>
state['callback'] = lambda cb=cb, ps=postscript: (ps(), cb())
^^^^
File
"/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/minimize/cmd.py", line 45, in <lambda>
steps=max_steps: _minimize(ses, struct, updates, log, steps), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/minimize/cmd.py", line 89, in _minimize
raise LimitationError(c_error_template(c_term, "can't find C atom"))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'str' object is not callable
TypeError: 'str' object is not callable
File
"/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/minimize/cmd.py", line 89, in _minimize
raise LimitationError(c_error_template(c_term, "can't find C atom"))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
See log for complete Python traceback.
> ui tool show Clashes
> hide #!1 models
> clashes interModel false ignoreHiddenModels true select true reveal true
480 clashes
> select clear
> ui tool show "Minimize Structure"
[Repeated 1 time(s)]
> minimize #7 logEnergy true
Starting dock prep
Deleting solvent
Deleting non-metal-complex ions
Deleting non-current alt locs
Deleting residues with incomplete backbones
Summary of feedback from adding hydrogens to
fold_rna_ds_9kbz_dcl4_drb2_drb4_model_4.cif #7
---
notes | Termini for fold_rna_ds_9kbz_dcl4_drb2_drb4_model_4.cif (#7) chain A determined from SEQRES records
Termini for fold_rna_ds_9kbz_dcl4_drb2_drb4_model_4.cif (#7) chain B
determined from SEQRES records
Termini for fold_rna_ds_9kbz_dcl4_drb2_drb4_model_4.cif (#7) chain C
determined from SEQRES records
Termini for fold_rna_ds_9kbz_dcl4_drb2_drb4_model_4.cif (#7) chain D
determined from SEQRES records
Termini for fold_rna_ds_9kbz_dcl4_drb2_drb4_model_4.cif (#7) chain E
determined from SEQRES records
Chain-initial residues that are actual N termini:
fold_rna_ds_9kbz_dcl4_drb2_drb4_model_4.cif #7/A ARG 1,
fold_rna_ds_9kbz_dcl4_drb2_drb4_model_4.cif #7/B MET 1,
fold_rna_ds_9kbz_dcl4_drb2_drb4_model_4.cif #7/C MET 1
Chain-initial residues that are not actual N termini:
Chain-final residues that are actual C termini:
fold_rna_ds_9kbz_dcl4_drb2_drb4_model_4.cif #7/A CYS 1701,
fold_rna_ds_9kbz_dcl4_drb2_drb4_model_4.cif #7/B ILE 434,
fold_rna_ds_9kbz_dcl4_drb2_drb4_model_4.cif #7/C PRO 355
Chain-final residues that are not actual C termini:
2349 hydrogen bonds
0 hydrogens added
Using Amber 20 recommended default charges and atom types for standard
residues
Dock prep finished
Traceback (most recent call last):
File
"/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/minimize/tool.py", line 101, in minimize
run(self.session, cmd)
File
"/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/run.py", line 49, in run
results = command.run(text, log=log, return_json=return_json)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/core/commands/cli.py", line 3237, in run
result = ci.function(session, **kw_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/minimize/cmd.py", line 43, in cmd_minimize
dock_prep_caller(session, [structure], memorize_name="minimization",
nogui=True,
File
"/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/dock_prep/cmd.py", line 146, in dock_prep_caller
run_steps(session, state, structures)
File
"/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/dock_prep/cmd.py", line 161, in run_steps
step_mod.run_for_dock_prep(session, state, run_steps, state['memorization'],
state['memorize_name'],
File
"/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/dock_prep/prep.py", line 129, in prep
callback(session, state, structures)
File
"/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/dock_prep/cmd.py", line 161, in run_steps
step_mod.run_for_dock_prep(session, state, run_steps, state['memorization'],
state['memorize_name'],
File
"/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/addh/dock_prep.py", line 56, in run_for_dock_prep
callback(session, state, structures)
File
"/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/dock_prep/cmd.py", line 161, in run_steps
step_mod.run_for_dock_prep(session, state, run_steps, state['memorization'],
state['memorize_name'],
File
"/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/add_charge/dock_prep.py", line 58, in run_for_dock_prep
callback(session, state, structures)
File
"/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/dock_prep/cmd.py", line 156, in run_steps
callback()
File
"/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/dock_prep/prep.py", line 128, in <lambda>
state['callback'] = lambda cb=cb, ps=postscript: (ps(), cb())
^^^^
File
"/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/minimize/cmd.py", line 45, in <lambda>
steps=max_steps: _minimize(ses, struct, updates, log, steps), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/minimize/cmd.py", line 89, in _minimize
raise LimitationError(c_error_template(c_term, "can't find C atom"))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'str' object is not callable
TypeError: 'str' object is not callable
File
"/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-
packages/chimerax/minimize/cmd.py", line 89, in _minimize
raise LimitationError(c_error_template(c_term, "can't find C atom"))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
See log for complete Python traceback.
OpenGL version: 4.1 Metal - 90.5
OpenGL renderer: Apple M4 Max
OpenGL vendor: Apple
Python: 3.11.9
Locale: en_US.UTF-8
Qt version: PySide6 6.10.1, Qt 6.10.1
Qt runtime version: 6.10.1
Qt platform: cocoa
Hardware:
Hardware Overview:
Model Name: Mac Studio
Model Identifier: Mac16,9
Model Number: Z1CD000KXFN/A
Chip: Apple M4 Max
Total Number of Cores: 14 (10 Performance and 4 Efficiency)
Memory: 36 GB
System Firmware Version: 13822.81.10
OS Loader Version: 13822.81.10
Software:
System Software Overview:
System Version: macOS 26.3.1 (25D2128)
Kernel Version: Darwin 25.3.0
Time since boot: 4 jours, 22 heures et 30 minutes
Graphics/Displays:
Apple M4 Max:
Chipset Model: Apple M4 Max
Type: GPU
Bus: Built-In
Total Number of Cores: 32
Vendor: Apple (0x106b)
Metal Support: Metal 4
Displays:
LS32D80xU:
Resolution: 3840 x 2160 (2160p/4K UHD 1 - Ultra High Definition)
UI Looks like: 1920 x 1080 @ 60.00Hz
Main Display: Yes
Mirror: Off
Online: Yes
Rotation: Supported
Installed Packages:
accessible-pygments: 0.0.5
aiohappyeyeballs: 2.6.1
aiohttp: 3.13.1
aiosignal: 1.4.0
alabaster: 1.0.0
annotated-types: 0.7.0
anyio: 4.12.1
appdirs: 1.4.4
appnope: 0.1.4
asttokens: 3.0.1
attrs: 25.4.0
babel: 2.18.0
beautifulsoup4: 4.13.5
blockdiag: 3.0.0
blosc2: 4.1.2
build: 1.3.0
certifi: 2025.7.14
cftime: 1.6.5
charset-normalizer: 3.4.5
ChimeraX-AddCharge: 1.5.20
ChimeraX-AddH: 2.2.8
ChimeraX-AlignmentAlgorithms: 2.0.2
ChimeraX-AlignmentHdrs: 3.6.2
ChimeraX-AlignmentMatrices: 2.1
ChimeraX-Alignments: 3.2
ChimeraX-AlphaFold: 1.0.1
ChimeraX-AltlocExplorer: 1.2
ChimeraX-AmberInfo: 1.0
ChimeraX-Animations: 1.0
ChimeraX-Aniso: 1.3.2
ChimeraX-Arrays: 1.1
ChimeraX-Atomic: 1.64.1
ChimeraX-AtomicLibrary: 14.2.3
ChimeraX-AtomSearch: 2.0.1
ChimeraX-AxesPlanes: 2.4
ChimeraX-BasicActions: 1.1.3
ChimeraX-BILD: 1.0
ChimeraX-BlastProtein: 3.0.0
ChimeraX-Boltz: 1.1
ChimeraX-BondRot: 2.0.4
ChimeraX-BugReporter: 1.0.2
ChimeraX-BuildStructure: 2.13.1
ChimeraX-Bumps: 1.0
ChimeraX-BundleBuilder: 1.6.0
ChimeraX-ButtonPanel: 1.0.1
ChimeraX-CageBuilder: 1.0.1
ChimeraX-CellPack: 1.0
ChimeraX-Centroids: 1.4.1
ChimeraX-ChangeChains: 1.1
ChimeraX-CheckWaters: 1.5
ChimeraX-ChemGroup: 2.0.2
ChimeraX-Clashes: 2.3
ChimeraX-Cluster: 1.0
ChimeraX-ColorActions: 1.0.5
ChimeraX-ColorGlobe: 1.0
ChimeraX-ColorKey: 1.5.8
ChimeraX-CommandLine: 1.3.1
ChimeraX-ConnectStructure: 2.0.1
ChimeraX-Contacts: 1.0.1
ChimeraX-Core: 1.12.dev202603070142
ChimeraX-CoreFormats: 1.2
ChimeraX-coulombic: 1.4.5
ChimeraX-Crosslinks: 1.0
ChimeraX-Crystal: 1.0
ChimeraX-CrystalContacts: 1.0.1
ChimeraX-DataFormats: 1.2.4
ChimeraX-Dicom: 1.2.7
ChimeraX-DistMonitor: 1.4.2
ChimeraX-DockPrep: 1.2
ChimeraX-Dssp: 2.0
ChimeraX-EMDB-SFF: 1.0
ChimeraX-ESMFold: 1.0
ChimeraX-FileHistory: 1.0.1
ChimeraX-FunctionKey: 1.0.1
ChimeraX-Geometry: 1.3
ChimeraX-gltf: 1.0
ChimeraX-Graphics: 1.4.1
ChimeraX-Hbonds: 2.5.3
ChimeraX-Help: 1.3
ChimeraX-HKCage: 1.3
ChimeraX-IHM: 1.1
ChimeraX-ImageFormats: 1.2
ChimeraX-IMOD: 1.0
ChimeraX-IO: 1.0.4
ChimeraX-ItemsInspection: 1.0.1
ChimeraX-IUPAC: 1.0
ChimeraX-KVFinder: 1.8.2
ChimeraX-Label: 1.3
ChimeraX-LightingGUI: 1.0
ChimeraX-ListInfo: 1.3.1
ChimeraX-Log: 1.2.2
ChimeraX-LookingGlass: 1.1
ChimeraX-Maestro: 1.9.2
ChimeraX-Map: 1.3
ChimeraX-MapData: 2.0
ChimeraX-MapEraser: 1.0.1
ChimeraX-MapFilter: 2.0.1
ChimeraX-MapFit: 2.0
ChimeraX-MapSeries: 2.1.1
ChimeraX-Markers: 1.0.1
ChimeraX-Mask: 1.0.2
ChimeraX-MatchMaker: 2.2.2
ChimeraX-MCopy: 1.0
ChimeraX-MCPServer: 0.2.0
ChimeraX-MDcrds: 2.18
ChimeraX-MedicalToolbar: 1.1
ChimeraX-Meeting: 1.0.1
ChimeraX-Minimize: 1.3.6
ChimeraX-MLP: 1.1.1
ChimeraX-mmCIF: 2.16
ChimeraX-MMTF: 2.2
ChimeraX-ModelArchive: 1.0
ChimeraX-Modeller: 1.5.23
ChimeraX-ModelPanel: 1.6.1
ChimeraX-ModelSeries: 1.0.1
ChimeraX-Mol2: 2.0.3
ChimeraX-Mole: 1.0
ChimeraX-Morph: 1.0.2
ChimeraX-MouseModes: 1.2
ChimeraX-Movie: 1.0.1
ChimeraX-MutationScores: 1.0
ChimeraX-Neuron: 1.0
ChimeraX-Nifti: 1.2
ChimeraX-NMRSTAR: 1.0.2
ChimeraX-NRRD: 1.2
ChimeraX-Nucleotides: 2.0.3
ChimeraX-OpenCommand: 1.15.4
ChimeraX-OpenFold: 1.0
ChimeraX-OrthoPick: 1.0.1
ChimeraX-PDB: 2.7.12
ChimeraX-PDBBio: 1.0.1
ChimeraX-PDBLibrary: 1.0.5
ChimeraX-PDBMatrices: 1.0
ChimeraX-PickBlobs: 1.0.1
ChimeraX-Positions: 1.0
ChimeraX-PresetMgr: 1.1.4
ChimeraX-ProfileGrids: 1.5.1
ChimeraX-PubChem: 2.2
ChimeraX-ReadPbonds: 1.0.1
ChimeraX-Registration: 1.1.2
ChimeraX-RemoteControl: 1.0
ChimeraX-RenderByAttr: 1.8
ChimeraX-RenumberResidues: 1.1
ChimeraX-ResidueFit: 1.0.1
ChimeraX-RestServer: 1.3.3
ChimeraX-RNALayout: 1.0
ChimeraX-RotamerLibMgr: 4.0
ChimeraX-RotamerLibsDunbrack: 2.0
ChimeraX-RotamerLibsDynameomics: 2.0
ChimeraX-RotamerLibsRichardson: 2.0
ChimeraX-SaveCommand: 1.5.2
ChimeraX-Scenes: 0.3.1
ChimeraX-SchemeMgr: 1.0
ChimeraX-SDF: 2.0.3
ChimeraX-Segger: 1.0
ChimeraX-Segment: 1.0.1
ChimeraX-Segmentations: 3.5.12
ChimeraX-SelInspector: 1.0
ChimeraX-SeqView: 2.18
ChimeraX-Shape: 1.1
ChimeraX-Shell: 1.0.1
ChimeraX-Shortcuts: 1.2.1
ChimeraX-ShowSequences: 1.0.3
ChimeraX-SideView: 1.0.1
ChimeraX-SimilarStructures: 1.0.1
ChimeraX-Smiles: 2.1.2
ChimeraX-SmoothLines: 1.0
ChimeraX-SNFG: 1.0
ChimeraX-SpaceNavigator: 1.0
ChimeraX-StdCommands: 1.19.3
ChimeraX-STL: 1.0.1
ChimeraX-Storm: 1.0
ChimeraX-StructMeasure: 1.2.1
ChimeraX-Struts: 1.0.1
ChimeraX-Surface: 1.0.1
ChimeraX-SwapAA: 2.0.1
ChimeraX-SwapRes: 2.5.3
ChimeraX-TapeMeasure: 1.0
ChimeraX-TaskManager: 1.0
ChimeraX-Test: 1.0
ChimeraX-Toolbar: 1.2.3
ChimeraX-ToolshedUtils: 1.2.4
ChimeraX-Topography: 1.0
ChimeraX-ToQuest: 1.0
ChimeraX-Tug: 1.0.1
ChimeraX-UI: 1.50.3
ChimeraX-Umap: 1.0
ChimeraX-uniprot: 2.3.2
ChimeraX-UnitCell: 1.0.1
ChimeraX-ViewDock: 1.6.1
ChimeraX-VIPERdb: 1.0
ChimeraX-Vive: 1.1
ChimeraX-VolumeMenu: 1.0.1
ChimeraX-vrml: 1.0
ChimeraX-VTK: 1.0
ChimeraX-WavefrontOBJ: 1.0
ChimeraX-WebCam: 1.0.2
ChimeraX-WebServices: 1.1.5
ChimeraX-Zone: 1.0.1
click: 8.3.1
colorama: 0.4.6
comm: 0.2.3
contourpy: 1.3.3
coverage: 7.13.4
cxservices: 1.2.3
cycler: 0.12.1
Cython: 3.2.4
debugpy: 1.8.20
decorator: 5.2.1
docutils: 0.21.2
executing: 2.2.1
filelock: 3.19.1
fonttools: 4.61.1
frozenlist: 1.8.0
funcparserlib: 2.0.0a0
glfw: 2.10.0
grako: 3.16.5
h11: 0.16.0
h5py: 3.16.0
html2text: 2025.4.15
httpcore: 1.0.9
httpx: 0.28.1
httpx-sse: 0.4.3
idna: 3.11
ihm: 2.2
imagecodecs: 2024.6.1
imagesize: 2.0.0
iniconfig: 2.3.0
ipykernel: 7.1.0
ipython: 9.9.0
ipython_pygments_lexers: 1.1.1
ipywidgets: 8.1.8
jedi: 0.19.2
Jinja2: 3.1.6
jsonschema: 4.26.0
jsonschema-specifications: 2025.9.1
jupyter_client: 8.8.0
jupyter_core: 5.9.1
jupyterlab_widgets: 3.0.16
kiwisolver: 1.4.9
line_profiler: 5.0.0
lxml: 6.0.2
lz4: 4.3.2
Markdown: 3.8.2
MarkupSafe: 3.0.3
matplotlib: 3.10.7
matplotlib-inline: 0.2.1
mcp: 1.18.0
MolecularDynamicsViewer: 1.6
msgpack: 1.1.1
multidict: 6.7.1
narwhals: 2.17.0
ndindex: 1.10.1
nest-asyncio: 1.6.0
netCDF4: 1.6.5
networkx: 3.3
nibabel: 5.2.0
nptyping: 2.5.0
numexpr: 2.14.1
numpy: 2.4.3
numpy: 1.26.4
OpenMM: 8.4.0
openvr: 1.26.701
packaging: 25.0
ParmEd: 4.2.2
parso: 0.8.6
pep517: 0.13.1
pexpect: 4.9.0
pickleshare: 0.7.5
pillow: 11.3.0
pip: 25.2
pkginfo: 1.12.1.2
platformdirs: 4.9.4
plotly: 6.5.2
pluggy: 1.6.0
prompt_toolkit: 3.0.52
propcache: 0.4.1
psutil: 7.0.0
ptyprocess: 0.7.0
pure_eval: 0.2.3
py-cpuinfo: 9.0.0
pybind11: 3.0.1
pycollada: 0.8
pydantic: 2.12.5
pydantic-settings: 2.13.1
pydantic_core: 2.41.5
pydata-sphinx-theme: 0.16.1
pydicom: 2.4.4
Pygments: 2.18.0
pyKVFinder: 0.9.0
pynmrstar: 3.5.0
pynrrd: 1.0.0
PyOpenGL: 3.1.10
PyOpenGL-accelerate: 3.1.10
pyopenxr: 1.1.4501
pyparsing: 3.3.2
pyproject_hooks: 1.2.0
PySide6: 6.10.1
PySide6_Addons: 6.10.1
PySide6_Essentials: 6.10.1
pytest: 9.0.2
pytest-cov: 7.0.0
python-dateutil: 2.9.0.post0
python-dotenv: 1.2.2
python-multipart: 0.0.22
pyzmq: 27.1.0
qtconsole: 5.7.0
QtPy: 2.4.3
qtshim: 1.2.1
RandomWords: 0.4.0
referencing: 0.37.0
requests: 2.32.5
roman-numerals: 4.1.0
rpds-py: 0.30.0
scipy: 1.14.0
setuptools: 80.9.0
sfftk-rw: 0.8.1
shiboken6: 6.10.1
six: 1.17.0
snowballstemmer: 3.0.1
sortedcontainers: 2.4.0
soupsieve: 2.8.3
Sphinx: 9.0.4
sphinx-autodoc-typehints: 3.6.1
sphinxcontrib-applehelp: 2.0.0
sphinxcontrib-blockdiag: 3.0.0
sphinxcontrib-devhelp: 2.0.0
sphinxcontrib-htmlhelp: 2.1.0
sphinxcontrib-jsmath: 1.0.1
sphinxcontrib-qthelp: 2.0.0
sphinxcontrib-serializinghtml: 2.0.0
sse-starlette: 3.3.2
stack-data: 0.6.3
starlette: 0.52.1
superqt: 0.7.6
tables: 3.10.2
tcia_utils: 1.5.1
tifffile: 2025.3.13
tinyarray: 1.2.5
tomlkit: 0.14.0
tornado: 6.5.4
traitlets: 5.14.3
typing-inspection: 0.4.2
typing_extensions: 4.15.0
urllib3: 2.6.3
uvicorn: 0.41.0
wcwidth: 0.6.0
webcolors: 24.11.1
wheel: 0.45.1
wheel-filename: 1.4.2
widgetsnbextension: 4.0.15
yarl: 1.23.0
File attachment: fold_rna_ds_9kbz_dcl4_drb2_drb4_model_4.cif
|
|||
| #19986 | duplicate | Crash in swap_buffers exposing status line during Mac wakeup, macOS 26 | ||
| Description |
The following bug report has been submitted:
Platform: macOS-26.1-arm64-arm-64bit
ChimeraX Version: 1.11.1 (2026-01-23 05:51:34 UTC)
Description
Last time you used ChimeraX it crashed.
Please describe steps that led to the crash here.
Fatal Python error: Bus error
Current thread 0x00000001fd396080 (most recent call first):
File "/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/graphics/opengl.py", line 248 in swap_buffers
File "/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/graphics/opengl.py", line 561 in swap_buffers
File "/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/ui/statusbar.py", line 166 in status
File "/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/ui/statusbar.py", line 98 in _expose_event
File "/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/ui/gui.py", line 414 in event_loop
File "/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/__main__.py", line 1064 in init
File "/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/__main__.py", line 1229 in
File "", line 88 in _run_code
File "", line 198 in _run_module_as_main
Extension modules: chimerax.arrays._arrays, numpy.core._multiarray_umath, numpy.core._multiarray_tests, numpy.linalg._umath_linalg, numpy.fft._pocketfft_internal, numpy.random._common, numpy.random.bit_generator, numpy.random._bounded_integers, numpy.random._mt19937, numpy.random.mtrand, numpy.random._philox, numpy.random._pcg64, numpy.random._sfc64, numpy.random._generator, chimerax.geometry._geometry, PyQt6.QtCore, PyQt6.QtGui, PyQt6.QtWidgets, PyQt6.QtNetwork, PyQt6.QtPrintSupport, PyQt6.QtWebChannel, PyQt6.QtWebEngineCore, PyQt6.QtWebEngineWidgets, chimerax.atomic_lib._load_libs, tinyarray, chimerax.atomic.cymol, chimerax.atomic.cytmpl, PIL._imaging, chimerax.map._map, psutil._psutil_osx, psutil._psutil_posix, chimerax.surface._surface, chimerax.pdb_lib._load_libs, OpenGL_accelerate.errorchecker, OpenGL_accelerate.wrapper, OpenGL_accelerate.formathandler, OpenGL_accelerate.arraydatatype, OpenGL_accelerate.latebind, OpenGL_accelerate.vbo, chimerax.core._mac_util, OpenGL_accelerate.numpy_formathandler, OpenGL_accelerate.nones_formathandler, chimerax.pdb._pdbio, chimerax.atomic._ribbons, chimerax.graphics._graphics, chimerax.mmcif._mmcif, chimerax.mmcif.mmcif, chimerax.alignment_algs._sw, chimerax.dssp._dssp, chimerax.alignment_algs._nw, lz4._version, lz4.frame._frame, msgpack._cmsgpack, chimerax.core._serialize, PIL._imagingmath (total: 55)
{"app_name":"ChimeraX","timestamp":"2026-03-17 08:30:35.00 -0400","app_version":"1.11.1","slice_uuid":"c20e09a8-923e-3fb3-856b-3e765bcb267b","build_version":"1.11.1.0","platform":1,"bundleID":"edu.ucsf.cgl.ChimeraX","share_with_app_devs":1,"is_first_party":0,"bug_type":"309","os_version":"macOS 26.1 (25B78)","roots_installed":0,"name":"ChimeraX","incident_id":"6223BBBB-6102-4E0C-AF83-E21F7A8780B9"}
{
"uptime" : 1000000,
"procRole" : "Background",
"version" : 2,
"userID" : 501,
"deployVersion" : 210,
"modelCode" : "Mac17,2",
"coalitionID" : 96848,
"osVersion" : {
"train" : "macOS 26.1",
"build" : "25B78",
"releaseType" : "User"
},
"captureTime" : "2026-03-17 08:27:45.0877 -0400",
"codeSigningMonitor" : 2,
"incident" : "6223BBBB-6102-4E0C-AF83-E21F7A8780B9",
"pid" : 80556,
"translated" : false,
"cpuType" : "ARM-64",
"roots_installed" : 0,
"bug_type" : "309",
"procLaunch" : "2026-03-15 21:57:48.9552 -0400",
"procStartAbsTime" : 23902479472998,
"procExitAbsTime" : 25806719591290,
"procName" : "ChimeraX",
"procPath" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/MacOS\/ChimeraX",
"bundleInfo" : {"CFBundleShortVersionString":"1.11.1","CFBundleVersion":"1.11.1.0","CFBundleIdentifier":"edu.ucsf.cgl.ChimeraX"},
"storeInfo" : {"deviceIdentifierForVendor":"EC330B34-F82C-5B9A-BF8F-EEEAC223B665","thirdParty":true},
"parentProc" : "launchd",
"parentPid" : 1,
"coalitionName" : "edu.ucsf.cgl.ChimeraX",
"crashReporterKey" : "36DBD97A-B244-317F-B94D-EAC2E6189CB3",
"lowPowerMode" : 1,
"appleIntelligenceStatus" : {"state":"available"},
"developerMode" : 1,
"codeSigningID" : "edu.ucsf.cgl.ChimeraX",
"codeSigningTeamID" : "LWV8X224YF",
"codeSigningFlags" : 570491649,
"codeSigningValidationCategory" : 6,
"codeSigningTrustLevel" : 4294967295,
"codeSigningAuxiliaryInfo" : 0,
"instructionByteStream" : {"beforePC":"fyMD1f17v6n9AwCRFOD\/l78DAJH9e8Go\/w9f1sADX9YQKYDSARAA1A==","atPC":"AwEAVH8jA9X9e7+p\/QMAkQng\/5e\/AwCR\/XvBqP8PX9bAA1\/WcAqA0g=="},
"bootSessionUUID" : "FD4E9D17-42BD-4A34-8209-627D82C07616",
"wakeTime" : 54544,
"sleepWakeUUID" : "49137583-B6D3-4230-837D-A8799321C35E",
"sip" : "enabled",
"vmRegionInfo" : "0xc00001200 is in 0x972000000-0xc5c800000; bytes after start: 10972303872 bytes before end: 1551887871
REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL
MALLOC_LARGE 5c4400000-5c62b0000 [ 30.7M] rw-\/rwx SM=PRV
GAP OF 0x3abd50000 BYTES
---> commpage (reserved) 972000000-c5c800000 [ 11.7G] ---\/--- SM=NUL reserved VM address space (unallocated)
MALLOC_SMALL c5c800000-c5cc00000 [ 4096K] rw-\/rwx SM=PRV ",
"exception" : {"codes":"0x0000000000000002, 0x0000000c00001200","rawCodes":[2,51539612160],"type":"EXC_BAD_ACCESS","signal":"SIGBUS","subtype":"KERN_PROTECTION_FAILURE at 0x0000000c00001200"},
"termination" : {"flags":0,"code":10,"namespace":"SIGNAL","indicator":"Bus error: 10","byProc":"ChimeraX","byPid":80556},
"vmregioninfo" : "0xc00001200 is in 0x972000000-0xc5c800000; bytes after start: 10972303872 bytes before end: 1551887871
REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL
MALLOC_LARGE 5c4400000-5c62b0000 [ 30.7M] rw-\/rwx SM=PRV
GAP OF 0x3abd50000 BYTES
---> commpage (reserved) 972000000-c5c800000 [ 11.7G] ---\/--- SM=NUL reserved VM address space (unallocated)
MALLOC_SMALL c5c800000-c5cc00000 [ 4096K] rw-\/rwx SM=PRV ",
"extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
"faultingThread" : 0,
"threads" : [{
"threadState":{"x":[{"value":0},{"value":0},{"value":1},{"value":53474015896},{"value":80},{"value":102},{"value":0},{"value":0},{"value":874045801803522292},{"value":874045805073449076},{"value":14757395258967641293},{"value":4294967286},{"value":53474015826},{"value":0},{"value":53},{"value":4294967280},{"value":328},{"value":8566412256},{"value":0},{"value":10},{"value":259},{"value":8543363424 ,"symbolLocation":224,"symbol": "_main_thread"},{"value":0},{"value":1},{"value":4392306232 ,"symbolLocation":0,"symbol": "faulthandler_handlers"},{"value":1},{"value":4372924304},{"value":4388993848 ,"symbolLocation":0,"symbol": "cfunction_call"},{"value":4463038472}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6721149064},"cpsr":{"value":1073741824},"fp":{"value":53474015968},"sp":{"value":53474015936},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720910768,"matchesCrashFrame":1},"far":{"value":0}},"id":15662788,"triggered":true,"name":"CrBrowserMain","queue":"com.apple.main-thread","frames":[
{"imageOffset":38320,"symbol": "__pthread_kill" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":26760,"symbol": "pthread_kill" ,"symbolLocation":296,"imageIndex":133},
{"imageOffset":269616,"symbol": "raise" ,"symbolLocation":32,"imageIndex":134},
{"imageOffset":2447420,"symbol": "faulthandler_fatal_error" ,"symbolLocation":392,"imageIndex":1},
{"imageOffset":14148,"symbol": "_sigtramp" ,"symbolLocation":56,"imageIndex":135},
{"imageOffset":16151172,"symbol": "-[NSSoftwareSurface frontBuffer]" ,"symbolLocation":576,"imageIndex":136},
{"imageOffset":16145676,"symbol": "-[NSCGLSurface flushRect:]" ,"symbolLocation":512,"imageIndex":136},
{"imageOffset":16144988,"symbol": "NSCGLSurfaceFlush" ,"symbolLocation":132,"imageIndex":136},
{"imageOffset":106048,"symbol": "glSwap_Exec" ,"symbolLocation":256,"imageIndex":137},
{"imageOffset":55032,"symbol": "CGLFlushDrawable" ,"symbolLocation":64,"imageIndex":138},
{"imageOffset":1392988,"symbol": "-[NSOpenGLContext flushBuffer]" ,"symbolLocation":28,"imageIndex":136},
{"imageOffset":512676,"imageIndex":71},
{"imageOffset":3679112,"symbol": "QOpenGLContext::swapBuffers(QSurface*)" ,"symbolLocation":236,"imageIndex":50},
{"imageOffset":977256,"symbol": "meth_QOpenGLContext_swapBuffers(_object*, _object*)" ,"symbolLocation":104,"imageIndex":52},
{"imageOffset":998296,"symbol": "cfunction_call" ,"symbolLocation":96,"imageIndex":1},
{"imageOffset":586556,"symbol": "_PyObject_MakeTpCall" ,"symbolLocation":128,"imageIndex":1},
{"imageOffset":1798332,"symbol": "_PyEval_EvalFrameDefault" ,"symbolLocation":54032,"imageIndex":1},
{"imageOffset":1820600,"symbol": "_PyEval_Vector" ,"symbolLocation":156,"imageIndex":1},
{"imageOffset":603732,"symbol": "method_vectorcall" ,"symbolLocation":164,"imageIndex":1},
{"imageOffset":22896,"symbol": "sip_api_call_procedure_method" ,"symbolLocation":100,"imageIndex":46},
{"imageOffset":245080,"symbol": "sipQWindow::exposeEvent(QExposeEvent*)" ,"symbolLocation":132,"imageIndex":52},
{"imageOffset":944160,"symbol": "QWindow::event(QEvent*)" ,"symbolLocation":676,"imageIndex":50},
{"imageOffset":246736,"symbol": "sipQWindow::event(QEvent*)" ,"symbolLocation":224,"imageIndex":52},
{"imageOffset":55148,"symbol": "QApplicationPrivate::notify_helper(QObject*, QEvent*)" ,"symbolLocation":332,"imageIndex":49},
{"imageOffset":59204,"symbol": "QApplication::notify(QObject*, QEvent*)" ,"symbolLocation":516,"imageIndex":49},
{"imageOffset":1420288,"symbol": "sipQApplication::notify(QObject*, QEvent*)" ,"symbolLocation":248,"imageIndex":48},
{"imageOffset":621068,"symbol": "QCoreApplication::sendSpontaneousEvent(QObject*, QEvent*)" ,"symbolLocation":176,"imageIndex":45},
{"imageOffset":588276,"symbol": "QGuiApplicationPrivate::processExposeEvent(QWindowSystemInterfacePrivate::ExposeEvent*)" ,"symbolLocation":448,"imageIndex":50},
{"imageOffset":999764,"imageIndex":50},
{"imageOffset":982560,"symbol": "bool QWindowSystemInterface::handleExposeEvent(QWindow*, QRegion const&)" ,"symbolLocation":76,"imageIndex":50},
{"imageOffset":280300,"imageIndex":71},
{"imageOffset":368204,"imageIndex":71},
{"imageOffset":367436,"imageIndex":71},
{"imageOffset":110112,"symbol": "-[CALayer display]" ,"symbolLocation":212,"imageIndex":139},
{"imageOffset":10788160,"symbol": "-[_NSOpenGLViewBackingLayer display]" ,"symbolLocation":116,"imageIndex":136},
{"imageOffset":109564,"symbol": "CA::Layer::display_if_needed(CA::Transaction*)" ,"symbolLocation":784,"imageIndex":139},
{"imageOffset":1789152,"symbol": "CA::Context::commit_transaction(CA::Transaction*, double, double*)" ,"symbolLocation":596,"imageIndex":139},
{"imageOffset":9116,"symbol": "CA::Transaction::commit()" ,"symbolLocation":644,"imageIndex":139},
{"imageOffset":9627700,"symbol": "__47+[NSCGSSpace addTileResizeNotificationHandler:]_block_invoke" ,"symbolLocation":284,"imageIndex":136},
{"imageOffset":353392,"symbol": "__CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__" ,"symbolLocation":128,"imageIndex":140},
{"imageOffset":765748,"symbol": "___CFXRegistrationPost_block_invoke" ,"symbolLocation":92,"imageIndex":140},
{"imageOffset":765560,"symbol": "_CFXRegistrationPost" ,"symbolLocation":436,"imageIndex":140},
{"imageOffset":216988,"symbol": "_CFXNotificationPost" ,"symbolLocation":740,"imageIndex":140},
{"imageOffset":10535688,"symbol": "-[NSNotificationCenter postNotificationName:object:userInfo:]" ,"symbolLocation":88,"imageIndex":141},
{"imageOffset":3285692,"symbol": "post_coordinated_distributed_notification(CGSNotificationType, void*, unsigned int, void*)" ,"symbolLocation":784,"imageIndex":142},
{"imageOffset":2205348,"symbol": "(anonymous namespace)::Callout::operator()(CGSNotificationType, void*, unsigned long) const" ,"symbolLocation":100,"imageIndex":142},
{"imageOffset":42464,"symbol": "CGSPostLocalNotification" ,"symbolLocation":184,"imageIndex":142},
{"imageOffset":41404,"symbol": "(anonymous namespace)::notify_datagram_handler(unsigned int, CGSDatagramType, void*, unsigned long, void*)" ,"symbolLocation":116,"imageIndex":142},
{"imageOffset":4530088,"symbol": "CGSDatagramReadStream::dispatchMainQueueDatagrams()" ,"symbolLocation":284,"imageIndex":142},
{"imageOffset":4529772,"symbol": "invocation function for block in CGSDatagramReadStream::mainQueueWakeup()" ,"symbolLocation":36,"imageIndex":142},
{"imageOffset":390644,"symbol": "__CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__" ,"symbolLocation":28,"imageIndex":140},
{"imageOffset":390452,"symbol": "__CFRunLoopDoBlocks" ,"symbolLocation":396,"imageIndex":140},
{"imageOffset":387448,"symbol": "__CFRunLoopRun" ,"symbolLocation":2356,"imageIndex":140},
{"imageOffset":1147740,"symbol": "_CFRunLoopRunSpecificWithOptions" ,"symbolLocation":532,"imageIndex":140},
{"imageOffset":792424,"symbol": "RunCurrentEventLoopInMode" ,"symbolLocation":316,"imageIndex":143},
{"imageOffset":805520,"symbol": "ReceiveNextEventCommon" ,"symbolLocation":488,"imageIndex":143},
{"imageOffset":2417416,"symbol": "_BlockUntilNextEventMatchingListInMode" ,"symbolLocation":48,"imageIndex":143},
{"imageOffset":5399488,"symbol": "_DPSBlockUntilNextEventMatchingListInMode" ,"symbolLocation":236,"imageIndex":136},
{"imageOffset":130612,"symbol": "_DPSNextEvent" ,"symbolLocation":588,"imageIndex":136},
{"imageOffset":11460420,"symbol": "-[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]" ,"symbolLocation":688,"imageIndex":136},
{"imageOffset":11459664,"symbol": "-[NSApplication(NSEventRouting) nextEventMatchingMask:untilDate:inMode:dequeue:]" ,"symbolLocation":72,"imageIndex":136},
{"imageOffset":100224,"symbol": "-[NSApplication run]" ,"symbolLocation":368,"imageIndex":136},
{"imageOffset":94980,"imageIndex":71},
{"imageOffset":659364,"symbol": "QEventLoop::exec(QFlags)" ,"symbolLocation":588,"imageIndex":45},
{"imageOffset":620016,"symbol": "QCoreApplication::exec()" ,"symbolLocation":228,"imageIndex":45},
{"imageOffset":2507268,"symbol": "meth_QApplication_exec(_object*, _object*)" ,"symbolLocation":96,"imageIndex":48},
{"imageOffset":998296,"symbol": "cfunction_call" ,"symbolLocation":96,"imageIndex":1},
{"imageOffset":586556,"symbol": "_PyObject_MakeTpCall" ,"symbolLocation":128,"imageIndex":1},
{"imageOffset":1798332,"symbol": "_PyEval_EvalFrameDefault" ,"symbolLocation":54032,"imageIndex":1},
{"imageOffset":1739512,"symbol": "PyEval_EvalCode" ,"symbolLocation":276,"imageIndex":1},
{"imageOffset":1717120,"symbol": "builtin_exec" ,"symbolLocation":428,"imageIndex":1},
{"imageOffset":1000848,"symbol": "cfunction_vectorcall_FASTCALL_KEYWORDS" ,"symbolLocation":80,"imageIndex":1},
{"imageOffset":1797396,"symbol": "_PyEval_EvalFrameDefault" ,"symbolLocation":53096,"imageIndex":1},
{"imageOffset":1820600,"symbol": "_PyEval_Vector" ,"symbolLocation":156,"imageIndex":1},
{"imageOffset":2419316,"symbol": "pymain_run_module" ,"symbolLocation":256,"imageIndex":1},
{"imageOffset":2417940,"symbol": "Py_RunMain" ,"symbolLocation":1784,"imageIndex":1},
{"imageOffset":2422468,"symbol": "pymain_main" ,"symbolLocation":52,"imageIndex":1},
{"imageOffset":2422404,"symbol": "Py_Main" ,"symbolLocation":36,"imageIndex":1},
{"imageOffset":5032,"symbol": "main" ,"symbolLocation":128,"imageIndex":0},
{"imageOffset":36180,"symbol": "start" ,"symbolLocation":7184,"imageIndex":144}]},{"id":15662863,"name":"com.apple.NSEventThread",
"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":116561117446144},{"value":0},{"value":116561117446144},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":27139},{"value":0},{"value":18446744073709551569},{"value":8566414064},{"value":0},{"value":4294967295},{"value":2},{"value":116561117446144},{"value":0},{"value":116561117446144},{"value":6103146632},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6720950312},"cpsr":{"value":0},"fp":{"value":6103146480},"sp":{"value":6103146400},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720875572},"far":{"value":0}},"frames":[
{"imageOffset":3124,"symbol": "mach_msg2_trap" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":77864,"symbol": "mach_msg2_internal" ,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39308,"symbol": "mach_msg_overwrite" ,"symbolLocation":484,"imageIndex":132},
{"imageOffset":4020,"symbol": "mach_msg" ,"symbolLocation":24,"imageIndex":132},
{"imageOffset":392080,"symbol": "__CFRunLoopServiceMachPort" ,"symbolLocation":160,"imageIndex":140},
{"imageOffset":386280,"symbol": "__CFRunLoopRun" ,"symbolLocation":1188,"imageIndex":140},
{"imageOffset":1147740,"symbol": "_CFRunLoopRunSpecificWithOptions" ,"symbolLocation":532,"imageIndex":140},
{"imageOffset":720052,"symbol": "_NSEventThread" ,"symbolLocation":184,"imageIndex":136},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}]},{"id":15662884,"name":"ThreadPoolServiceThread",
"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":53457939712},{"value":4},{"value":0},{"value":0},{"value":5738566232},{"value":0},{"value":0},{"value":3},{"value":56},{"value":5738559982},{"value":5738559982},{"value":0},{"value":0},{"value":369},{"value":6111571968},{"value":0},{"value":53466065136},{"value":53455030144},{"value":0},{"value":6111571336},{"value":12297829382473034411},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5633660932},"cpsr":{"value":1610612736},"fp":{"value":6111571312},"sp":{"value":6111571216},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720924548},"far":{"value":0}},"frames":[
{"imageOffset":52100,"symbol": "kevent64" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":82188292,"imageIndex":56},
{"imageOffset":82187852,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":81831180,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}]},{"id":15662885,"name":"ThreadPoolForegroundWorker",
"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":201223512784896},{"value":0},{"value":201223512784896},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":46851},{"value":0},{"value":18446744073709551569},{"value":42669667114},{"value":0},{"value":0},{"value":32},{"value":201223512784896},{"value":0},{"value":201223512784896},{"value":6119992544},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6720950312},"cpsr":{"value":0},"fp":{"value":6119991888},"sp":{"value":6119991808},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720875572},"far":{"value":0}},"frames":[
{"imageOffset":3124,"symbol": "mach_msg2_trap" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":77864,"symbol": "mach_msg2_internal" ,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39308,"symbol": "mach_msg_overwrite" ,"symbolLocation":484,"imageIndex":132},
{"imageOffset":4020,"symbol": "mach_msg" ,"symbolLocation":24,"imageIndex":132},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881520,"imageIndex":56},
{"imageOffset":81881248,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}]},{"id":15662886,"name":"ThreadPoolBackgroundWorker",
"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":202323024412672},{"value":0},{"value":202323024412672},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":47107},{"value":0},{"value":18446744073709551569},{"value":15067777999},{"value":0},{"value":0},{"value":32},{"value":202323024412672},{"value":0},{"value":202323024412672},{"value":6128413920},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6720950312},"cpsr":{"value":0},"fp":{"value":6128413264},"sp":{"value":6128413184},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720875572},"far":{"value":0}},"frames":[
{"imageOffset":3124,"symbol": "mach_msg2_trap" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":77864,"symbol": "mach_msg2_internal" ,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39308,"symbol": "mach_msg_overwrite" ,"symbolLocation":484,"imageIndex":132},
{"imageOffset":4020,"symbol": "mach_msg" ,"symbolLocation":24,"imageIndex":132},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881388,"imageIndex":56},
{"imageOffset":81881296,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}]},{"id":15662887,"name":"ThreadPoolForegroundWorker",
"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":259497629057024},{"value":0},{"value":259497629057024},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":60419},{"value":0},{"value":18446744073709551569},{"value":32316842408},{"value":0},{"value":0},{"value":32},{"value":259497629057024},{"value":0},{"value":259497629057024},{"value":6136835296},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6720950312},"cpsr":{"value":0},"fp":{"value":6136834640},"sp":{"value":6136834560},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720875572},"far":{"value":0}},"frames":[
{"imageOffset":3124,"symbol": "mach_msg2_trap" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":77864,"symbol": "mach_msg2_internal" ,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39308,"symbol": "mach_msg_overwrite" ,"symbolLocation":484,"imageIndex":132},
{"imageOffset":4020,"symbol": "mach_msg" ,"symbolLocation":24,"imageIndex":132},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881520,"imageIndex":56},
{"imageOffset":81881248,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}]},{"id":15662888,"name":"Chrome_IOThread",
"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":53537602944},{"value":5},{"value":0},{"value":0},{"value":5738566232},{"value":0},{"value":0},{"value":100},{"value":56},{"value":5738561394},{"value":5738561394},{"value":0},{"value":0},{"value":369},{"value":6145257472},{"value":0},{"value":53466066416},{"value":53455030464},{"value":0},{"value":6145256824},{"value":12297829382473034411},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5633660932},"cpsr":{"value":1610612736},"fp":{"value":6145256800},"sp":{"value":6145256704},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720924548},"far":{"value":0}},"frames":[
{"imageOffset":52100,"symbol": "kevent64" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":82188292,"imageIndex":56},
{"imageOffset":82187852,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":52970000,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}]},{"id":15662889,"name":"NetworkConfigWatcher",
"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":250701536034816},{"value":0},{"value":250701536034816},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":58371},{"value":0},{"value":18446744073709551569},{"value":6153678848},{"value":0},{"value":0},{"value":32},{"value":250701536034816},{"value":0},{"value":250701536034816},{"value":6153677904},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6720950312},"cpsr":{"value":0},"fp":{"value":6153677248},"sp":{"value":6153677168},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720875572},"far":{"value":0}},"frames":[
{"imageOffset":3124,"symbol": "mach_msg2_trap" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":77864,"symbol": "mach_msg2_internal" ,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39308,"symbol": "mach_msg_overwrite" ,"symbolLocation":484,"imageIndex":132},
{"imageOffset":4020,"symbol": "mach_msg" ,"symbolLocation":24,"imageIndex":132},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81623128,"imageIndex":56},
{"imageOffset":81250960,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}]},{"id":15662890,"name":"ThreadPoolForegroundWorker",
"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":249602024407040},{"value":0},{"value":249602024407040},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":58115},{"value":0},{"value":18446744073709551569},{"value":17567789444},{"value":0},{"value":0},{"value":32},{"value":249602024407040},{"value":0},{"value":249602024407040},{"value":6162099424},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6720950312},"cpsr":{"value":0},"fp":{"value":6162098768},"sp":{"value":6162098688},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720875572},"far":{"value":0}},"frames":[
{"imageOffset":3124,"symbol": "mach_msg2_trap" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":77864,"symbol": "mach_msg2_internal" ,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39308,"symbol": "mach_msg_overwrite" ,"symbolLocation":484,"imageIndex":132},
{"imageOffset":4020,"symbol": "mach_msg" ,"symbolLocation":24,"imageIndex":132},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881520,"imageIndex":56},
{"imageOffset":81881248,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}]},{"id":15662891,"name":"Chrome_InProcGpuThread",
"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":243004954640384},{"value":0},{"value":243004954640384},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":56579},{"value":0},{"value":18446744073709551569},{"value":8566414064},{"value":0},{"value":4294967295},{"value":2},{"value":243004954640384},{"value":0},{"value":243004954640384},{"value":6170517032},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6720950312},"cpsr":{"value":0},"fp":{"value":6170516880},"sp":{"value":6170516800},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720875572},"far":{"value":0}},"frames":[
{"imageOffset":3124,"symbol": "mach_msg2_trap" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":77864,"symbol": "mach_msg2_internal" ,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39308,"symbol": "mach_msg_overwrite" ,"symbolLocation":484,"imageIndex":132},
{"imageOffset":4020,"symbol": "mach_msg" ,"symbolLocation":24,"imageIndex":132},
{"imageOffset":392080,"symbol": "__CFRunLoopServiceMachPort" ,"symbolLocation":160,"imageIndex":140},
{"imageOffset":386280,"symbol": "__CFRunLoopRun" ,"symbolLocation":1188,"imageIndex":140},
{"imageOffset":1147740,"symbol": "_CFRunLoopRunSpecificWithOptions" ,"symbolLocation":532,"imageIndex":140},
{"imageOffset":10860688,"symbol": "-[NSRunLoop(NSRunLoop) runMode:beforeDate:]" ,"symbolLocation":212,"imageIndex":141},
{"imageOffset":82438680,"imageIndex":56},
{"imageOffset":82433204,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}]},{"id":15662892,"name":"Chrome_ChildIOThread",
"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":53488934400},{"value":1},{"value":0},{"value":0},{"value":5738566232},{"value":0},{"value":0},{"value":1},{"value":56},{"value":5738559982},{"value":5738559982},{"value":0},{"value":0},{"value":369},{"value":6178942976},{"value":0},{"value":53447476080},{"value":53455031424},{"value":0},{"value":6178942296},{"value":12297829382473034411},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5633660932},"cpsr":{"value":1610612736},"fp":{"value":6178942272},"sp":{"value":6178942176},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720924548},"far":{"value":0}},"frames":[
{"imageOffset":52100,"symbol": "kevent64" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":82188292,"imageIndex":56},
{"imageOffset":82187852,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":129200756,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}]},{"id":15662893,"name":"CompositorTileWorker1",
"threadState":{"x":[{"value":260},{"value":0},{"value":1024},{"value":0},{"value":0},{"value":161},{"value":0},{"value":0},{"value":6187363928},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8566412184},{"value":0},{"value":53455031768},{"value":53455031896},{"value":6187364576},{"value":0},{"value":0},{"value":1024},{"value":1025},{"value":1280},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6721151196},"cpsr":{"value":1610612736},"fp":{"value":6187364048},"sp":{"value":6187363904},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720890104},"far":{"value":0}},"frames":[
{"imageOffset":17656,"symbol": "__psynch_cvwait" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":28892,"symbol": "_pthread_cond_wait" ,"symbolLocation":984,"imageIndex":133},
{"imageOffset":82047376,"imageIndex":56},
{"imageOffset":117254004,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}]},{"id":15662894,"name":"VizCompositorThread",
"threadState":{"x":[{"value":0},{"value":21592279046},{"value":8589934592},{"value":369448791834624},{"value":0},{"value":369448791834624},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":86019},{"value":0},{"value":18446744073709551569},{"value":8566414064},{"value":0},{"value":4294967295},{"value":2},{"value":369448791834624},{"value":0},{"value":369448791834624},{"value":6195781160},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6720950312},"cpsr":{"value":0},"fp":{"value":6195781008},"sp":{"value":6195780928},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720875572},"far":{"value":0}},"frames":[
{"imageOffset":3124,"symbol": "mach_msg2_trap" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":77864,"symbol": "mach_msg2_internal" ,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39308,"symbol": "mach_msg_overwrite" ,"symbolLocation":484,"imageIndex":132},
{"imageOffset":4020,"symbol": "mach_msg" ,"symbolLocation":24,"imageIndex":132},
{"imageOffset":392080,"symbol": "__CFRunLoopServiceMachPort" ,"symbolLocation":160,"imageIndex":140},
{"imageOffset":386280,"symbol": "__CFRunLoopRun" ,"symbolLocation":1188,"imageIndex":140},
{"imageOffset":1147740,"symbol": "_CFRunLoopRunSpecificWithOptions" ,"symbolLocation":532,"imageIndex":140},
{"imageOffset":10860688,"symbol": "-[NSRunLoop(NSRunLoop) runMode:beforeDate:]" ,"symbolLocation":212,"imageIndex":141},
{"imageOffset":82438680,"imageIndex":56},
{"imageOffset":82433204,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}]},{"id":15662895,"name":"NetworkConfigWatcher",
"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":362851722067968},{"value":0},{"value":362851722067968},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":84483},{"value":0},{"value":18446744073709551569},{"value":6204207104},{"value":0},{"value":0},{"value":32},{"value":362851722067968},{"value":0},{"value":362851722067968},{"value":6204206160},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6720950312},"cpsr":{"value":0},"fp":{"value":6204205504},"sp":{"value":6204205424},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720875572},"far":{"value":0}},"frames":[
{"imageOffset":3124,"symbol": "mach_msg2_trap" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":77864,"symbol": "mach_msg2_internal" ,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39308,"symbol": "mach_msg_overwrite" ,"symbolLocation":484,"imageIndex":132},
{"imageOffset":4020,"symbol": "mach_msg" ,"symbolLocation":24,"imageIndex":132},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81623128,"imageIndex":56},
{"imageOffset":81250960,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}]},{"id":15662898,"name":"ThreadPoolForegroundWorker",
"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":361752210440192},{"value":0},{"value":361752210440192},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":84227},{"value":0},{"value":18446744073709551569},{"value":10537374308},{"value":0},{"value":0},{"value":32},{"value":361752210440192},{"value":0},{"value":361752210440192},{"value":6212627680},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6720950312},"cpsr":{"value":0},"fp":{"value":6212627024},"sp":{"value":6212626944},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720875572},"far":{"value":0}},"frames":[
{"imageOffset":3124,"symbol": "mach_msg2_trap" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":77864,"symbol": "mach_msg2_internal" ,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39308,"symbol": "mach_msg_overwrite" ,"symbolLocation":484,"imageIndex":132},
{"imageOffset":4020,"symbol": "mach_msg" ,"symbolLocation":24,"imageIndex":132},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881520,"imageIndex":56},
{"imageOffset":81881248,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}]},{"id":15662899,"name":"ThreadPoolForegroundWorker",
"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":286985419751424},{"value":0},{"value":286985419751424},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":66819},{"value":0},{"value":18446744073709551569},{"value":51747244392},{"value":0},{"value":0},{"value":32},{"value":286985419751424},{"value":0},{"value":286985419751424},{"value":6221049056},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6720950312},"cpsr":{"value":0},"fp":{"value":6221048400},"sp":{"value":6221048320},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720875572},"far":{"value":0}},"frames":[
{"imageOffset":3124,"symbol": "mach_msg2_trap" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":77864,"symbol": "mach_msg2_internal" ,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39308,"symbol": "mach_msg_overwrite" ,"symbolLocation":484,"imageIndex":132},
{"imageOffset":4020,"symbol": "mach_msg" ,"symbolLocation":24,"imageIndex":132},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881520,"imageIndex":56},
{"imageOffset":81881248,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}]},{"id":15662900,"name":"NetworkService",
"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":53449736288},{"value":2},{"value":0},{"value":0},{"value":5738566232},{"value":0},{"value":0},{"value":2},{"value":56},{"value":5738559982},{"value":5738559982},{"value":0},{"value":0},{"value":369},{"value":6229471232},{"value":0},{"value":53447481200},{"value":53455032064},{"value":0},{"value":6229470632},{"value":12297829382473034411},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5633660932},"cpsr":{"value":1610612736},"fp":{"value":6229470608},"sp":{"value":6229470512},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720924548},"far":{"value":0}},"frames":[
{"imageOffset":52100,"symbol": "kevent64" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":82188292,"imageIndex":56},
{"imageOffset":82187852,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}]},{"id":15662901,"name":"NetworkNotificationThreadMac",
"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":296881024401408},{"value":0},{"value":296881024401408},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":69123},{"value":0},{"value":18446744073709551569},{"value":8566414064},{"value":0},{"value":4294967295},{"value":2},{"value":296881024401408},{"value":0},{"value":296881024401408},{"value":6237888040},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6720950312},"cpsr":{"value":0},"fp":{"value":6237887888},"sp":{"value":6237887808},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720875572},"far":{"value":0}},"frames":[
{"imageOffset":3124,"symbol": "mach_msg2_trap" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":77864,"symbol": "mach_msg2_internal" ,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39308,"symbol": "mach_msg_overwrite" ,"symbolLocation":484,"imageIndex":132},
{"imageOffset":4020,"symbol": "mach_msg" ,"symbolLocation":24,"imageIndex":132},
{"imageOffset":392080,"symbol": "__CFRunLoopServiceMachPort" ,"symbolLocation":160,"imageIndex":140},
{"imageOffset":386280,"symbol": "__CFRunLoopRun" ,"symbolLocation":1188,"imageIndex":140},
{"imageOffset":1147740,"symbol": "_CFRunLoopRunSpecificWithOptions" ,"symbolLocation":532,"imageIndex":140},
{"imageOffset":10860688,"symbol": "-[NSRunLoop(NSRunLoop) runMode:beforeDate:]" ,"symbolLocation":212,"imageIndex":141},
{"imageOffset":82438680,"imageIndex":56},
{"imageOffset":82433204,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}]},{"id":15662902,"name":"NetworkConfigWatcher",
"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":300179559284736},{"value":0},{"value":300179559284736},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":69891},{"value":0},{"value":18446744073709551569},{"value":6246313984},{"value":0},{"value":0},{"value":32},{"value":300179559284736},{"value":0},{"value":300179559284736},{"value":6246313040},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6720950312},"cpsr":{"value":0},"fp":{"value":6246312384},"sp":{"value":6246312304},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720875572},"far":{"value":0}},"frames":[
{"imageOffset":3124,"symbol": "mach_msg2_trap" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":77864,"symbol": "mach_msg2_internal" ,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39308,"symbol": "mach_msg_overwrite" ,"symbolLocation":484,"imageIndex":132},
{"imageOffset":4020,"symbol": "mach_msg" ,"symbolLocation":24,"imageIndex":132},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81623128,"imageIndex":56},
{"imageOffset":81250960,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}]},{"id":15662903,"name":"ThreadPoolSingleThreadForegroundBlocking0",
"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":303478094168064},{"value":0},{"value":303478094168064},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":70659},{"value":0},{"value":18446744073709551569},{"value":53496393728},{"value":0},{"value":0},{"value":32},{"value":303478094168064},{"value":0},{"value":303478094168064},{"value":6254734560},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6720950312},"cpsr":{"value":0},"fp":{"value":6254733904},"sp":{"value":6254733824},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720875572},"far":{"value":0}},"frames":[
{"imageOffset":3124,"symbol": "mach_msg2_trap" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":77864,"symbol": "mach_msg2_internal" ,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39308,"symbol": "mach_msg_overwrite" ,"symbolLocation":484,"imageIndex":132},
{"imageOffset":4020,"symbol": "mach_msg" ,"symbolLocation":24,"imageIndex":132},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881608,"imageIndex":56},
{"imageOffset":81881308,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}]},{"id":15662920,"name":"NetworkConfigWatcher",
"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":551967722045440},{"value":0},{"value":551967722045440},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":128515},{"value":0},{"value":18446744073709551569},{"value":6263730176},{"value":0},{"value":0},{"value":32},{"value":551967722045440},{"value":0},{"value":551967722045440},{"value":6263729232},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6720950312},"cpsr":{"value":0},"fp":{"value":6263728576},"sp":{"value":6263728496},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720875572},"far":{"value":0}},"frames":[
{"imageOffset":3124,"symbol": "mach_msg2_trap" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":77864,"symbol": "mach_msg2_internal" ,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39308,"symbol": "mach_msg_overwrite" ,"symbolLocation":484,"imageIndex":132},
{"imageOffset":4020,"symbol": "mach_msg" ,"symbolLocation":24,"imageIndex":132},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81623128,"imageIndex":56},
{"imageOffset":81250960,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}]},{"id":15662940,"name":"ThreadPoolBackgroundWorker",
"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":420180945534976},{"value":0},{"value":420180945534976},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":97831},{"value":0},{"value":18446744073709551569},{"value":83887104},{"value":0},{"value":0},{"value":32},{"value":420180945534976},{"value":0},{"value":420180945534976},{"value":6275017952},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6720950312},"cpsr":{"value":0},"fp":{"value":6275017296},"sp":{"value":6275017216},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720875572},"far":{"value":0}},"frames":[
{"imageOffset":3124,"symbol": "mach_msg2_trap" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":77864,"symbol": "mach_msg2_internal" ,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39308,"symbol": "mach_msg_overwrite" ,"symbolLocation":484,"imageIndex":132},
{"imageOffset":4020,"symbol": "mach_msg" ,"symbolLocation":24,"imageIndex":132},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881388,"imageIndex":56},
{"imageOffset":81881296,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}]},{"id":15662960,"name":"MemoryInfra",
"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":590450629017600},{"value":0},{"value":590450629017600},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":137475},{"value":0},{"value":18446744073709551569},{"value":6283440128},{"value":0},{"value":0},{"value":32},{"value":590450629017600},{"value":0},{"value":590450629017600},{"value":6283439184},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6720950312},"cpsr":{"value":0},"fp":{"value":6283438528},"sp":{"value":6283438448},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720875572},"far":{"value":0}},"frames":[
{"imageOffset":3124,"symbol": "mach_msg2_trap" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":77864,"symbol": "mach_msg2_internal" ,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39308,"symbol": "mach_msg_overwrite" ,"symbolLocation":484,"imageIndex":132},
{"imageOffset":4020,"symbol": "mach_msg" ,"symbolLocation":24,"imageIndex":132},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81623128,"imageIndex":56},
{"imageOffset":81250960,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}]},{"id":15662961,"name":"ThreadPoolSingleThreadSharedBackgroundBlocking1",
"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":734486652256256},{"value":0},{"value":734486652256256},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":171011},{"value":0},{"value":18446744073709551569},{"value":2651115556},{"value":0},{"value":0},{"value":32},{"value":734486652256256},{"value":0},{"value":734486652256256},{"value":6291860704},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6720950312},"cpsr":{"value":0},"fp":{"value":6291860048},"sp":{"value":6291859968},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720875572},"far":{"value":0}},"frames":[
{"imageOffset":3124,"symbol": "mach_msg2_trap" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":77864,"symbol": "mach_msg2_internal" ,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39308,"symbol": "mach_msg_overwrite" ,"symbolLocation":484,"imageIndex":132},
{"imageOffset":4020,"symbol": "mach_msg" ,"symbolLocation":24,"imageIndex":132},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881432,"imageIndex":56},
{"imageOffset":81881344,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}]},{"id":15662962,"name":"ThreadPoolSingleThreadSharedForeground2",
"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":599246722039808},{"value":0},{"value":599246722039808},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":139523},{"value":0},{"value":18446744073709551569},{"value":53500616704},{"value":0},{"value":0},{"value":32},{"value":599246722039808},{"value":0},{"value":599246722039808},{"value":6300282080},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6720950312},"cpsr":{"value":0},"fp":{"value":6300281424},"sp":{"value":6300281344},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720875572},"far":{"value":0}},"frames":[
{"imageOffset":3124,"symbol": "mach_msg2_trap" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":77864,"symbol": "mach_msg2_internal" ,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39308,"symbol": "mach_msg_overwrite" ,"symbolLocation":484,"imageIndex":132},
{"imageOffset":4020,"symbol": "mach_msg" ,"symbolLocation":24,"imageIndex":132},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881564,"imageIndex":56},
{"imageOffset":81881320,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}]},{"id":15729992,"name":"ThreadPoolForegroundWorker",
"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":764482703851520},{"value":0},{"value":764482703851520},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":177995},{"value":0},{"value":18446744073709551569},{"value":14782530430},{"value":0},{"value":0},{"value":32},{"value":764482703851520},{"value":0},{"value":764482703851520},{"value":6317124832},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6720950312},"cpsr":{"value":0},"fp":{"value":6317124176},"sp":{"value":6317124096},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720875572},"far":{"value":0}},"frames":[
{"imageOffset":3124,"symbol": "mach_msg2_trap" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":77864,"symbol": "mach_msg2_internal" ,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39308,"symbol": "mach_msg_overwrite" ,"symbolLocation":484,"imageIndex":132},
{"imageOffset":4020,"symbol": "mach_msg" ,"symbolLocation":24,"imageIndex":132},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881520,"imageIndex":56},
{"imageOffset":81881248,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}]},{"id":15729993,"name":"ThreadPoolForegroundWorker",
"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":647315996016640},{"value":0},{"value":647315996016640},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":150715},{"value":0},{"value":18446744073709551569},{"value":15101336440},{"value":0},{"value":0},{"value":32},{"value":647315996016640},{"value":0},{"value":647315996016640},{"value":6325546208},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6720950312},"cpsr":{"value":0},"fp":{"value":6325545552},"sp":{"value":6325545472},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720875572},"far":{"value":0}},"frames":[
{"imageOffset":3124,"symbol": "mach_msg2_trap" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":77864,"symbol": "mach_msg2_internal" ,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39308,"symbol": "mach_msg_overwrite" ,"symbolLocation":484,"imageIndex":132},
{"imageOffset":4020,"symbol": "mach_msg" ,"symbolLocation":24,"imageIndex":132},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881520,"imageIndex":56},
{"imageOffset":81881248,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}]},{"id":15729994,"name":"ThreadPoolForegroundWorker",
"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":783535178776576},{"value":0},{"value":783535178776576},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":182431},{"value":0},{"value":18446744073709551569},{"value":51764019564},{"value":0},{"value":0},{"value":32},{"value":783535178776576},{"value":0},{"value":783535178776576},{"value":6333967584},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6720950312},"cpsr":{"value":0},"fp":{"value":6333966928},"sp":{"value":6333966848},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720875572},"far":{"value":0}},"frames":[
{"imageOffset":3124,"symbol": "mach_msg2_trap" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":77864,"symbol": "mach_msg2_internal" ,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39308,"symbol": "mach_msg_overwrite" ,"symbolLocation":484,"imageIndex":132},
{"imageOffset":4020,"symbol": "mach_msg" ,"symbolLocation":24,"imageIndex":132},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881520,"imageIndex":56},
{"imageOffset":81881248,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}]},{"id":15729995,"name":"ThreadPoolForegroundWorker",
"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":685266327044096},{"value":0},{"value":685266327044096},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":159551},{"value":0},{"value":18446744073709551569},{"value":53537488896},{"value":0},{"value":0},{"value":32},{"value":685266327044096},{"value":0},{"value":685266327044096},{"value":6342388960},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6720950312},"cpsr":{"value":0},"fp":{"value":6342388304},"sp":{"value":6342388224},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720875572},"far":{"value":0}},"frames":[
{"imageOffset":3124,"symbol": "mach_msg2_trap" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":77864,"symbol": "mach_msg2_internal" ,"symbolLocation":76,"imageIndex":132},
{"imageOffset":39308,"symbol": "mach_msg_overwrite" ,"symbolLocation":484,"imageIndex":132},
{"imageOffset":4020,"symbol": "mach_msg" ,"symbolLocation":24,"imageIndex":132},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881520,"imageIndex":56},
{"imageOffset":81881248,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}]},{"id":15777186,"frames":[
{"imageOffset":17656,"symbol": "__psynch_cvwait" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":28892,"symbol": "_pthread_cond_wait" ,"symbolLocation":984,"imageIndex":133},
{"imageOffset":1502040,"symbol": "blas_thread_server" ,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}],
"threadState":{"x":[{"value":260},{"value":0},{"value":66304},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6095695560},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8566412184},{"value":0},{"value":4592230416 ,"symbolLocation":16,"symbol": "thread_status"},{"value":4592230480 ,"symbolLocation":80,"symbol": "thread_status"},{"value":6095696096},{"value":0},{"value":0},{"value":66304},{"value":66305},{"value":66560},{"value":4592144384 ,"symbolLocation":16,"symbol": "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6721151196},"cpsr":{"value":1610612736},"fp":{"value":6095695680},"sp":{"value":6095695536},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720890104},"far":{"value":0}}},{"id":15777187,"frames":[
{"imageOffset":17656,"symbol": "__psynch_cvwait" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":28892,"symbol": "_pthread_cond_wait" ,"symbolLocation":984,"imageIndex":133},
{"imageOffset":1502040,"symbol": "blas_thread_server" ,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}],
"threadState":{"x":[{"value":260},{"value":0},{"value":66304},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6096269000},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8566412184},{"value":0},{"value":4592230544 ,"symbolLocation":144,"symbol": "thread_status"},{"value":4592230608 ,"symbolLocation":208,"symbol": "thread_status"},{"value":6096269536},{"value":0},{"value":0},{"value":66304},{"value":66305},{"value":66560},{"value":4592144384 ,"symbolLocation":16,"symbol": "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6721151196},"cpsr":{"value":1610612736},"fp":{"value":6096269120},"sp":{"value":6096268976},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720890104},"far":{"value":0}}},{"id":15777188,"frames":[
{"imageOffset":17656,"symbol": "__psynch_cvwait" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":28892,"symbol": "_pthread_cond_wait" ,"symbolLocation":984,"imageIndex":133},
{"imageOffset":1502040,"symbol": "blas_thread_server" ,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}],
"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6096842440},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8566412184},{"value":0},{"value":4592230672 ,"symbolLocation":272,"symbol": "thread_status"},{"value":4592230736 ,"symbolLocation":336,"symbol": "thread_status"},{"value":6096842976},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4592144384 ,"symbolLocation":16,"symbol": "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6721151196},"cpsr":{"value":1610612736},"fp":{"value":6096842560},"sp":{"value":6096842416},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720890104},"far":{"value":0}}},{"id":15777189,"frames":[
{"imageOffset":17656,"symbol": "__psynch_cvwait" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":28892,"symbol": "_pthread_cond_wait" ,"symbolLocation":984,"imageIndex":133},
{"imageOffset":1502040,"symbol": "blas_thread_server" ,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}],
"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6097415880},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8566412184},{"value":0},{"value":4592230800 ,"symbolLocation":400,"symbol": "thread_status"},{"value":4592230864 ,"symbolLocation":464,"symbol": "thread_status"},{"value":6097416416},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4592144384 ,"symbolLocation":16,"symbol": "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6721151196},"cpsr":{"value":1610612736},"fp":{"value":6097416000},"sp":{"value":6097415856},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720890104},"far":{"value":0}}},{"id":15777190,"frames":[
{"imageOffset":17656,"symbol": "__psynch_cvwait" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":28892,"symbol": "_pthread_cond_wait" ,"symbolLocation":984,"imageIndex":133},
{"imageOffset":1502040,"symbol": "blas_thread_server" ,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}],
"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6097989320},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8566412184},{"value":0},{"value":4592230928 ,"symbolLocation":528,"symbol": "thread_status"},{"value":4592230992 ,"symbolLocation":592,"symbol": "thread_status"},{"value":6097989856},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4592144384 ,"symbolLocation":16,"symbol": "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6721151196},"cpsr":{"value":1610612736},"fp":{"value":6097989440},"sp":{"value":6097989296},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720890104},"far":{"value":0}}},{"id":15777191,"frames":[
{"imageOffset":17656,"symbol": "__psynch_cvwait" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":28892,"symbol": "_pthread_cond_wait" ,"symbolLocation":984,"imageIndex":133},
{"imageOffset":1502040,"symbol": "blas_thread_server" ,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}],
"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6098562760},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8566412184},{"value":0},{"value":4592231056 ,"symbolLocation":656,"symbol": "thread_status"},{"value":4592231120 ,"symbolLocation":720,"symbol": "thread_status"},{"value":6098563296},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4592144384 ,"symbolLocation":16,"symbol": "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6721151196},"cpsr":{"value":1610612736},"fp":{"value":6098562880},"sp":{"value":6098562736},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720890104},"far":{"value":0}}},{"id":15777192,"frames":[
{"imageOffset":17656,"symbol": "__psynch_cvwait" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":28892,"symbol": "_pthread_cond_wait" ,"symbolLocation":984,"imageIndex":133},
{"imageOffset":1502040,"symbol": "blas_thread_server" ,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}],
"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6099136200},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8566412184},{"value":0},{"value":4592231184 ,"symbolLocation":784,"symbol": "thread_status"},{"value":4592231248 ,"symbolLocation":848,"symbol": "thread_status"},{"value":6099136736},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4592144384 ,"symbolLocation":16,"symbol": "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6721151196},"cpsr":{"value":1610612736},"fp":{"value":6099136320},"sp":{"value":6099136176},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720890104},"far":{"value":0}}},{"id":15777193,"frames":[
{"imageOffset":17656,"symbol": "__psynch_cvwait" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":28892,"symbol": "_pthread_cond_wait" ,"symbolLocation":984,"imageIndex":133},
{"imageOffset":1502040,"symbol": "blas_thread_server" ,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}],
"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6099709640},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8566412184},{"value":0},{"value":4592231312 ,"symbolLocation":912,"symbol": "thread_status"},{"value":4592231376 ,"symbolLocation":976,"symbol": "thread_status"},{"value":6099710176},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4592144384 ,"symbolLocation":16,"symbol": "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6721151196},"cpsr":{"value":1610612736},"fp":{"value":6099709760},"sp":{"value":6099709616},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720890104},"far":{"value":0}}},{"id":15777194,"frames":[
{"imageOffset":17656,"symbol": "__psynch_cvwait" ,"symbolLocation":8,"imageIndex":132},
{"imageOffset":28892,"symbol": "_pthread_cond_wait" ,"symbolLocation":984,"imageIndex":133},
{"imageOffset":1502040,"symbol": "blas_thread_server" ,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27656,"symbol": "_pthread_start" ,"symbolLocation":136,"imageIndex":133},
{"imageOffset":7080,"symbol": "thread_start" ,"symbolLocation":8,"imageIndex":133}],
"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6100283080},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8566412184},{"value":0},{"value":4592231440 ,"symbolLocation":1040,"symbol": "thread_status"},{"value":4592231504 ,"symbolLocation":1104,"symbol": "thread_status"},{"value":6100283616},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4592144384 ,"symbolLocation":16,"symbol": "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6721151196},"cpsr":{"value":1610612736},"fp":{"value":6100283200},"sp":{"value":6100283056},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6720890104},"far":{"value":0}}},{"id":17079910,"frames":[
],
"threadState":{"x":[{"value":6264303616},{"value":256231},{"value":6263767040},{"value":6264302464},{"value":5193732},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6264302448},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6721129364},"far":{"value":0}}},{"id":17093737,
"threadState":{"x":[{"value":0},{"value":8},{"value":6265447871},{"value":10},{"value":0},{"value":6265448255},{"value":0},{"value":0},{"value":1},{"value":0},{"value":4933682924},{"value":4926554112},{"value":0},{"value":0},{"value":5065359360},{"value":8543495992 ,"symbolLocation":0,"symbol": "OBJC_CLASS_$___NSCFString"},{"value":11642806640},{"value":11642806640},{"value":0},{"value":6265448392},{"value":8540557840 ,"symbolLocation":4464,"symbol": "lsl::sPoolBytes"},{"value":4563859824},{"value":4563909624},{"value":1960},{"value":4563909624},{"value":6265448919},{"value":6265448920},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6717401664},"cpsr":{"value":536870912},"fp":{"value":6265448320},"sp":{"value":6265448240},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6717401668},"far":{"value":0}},"queue":"com.apple.root.utility-qos","frames":[
{"imageOffset":252484,"symbol": "invocation function for block in dyld4::APIs::findImageMappedAt(void const*, dyld3::MachOLoaded const**, bool*, char const**, void const**, unsigned long long*, unsigned char*, dyld4::Loader const**)" ,"symbolLocation":152,"imageIndex":144},
{"imageOffset":76744,"symbol": "dyld4::RuntimeLocks::withLoadersReadLock(void () block_pointer)" ,"symbolLocation":92,"imageIndex":144},
{"imageOffset":251944,"symbol": "dyld4::APIs::findImageMappedAt(void const*, dyld3::MachOLoaded const**, bool*, char const**, void const**, unsigned long long*, unsigned char*, dyld4::Loader const**)" ,"symbolLocation":720,"imageIndex":144},
{"imageOffset":252884,"symbol": "dyld4::APIs::dyld_image_path_containing_address(void const*)" ,"symbolLocation":76,"imageIndex":144},
{"imageOffset":18408,"symbol": "__createContextTelemetryDataWithQueueLabelAndCallstack_block_invoke" ,"symbolLocation":200,"imageIndex":146},
{"imageOffset":7004,"symbol": "_dispatch_call_block_and_release" ,"symbolLocation":32,"imageIndex":147},
{"imageOffset":113348,"symbol": "_dispatch_client_callout" ,"symbolLocation":16,"imageIndex":147},
{"imageOffset":231916,"symbol": "" ,"symbolLocation":32,"imageIndex":147},
{"imageOffset":82236,"symbol": "_dispatch_root_queue_drain" ,"symbolLocation":736,"imageIndex":147},
{"imageOffset":83844,"symbol": "_dispatch_worker_thread2" ,"symbolLocation":180,"imageIndex":147},
{"imageOffset":11792,"symbol": "_pthread_wqthread" ,"symbolLocation":232,"imageIndex":133},
{"imageOffset":7068,"symbol": "start_wqthread" ,"symbolLocation":8,"imageIndex":133}]},{"id":17123744,"frames":[
],
"threadState":{"x":[{"value":6102003712},{"value":206971},{"value":6101467136},{"value":6102002560},{"value":5193732},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6102002544},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6721129364},"far":{"value":0}}},{"id":17123745,"frames":[
],
"threadState":{"x":[{"value":6102577152},{"value":208579},{"value":6102040576},{"value":6102576000},{"value":7159812},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6102575984},"esr":{"value":0},"pc":{"value":6721129364},"far":{"value":0}}},{"id":17123746,"frames":[
],
"threadState":{"x":[{"value":6255308800},{"value":4511},{"value":6254772224},{"value":6255307648},{"value":5193732},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6255307632},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6721129364},"far":{"value":0}}}],
"usedImages" : [
[deleted to fit within ticket limits]
],
"sharedCache" : {
"base" : 6716063744,
"size" : 5609635840,
"uuid" : "b69ff43c-dbfd-3fb1-b4fe-a8fe32ea1062"
},
"vmSummary" : "ReadOnly portion of Libraries: Total=1.9G resident=0K(0%) swapped_out_or_unallocated=1.9G(100%)
Writable regions: Total=1.7G written=53.6M(3%) resident=1714K(0%) swapped_out=51.9M(3%) unallocated=1.7G(97%)
VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 128K 1
Activity Tracing 256K 1
AttributeGraph Data 1024K 1
CG image 1792K 34
ColorSync 224K 9
CoreAnimation 5312K 218
CoreGraphics 32K 2
CoreServices 624K 2
CoreUI image data 5280K 44
Foundation 64K 2
Kernel Alloc Once 96K 2
MALLOC 1.1G 303
MALLOC guard page 3376K 4
Mach message 64K 2
OpenGL GLSL 256K 3
PROTECTED_MEMORY 16K 1
STACK GUARD 672K 42
Stack 232.4M 43
Stack Guard 56.0M 1
VM_ALLOCATE 255.6M 390
VM_ALLOCATE (reserved) 192.0M 1 reserved VM address space (unallocated)
__AUTH 5878K 653
__AUTH_CONST 89.8M 1042
__CTF 824 1
__DATA 37.8M 1132
__DATA_CONST 59.3M 1179
__DATA_DIRTY 8820K 902
__FONT_DATA 2352 1
__GLSLBUILTINS 5174K 1
__INFO_FILTER 8 1
__LINKEDIT 622.5M 133
__OBJC_RO 78.3M 1
__OBJC_RW 2567K 1
__TEXT 1.3G 1198
__TEXT (graphics) 185.2M 4
__TPRO_CONST 128K 2
dyld private memory 688K 8
mapped file 721.9M 115
page table in kernel 1714K 1
shared memory 3360K 29
=========== ======= =======
TOTAL 4.9G 7510
TOTAL, minus reserved VM space 4.7G 7510
",
"legacyInfo" : {
"threadTriggered" : {
"name" : "CrBrowserMain",
"queue" : "com.apple.main-thread"
}
},
"logWritingSignature" : "669274142409163f6beb5d894982bc49aecaff50",
"trialInfo" : {
"rollouts" : [
{
"rolloutId" : "661464ecda55e5192b100804",
"factorPackIds" : [
],
"deploymentId" : 240000005
},
{
"rolloutId" : "648cada15dbc71671bb3aa1b",
"factorPackIds" : [
"65a81173096f6a1f1ba46525"
],
"deploymentId" : 240000116
}
],
"experiments" : [
]
}
}
===== Log before crash start =====
UCSF ChimeraX version: 1.11.1 (2026-01-23)
© 2016-2025 Regents of the University of California. All rights reserved.
How to cite UCSF ChimeraX
> open /Users/king/Desktop/project/alphafold/1qj8.pdb
Chain information for 1qj8.pdb #1
---
Chain | Description
A | No description available
Computing secondary structure
> view orient
> view initial
> graphics axis true
Expected a keyword
> view
> view x
Expected an objects specifier or a view name or a keyword
> shape rectangle width 80 height 80 color tan
> move z 10 models #2
> move z -100 models #2
> undo
> move x -100 models #2
> move y -100 models #2
> move y 20 models #2
> open /Users/king/Desktop/project/alphafold/ompx/AF-P0A917-F1-model_v6.pdb
AF-P0A917-F1-model_v6.pdb title:
Alphafold monomer V2.0 prediction for outer membrane protein X (P0A917) [more
info...]
Chain information for AF-P0A917-F1-model_v6.pdb #3
---
Chain | Description | UniProt
A | outer membrane protein X | OMPX_ECOLI 1-171
Computing secondary structure
> matchmaker #3 to #1
Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker 1qj8.pdb, chain A (#1) with AF-P0A917-F1-model_v6.pdb, chain A
(#3), sequence alignment score = 791.7
RMSD between 148 pruned atom pairs is 0.559 angstroms; (across all 148 pairs:
0.559)
> hide #2 models
> show #2 models
> hide #3 models
> show #3 models
> hide #1 models
> select add #3
1314 atoms, 1346 bonds, 171 residues, 1 model selected
> color sel lime
> color sel cyan
> color sel gray
> color sel light gray
> ui tool show "Show Sequence Viewer"
> select :36-44
139 atoms, 130 bonds, 27 residues, 2 models selected
> color (#3 & sel) red
> select :70-85
258 atoms, 259 bonds, 35 residues, 2 models selected
> color (#3 & sel) orange
> select :110-129
330 atoms, 335 bonds, 44 residues, 2 models selected
> color (#3 & sel) forest green
> select :154-160
64 atoms, 61 bonds, 9 residues, 2 models selected
> color (#3 & sel) blue
> move y 20 models #2
> move y -10 models #2
> show #1 models
> hide #3 models
> show #3 models
> ui tool show "Show Sequence Viewer"
> sequence chain #3/A
Alignment identifier is 3/A
> hide #3 models
> select: 36-44
Unknown command: select: 36-44
> select: 36-44.A
Unknown command: select: 36-44.A
> select #3/A:17-70
397 atoms, 403 bonds, 54 residues, 1 model selected
> select #3/A:17-20
23 atoms, 22 bonds, 4 residues, 1 model selected
> select #3/A:17-20
23 atoms, 22 bonds, 4 residues, 1 model selected
> select #3/A:23
5 atoms, 4 bonds, 1 residue, 1 model selected
> select #3/A:23-28
37 atoms, 36 bonds, 6 residues, 1 model selected
> select #3/A:29-30
11 atoms, 10 bonds, 2 residues, 1 model selected
> select #3/A:29-31
15 atoms, 14 bonds, 3 residues, 1 model selected
> select #3/A:33-34
14 atoms, 13 bonds, 2 residues, 1 model selected
> select #3/A:33-34
14 atoms, 13 bonds, 2 residues, 1 model selected
> select #3/A:36
8 atoms, 7 bonds, 1 residue, 1 model selected
> select #3/A:36-41
43 atoms, 42 bonds, 6 residues, 1 model selected
> select #3/A:36
8 atoms, 7 bonds, 1 residue, 1 model selected
> select #3/A:36-45
72 atoms, 71 bonds, 10 residues, 1 model selected
> select #3/A:36
8 atoms, 7 bonds, 1 residue, 1 model selected
> select #3/A:36-44
68 atoms, 67 bonds, 9 residues, 1 model selected
> color #1-2 red
> undo
> select #3/A:24-37,44-55,60-74,80-97,100-117,121-138,144-155,158-171
950 atoms, 968 bonds, 121 residues, 1 model selected
> ui tool show "Show Sequence Viewer"
> sequence chain #1/A
Alignment identifier is 1/A
> select #1/A:7
4 atoms, 3 bonds, 1 residue, 1 model selected
> select #1/A:7-12
40 atoms, 40 bonds, 6 residues, 1 model selected
> select #1/A:14
5 atoms, 4 bonds, 1 residue, 1 model selected
> select #1/A:14-19
43 atoms, 42 bonds, 6 residues, 1 model selected
> select #1/A:21
8 atoms, 7 bonds, 1 residue, 1 model selected
> select #1/A:21-24
27 atoms, 27 bonds, 4 residues, 1 model selected
> select #1/A:32
9 atoms, 8 bonds, 1 residue, 1 model selected
> select #1/A:32-38
50 atoms, 50 bonds, 7 residues, 1 model selected
> select #1/A:36
7 atoms, 7 bonds, 1 residue, 1 model selected
> select #1/A:36-45
74 atoms, 76 bonds, 10 residues, 1 model selected
> select #1/A:29
11 atoms, 10 bonds, 1 residue, 1 model selected
> select #1/A:29-32
41 atoms, 41 bonds, 4 residues, 1 model selected
> select #1/A:27-32
62 atoms, 63 bonds, 6 residues, 1 model selected
> select #1/A:27-32
62 atoms, 63 bonds, 6 residues, 1 model selected
> select #1/A:37
8 atoms, 7 bonds, 1 residue, 1 model selected
> select #1/A:37-40
27 atoms, 26 bonds, 4 residues, 1 model selected
> select #1/A:25
8 atoms, 7 bonds, 1 residue, 1 model selected
> select #1/A:16-25
73 atoms, 73 bonds, 10 residues, 1 model selected
> select #1/A:16-17
13 atoms, 12 bonds, 2 residues, 1 model selected
> select #1/A:14-17
27 atoms, 26 bonds, 4 residues, 1 model selected
> select #1/A:14
5 atoms, 4 bonds, 1 residue, 1 model selected
> select #1/A:10-14
33 atoms, 32 bonds, 5 residues, 1 model selected
> hide #1 models
> show #3 models
> show #1 models
> select #1/A:13
8 atoms, 7 bonds, 1 residue, 1 model selected
> select #1/A:13-17
35 atoms, 34 bonds, 5 residues, 1 model selected
> hide #3 models
> select #1/A:13
8 atoms, 7 bonds, 1 residue, 1 model selected
> select #1/A:13-21
68 atoms, 67 bonds, 9 residues, 1 model selected
> color sel red
> select #1/A:47
9 atoms, 8 bonds, 1 residue, 1 model selected
> select #1/A:47-62
129 atoms, 130 bonds, 16 residues, 1 model selected
> color sel orange
> select #1/A:87
12 atoms, 12 bonds, 1 residue, 1 model selected
> select #1/A:87-106
168 atoms, 173 bonds, 20 residues, 1 model selected
> color sel forest green
> select #1/A:131
11 atoms, 10 bonds, 1 residue, 1 model selected
> select #1/A:131-137
58 atoms, 57 bonds, 7 residues, 1 model selected
> color sel blue
> show #3 models
> hide #3 models
> show #3 models
> hide #3 models
> show #3 models
> hide #3 models
> show #3 models
> hide #3 models
Unsupported scale factor (0.000000) detected on Display0
> save /Users/king/Desktop/project/alphafold/ompx/3.15.cxs
Desktop color scheme is light
> hide #1 models
> show #3 models
> measure center #2
Center of area of surface rectangle #2 = (-6.48, -9.04, 15.06)
Desktop color scheme is dark
Desktop color scheme is light
> select #1/A:2-14,21-31,37-51,57-74,77-94,98-115,121-132,135-147
922 atoms, 938 bonds, 118 residues, 1 model selected
> select #1/A:131-137
58 atoms, 57 bonds, 7 residues, 1 model selected
> select #1/A:31
9 atoms, 8 bonds, 1 residue, 1 model selected
> select #1/A:31-32
18 atoms, 17 bonds, 2 residues, 1 model selected
> select #1/A:2-14,21-31,37-51,57-74,77-94,98-115,121-132,135-147
922 atoms, 938 bonds, 118 residues, 1 model selected
> select #1/A:54
6 atoms, 5 bonds, 1 residue, 1 model selected
> select #1/A:54-55
10 atoms, 9 bonds, 2 residues, 1 model selected
> Select ~sel
Unknown command: Select ~sel
> style #3 stick
Changed 1314 atom styles
> style #3 stick
Changed 1314 atom styles
> style #3 sphere
Changed 1314 atom styles
> style #3 sphere
Changed 1314 atom styles
> ui tool show "Show Sequence Viewer"
> sequence chain #3/A
Alignment identifier is 3/A
> show #1 models
> hide #1 models
> show #1 models
> hide #1 models
> show #1 models
> hide #1 models
> show #1 models
> hide #1 models
> open "/Users/king/Desktop/project/alphafold/ompx/exp - 2M06.cif"
exp - 2M06.cif title:
NMR structure of OmpX in phopspholipid nanodiscs [more info...]
Chain information for exp - 2M06.cif
---
Chain | Description | UniProt
4.1/A 4.2/A 4.3/A 4.4/A 4.5/A 4.6/A 4.7/A 4.8/A 4.9/A 4.10/A 4.11/A 4.12/A 4.13/A 4.14/A 4.15/A 4.16/A 4.17/A 4.18/A 4.19/A 4.20/A | Outer membrane protein X | OMPX_ECOLI 1-148
> ui tool show "Show Sequence Viewer"
> select #4.1/A:1-148
2229 atoms, 2260 bonds, 148 residues, 1 model selected
> ui tool show "Show Sequence Viewer"
> sequence chain #4.1/A #4.2/A #4.3/A #4.4/A #4.5/A #4.6/A #4.7/A #4.8/A
> #4.9/A #4.10/A #4.11/A #4.12/A #4.13/A #4.14/A #4.15/A #4.16/A #4.17/A
> #4.18/A #4.19/A #4.20/A
Alignment identifier is 1
> matchmaker #4.1 to #1
Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker 1qj8.pdb, chain A (#1) with exp - 2M06.cif, chain A (#4.1),
sequence alignment score = 716.1
RMSD between 89 pruned atom pairs is 1.352 angstroms; (across all 148 pairs:
4.602)
> matchmaker #4.1 to #3
Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker AF-P0A917-F1-model_v6.pdb, chain A (#3) with exp - 2M06.cif, chain
A (#4.1), sequence alignment score = 718.6
RMSD between 98 pruned atom pairs is 1.232 angstroms; (across all 148 pairs:
4.317)
> hide #2 models
> ui tool show "Show Sequence Viewer"
> sequence chain #3/A
Alignment identifier is 3/A
> select #3/A:1
8 atoms, 7 bonds, 1 residue, 1 model selected
> select #3/A:1-22
149 atoms, 149 bonds, 22 residues, 1 model selected
> ui tool show "Show Sequence Viewer"
> sequence chain #4.1/A #4.2/A #4.3/A #4.4/A #4.5/A #4.6/A #4.7/A #4.8/A
> #4.9/A #4.10/A #4.11/A #4.12/A #4.13/A #4.14/A #4.15/A #4.16/A #4.17/A
> #4.18/A #4.19/A #4.20/A
Alignment identifier is 1
> select #4.1/A:1 #4.2/A:1 #4.3/A:1 #4.4/A:1 #4.5/A:1 #4.6/A:1 #4.7/A:1
> #4.8/A:1 #4.9/A:1 #4.10/A:1 #4.11/A:1 #4.12/A:1 #4.13/A:1 #4.14/A:1
> #4.15/A:1 #4.16/A:1 #4.17/A:1 #4.18/A:1 #4.19/A:1 #4.20/A:1
240 atoms, 220 bonds, 20 residues, 20 models selected
> select #4.1/A #4.2/A #4.3/A #4.4/A #4.5/A #4.6/A #4.7/A #4.8/A #4.9/A
> #4.10/A #4.11/A #4.12/A #4.13/A #4.14/A #4.15/A #4.16/A #4.17/A #4.18/A
> #4.19/A #4.20/A
44580 atoms, 45200 bonds, 2960 residues, 20 models selected
Outer Membrane Protein X [ID: 1] region 20 chains [1-148] RMSD: 36.163
> color sel purple
> color sel dark gray
> color sel black
> color sel hot pink
> color sel light sea green
> select #4.1/A:13 #4.2/A:13 #4.3/A:13 #4.4/A:13 #4.5/A:13 #4.6/A:13 #4.7/A:13
> #4.8/A:13 #4.9/A:13 #4.10/A:13 #4.11/A:13 #4.12/A:13 #4.13/A:13 #4.14/A:13
> #4.15/A:13 #4.16/A:13 #4.17/A:13 #4.18/A:13 #4.19/A:13 #4.20/A:13
240 atoms, 220 bonds, 20 residues, 20 models selected
> select #4.1/A:13-21 #4.2/A:13-21 #4.3/A:13-21 #4.4/A:13-21 #4.5/A:13-21
> #4.6/A:13-21 #4.7/A:13-21 #4.8/A:13-21 #4.9/A:13-21 #4.10/A:13-21
> #4.11/A:13-21 #4.12/A:13-21 #4.13/A:13-21 #4.14/A:13-21 #4.15/A:13-21
> #4.16/A:13-21 #4.17/A:13-21 #4.18/A:13-21 #4.19/A:13-21 #4.20/A:13-21
2660 atoms, 2640 bonds, 180 residues, 20 models selected
Outer Membrane Protein X [ID: 1] region 20 chains [13-21] RMSD: 35.183
> color sel dim gray
> show #2 models
> select #4.1/A:47 #4.2/A:47 #4.3/A:47 #4.4/A:47 #4.5/A:47 #4.6/A:47 #4.7/A:47
> #4.8/A:47 #4.9/A:47 #4.10/A:47 #4.11/A:47 #4.12/A:47 #4.13/A:47 #4.14/A:47
> #4.15/A:47 #4.16/A:47 #4.17/A:47 #4.18/A:47 #4.19/A:47 #4.20/A:47
300 atoms, 280 bonds, 20 residues, 20 models selected
> select #4.1/A:47-62 #4.2/A:47-62 #4.3/A:47-62 #4.4/A:47-62 #4.5/A:47-62
> #4.6/A:47-62 #4.7/A:47-62 #4.8/A:47-62 #4.9/A:47-62 #4.10/A:47-62
> #4.11/A:47-62 #4.12/A:47-62 #4.13/A:47-62 #4.14/A:47-62 #4.15/A:47-62
> #4.16/A:47-62 #4.17/A:47-62 #4.18/A:47-62 #4.19/A:47-62 #4.20/A:47-62
4920 atoms, 4940 bonds, 320 residues, 20 models selected
Outer Membrane Protein X [ID: 1] region 20 chains [47-62] RMSD: 41.843
> color sel dim gray
> color sel dark gray
> color sel dim gray
> select #4.1/A:87 #4.2/A:87 #4.3/A:87 #4.4/A:87 #4.5/A:87 #4.6/A:87 #4.7/A:87
> #4.8/A:87 #4.9/A:87 #4.10/A:87 #4.11/A:87 #4.12/A:87 #4.13/A:87 #4.14/A:87
> #4.15/A:87 #4.16/A:87 #4.17/A:87 #4.18/A:87 #4.19/A:87 #4.20/A:87
420 atoms, 420 bonds, 20 residues, 20 models selected
> select #4.1/A:87-106 #4.2/A:87-106 #4.3/A:87-106 #4.4/A:87-106 #4.5/A:87-106
> #4.6/A:87-106 #4.7/A:87-106 #4.8/A:87-106 #4.9/A:87-106 #4.10/A:87-106
> #4.11/A:87-106 #4.12/A:87-106 #4.13/A:87-106 #4.14/A:87-106 #4.15/A:87-106
> #4.16/A:87-106 #4.17/A:87-106 #4.18/A:87-106 #4.19/A:87-106 #4.20/A:87-106
6320 atoms, 6440 bonds, 400 residues, 20 models selected
Outer Membrane Protein X [ID: 1] region 20 chains [87-106] RMSD: 38.635
> color sel dim gray
> select #4.1/A:131 #4.2/A:131 #4.3/A:131 #4.4/A:131 #4.5/A:131 #4.6/A:131
> #4.7/A:131 #4.8/A:131 #4.9/A:131 #4.10/A:131 #4.11/A:131 #4.12/A:131
> #4.13/A:131 #4.14/A:131 #4.15/A:131 #4.16/A:131 #4.17/A:131 #4.18/A:131
> #4.19/A:131 #4.20/A:131
480 atoms, 460 bonds, 20 residues, 20 models selected
> select #4.1/A:131-137 #4.2/A:131-137 #4.3/A:131-137 #4.4/A:131-137
> #4.5/A:131-137 #4.6/A:131-137 #4.7/A:131-137 #4.8/A:131-137 #4.9/A:131-137
> #4.10/A:131-137 #4.11/A:131-137 #4.12/A:131-137 #4.13/A:131-137
> #4.14/A:131-137 #4.15/A:131-137 #4.16/A:131-137 #4.17/A:131-137
> #4.18/A:131-137 #4.19/A:131-137 #4.20/A:131-137
2440 atoms, 2420 bonds, 140 residues, 20 models selected
Outer Membrane Protein X [ID: 1] region 20 chains [131-137] RMSD: 31.999
> color sel dim gray
> select #4.1/A:55-56 #4.2/A:55-56 #4.3/A:55-56 #4.4/A:55-56 #4.5/A:55-56
> #4.6/A:55-56 #4.7/A:55-56 #4.8/A:55-56 #4.9/A:55-56 #4.10/A:55-56
> #4.11/A:55-56 #4.12/A:55-56 #4.13/A:55-56 #4.14/A:55-56 #4.15/A:55-56
> #4.16/A:55-56 #4.17/A:55-56 #4.18/A:55-56 #4.19/A:55-56 #4.20/A:55-56
380 atoms, 360 bonds, 40 residues, 20 models selected
> select #4.1/A:55-56 #4.2/A:55-56 #4.3/A:55-56 #4.4/A:55-56 #4.5/A:55-56
> #4.6/A:55-56 #4.7/A:55-56 #4.8/A:55-56 #4.9/A:55-56 #4.10/A:55-56
> #4.11/A:55-56 #4.12/A:55-56 #4.13/A:55-56 #4.14/A:55-56 #4.15/A:55-56
> #4.16/A:55-56 #4.17/A:55-56 #4.18/A:55-56 #4.19/A:55-56 #4.20/A:55-56
380 atoms, 360 bonds, 40 residues, 20 models selected
Outer Membrane Protein X [ID: 1] region 20 chains [55-56] RMSD: 44.406
> select #4.1/A:93 #4.2/A:93 #4.3/A:93 #4.4/A:93 #4.5/A:93 #4.6/A:93 #4.7/A:93
> #4.8/A:93 #4.9/A:93 #4.10/A:93 #4.11/A:93 #4.12/A:93 #4.13/A:93 #4.14/A:93
> #4.15/A:93 #4.16/A:93 #4.17/A:93 #4.18/A:93 #4.19/A:93 #4.20/A:93
280 atoms, 260 bonds, 20 residues, 20 models selected
> select #4.1/A:93-96 #4.2/A:93-96 #4.3/A:93-96 #4.4/A:93-96 #4.5/A:93-96
> #4.6/A:93-96 #4.7/A:93-96 #4.8/A:93-96 #4.9/A:93-96 #4.10/A:93-96
> #4.11/A:93-96 #4.12/A:93-96 #4.13/A:93-96 #4.14/A:93-96 #4.15/A:93-96
> #4.16/A:93-96 #4.17/A:93-96 #4.18/A:93-96 #4.19/A:93-96 #4.20/A:93-96
1280 atoms, 1300 bonds, 80 residues, 20 models selected
Outer Membrane Protein X [ID: 1] region 20 chains [93-96] RMSD: 41.957
> select #4.1/A:94 #4.2/A:94 #4.3/A:94 #4.4/A:94 #4.5/A:94 #4.6/A:94 #4.7/A:94
> #4.8/A:94 #4.9/A:94 #4.10/A:94 #4.11/A:94 #4.12/A:94 #4.13/A:94 #4.14/A:94
> #4.15/A:94 #4.16/A:94 #4.17/A:94 #4.18/A:94 #4.19/A:94 #4.20/A:94
300 atoms, 280 bonds, 20 residues, 20 models selected
> select #4.1/A:94-95 #4.2/A:94-95 #4.3/A:94-95 #4.4/A:94-95 #4.5/A:94-95
> #4.6/A:94-95 #4.7/A:94-95 #4.8/A:94-95 #4.9/A:94-95 #4.10/A:94-95
> #4.11/A:94-95 #4.12/A:94-95 #4.13/A:94-95 #4.14/A:94-95 #4.15/A:94-95
> #4.16/A:94-95 #4.17/A:94-95 #4.18/A:94-95 #4.19/A:94-95 #4.20/A:94-95
720 atoms, 720 bonds, 40 residues, 20 models selected
Outer Membrane Protein X [ID: 1] region 20 chains [94-95] RMSD: 42.035
> select #4.1/A:96 #4.2/A:96 #4.3/A:96 #4.4/A:96 #4.5/A:96 #4.6/A:96 #4.7/A:96
> #4.8/A:96 #4.9/A:96 #4.10/A:96 #4.11/A:96 #4.12/A:96 #4.13/A:96 #4.14/A:96
> #4.15/A:96 #4.16/A:96 #4.17/A:96 #4.18/A:96 #4.19/A:96 #4.20/A:96
280 atoms, 280 bonds, 20 residues, 20 models selected
> select #4.1/A:96-97 #4.2/A:96-97 #4.3/A:96-97 #4.4/A:96-97 #4.5/A:96-97
> #4.6/A:96-97 #4.7/A:96-97 #4.8/A:96-97 #4.9/A:96-97 #4.10/A:96-97
> #4.11/A:96-97 #4.12/A:96-97 #4.13/A:96-97 #4.14/A:96-97 #4.15/A:96-97
> #4.16/A:96-97 #4.17/A:96-97 #4.18/A:96-97 #4.19/A:96-97 #4.20/A:96-97
560 atoms, 560 bonds, 40 residues, 20 models selected
Outer Membrane Protein X [ID: 1] region 20 chains [96-97] RMSD: 40.494
> select #4.1/A:95 #4.2/A:95 #4.3/A:95 #4.4/A:95 #4.5/A:95 #4.6/A:95 #4.7/A:95
> #4.8/A:95 #4.9/A:95 #4.10/A:95 #4.11/A:95 #4.12/A:95 #4.13/A:95 #4.14/A:95
> #4.15/A:95 #4.16/A:95 #4.17/A:95 #4.18/A:95 #4.19/A:95 #4.20/A:95
420 atoms, 420 bonds, 20 residues, 20 models selected
> select #4.1/A:95-96 #4.2/A:95-96 #4.3/A:95-96 #4.4/A:95-96 #4.5/A:95-96
> #4.6/A:95-96 #4.7/A:95-96 #4.8/A:95-96 #4.9/A:95-96 #4.10/A:95-96
> #4.11/A:95-96 #4.12/A:95-96 #4.13/A:95-96 #4.14/A:95-96 #4.15/A:95-96
> #4.16/A:95-96 #4.17/A:95-96 #4.18/A:95-96 #4.19/A:95-96 #4.20/A:95-96
700 atoms, 720 bonds, 40 residues, 20 models selected
Outer Membrane Protein X [ID: 1] region 20 chains [95-96] RMSD: 41.225
> select #4.1/A:96 #4.2/A:96 #4.3/A:96 #4.4/A:96 #4.5/A:96 #4.6/A:96 #4.7/A:96
> #4.8/A:96 #4.9/A:96 #4.10/A:96 #4.11/A:96 #4.12/A:96 #4.13/A:96 #4.14/A:96
> #4.15/A:96 #4.16/A:96 #4.17/A:96 #4.18/A:96 #4.19/A:96 #4.20/A:96
280 atoms, 280 bonds, 20 residues, 20 models selected
> select #4.1/A:95-96 #4.2/A:95-96 #4.3/A:95-96 #4.4/A:95-96 #4.5/A:95-96
> #4.6/A:95-96 #4.7/A:95-96 #4.8/A:95-96 #4.9/A:95-96 #4.10/A:95-96
> #4.11/A:95-96 #4.12/A:95-96 #4.13/A:95-96 #4.14/A:95-96 #4.15/A:95-96
> #4.16/A:95-96 #4.17/A:95-96 #4.18/A:95-96 #4.19/A:95-96 #4.20/A:95-96
700 atoms, 720 bonds, 40 residues, 20 models selected
Outer Membrane Protein X [ID: 1] region 20 chains [95-96] RMSD: 41.225
> select #4.1/A:96 #4.2/A:96 #4.3/A:96 #4.4/A:96 #4.5/A:96 #4.6/A:96 #4.7/A:96
> #4.8/A:96 #4.9/A:96 #4.10/A:96 #4.11/A:96 #4.12/A:96 #4.13/A:96 #4.14/A:96
> #4.15/A:96 #4.16/A:96 #4.17/A:96 #4.18/A:96 #4.19/A:96 #4.20/A:96
280 atoms, 280 bonds, 20 residues, 20 models selected
> select #4.1/A:95-96 #4.2/A:95-96 #4.3/A:95-96 #4.4/A:95-96 #4.5/A:95-96
> #4.6/A:95-96 #4.7/A:95-96 #4.8/A:95-96 #4.9/A:95-96 #4.10/A:95-96
> #4.11/A:95-96 #4.12/A:95-96 #4.13/A:95-96 #4.14/A:95-96 #4.15/A:95-96
> #4.16/A:95-96 #4.17/A:95-96 #4.18/A:95-96 #4.19/A:95-96 #4.20/A:95-96
700 atoms, 720 bonds, 40 residues, 20 models selected
Outer Membrane Protein X [ID: 1] region 20 chains [95-96] RMSD: 41.225
> select #4.1/A:96 #4.2/A:96 #4.3/A:96 #4.4/A:96 #4.5/A:96 #4.6/A:96 #4.7/A:96
> #4.8/A:96 #4.9/A:96 #4.10/A:96 #4.11/A:96 #4.12/A:96 #4.13/A:96 #4.14/A:96
> #4.15/A:96 #4.16/A:96 #4.17/A:96 #4.18/A:96 #4.19/A:96 #4.20/A:96
280 atoms, 280 bonds, 20 residues, 20 models selected
> select #4.1/A:96-97 #4.2/A:96-97 #4.3/A:96-97 #4.4/A:96-97 #4.5/A:96-97
> #4.6/A:96-97 #4.7/A:96-97 #4.8/A:96-97 #4.9/A:96-97 #4.10/A:96-97
> #4.11/A:96-97 #4.12/A:96-97 #4.13/A:96-97 #4.14/A:96-97 #4.15/A:96-97
> #4.16/A:96-97 #4.17/A:96-97 #4.18/A:96-97 #4.19/A:96-97 #4.20/A:96-97
560 atoms, 560 bonds, 40 residues, 20 models selected
Outer Membrane Protein X [ID: 1] region 20 chains [96-97] RMSD: 40.494
> select #4.1/A:96 #4.2/A:96 #4.3/A:96 #4.4/A:96 #4.5/A:96 #4.6/A:96 #4.7/A:96
> #4.8/A:96 #4.9/A:96 #4.10/A:96 #4.11/A:96 #4.12/A:96 #4.13/A:96 #4.14/A:96
> #4.15/A:96 #4.16/A:96 #4.17/A:96 #4.18/A:96 #4.19/A:96 #4.20/A:96
280 atoms, 280 bonds, 20 residues, 20 models selected
> select #4.1/A:96 #4.2/A:96 #4.3/A:96 #4.4/A:96 #4.5/A:96 #4.6/A:96 #4.7/A:96
> #4.8/A:96 #4.9/A:96 #4.10/A:96 #4.11/A:96 #4.12/A:96 #4.13/A:96 #4.14/A:96
> #4.15/A:96 #4.16/A:96 #4.17/A:96 #4.18/A:96 #4.19/A:96 #4.20/A:96
280 atoms, 280 bonds, 20 residues, 20 models selected
Outer Membrane Protein X [ID: 1] region 20 chains [96] RMSD: 41.038
> matchmaker #4.1 to #3
Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker AF-P0A917-F1-model_v6.pdb, chain A (#3) with exp - 2M06.cif, chain
A (#4.1), sequence alignment score = 718.6
RMSD between 98 pruned atom pairs is 1.232 angstroms; (across all 148 pairs:
4.317)
> info atoms sel
atom id #4.1/A:96@N idatm_type Npl
atom id #4.1/A:96@CA idatm_type C3
atom id #4.1/A:96@C idatm_type C2
atom id #4.1/A:96@O idatm_type O2
atom id #4.1/A:96@CB idatm_type C3
atom id #4.1/A:96@CG idatm_type C3
atom id #4.1/A:96@CD idatm_type C3
atom id #4.1/A:96@HA idatm_type HC
atom id #4.1/A:96@HB2 idatm_type HC
atom id #4.1/A:96@HB3 idatm_type HC
atom id #4.1/A:96@HG2 idatm_type HC
atom id #4.1/A:96@HG3 idatm_type HC
atom id #4.1/A:96@HD2 idatm_type HC
atom id #4.1/A:96@HD3 idatm_type HC
atom id #4.2/A:96@N idatm_type Npl
atom id #4.2/A:96@CA idatm_type C3
atom id #4.2/A:96@C idatm_type C2
atom id #4.2/A:96@O idatm_type O2
atom id #4.2/A:96@CB idatm_type C3
atom id #4.2/A:96@CG idatm_type C3
atom id #4.2/A:96@CD idatm_type C3
atom id #4.2/A:96@HA idatm_type HC
atom id #4.2/A:96@HB2 idatm_type HC
atom id #4.2/A:96@HB3 idatm_type HC
atom id #4.2/A:96@HG2 idatm_type HC
atom id #4.2/A:96@HG3 idatm_type HC
atom id #4.2/A:96@HD2 idatm_type HC
atom id #4.2/A:96@HD3 idatm_type HC
atom id #4.3/A:96@N idatm_type Npl
atom id #4.3/A:96@CA idatm_type C3
atom id #4.3/A:96@C idatm_type C2
atom id #4.3/A:96@O idatm_type O2
atom id #4.3/A:96@CB idatm_type C3
atom id #4.3/A:96@CG idatm_type C3
atom id #4.3/A:96@CD idatm_type C3
atom id #4.3/A:96@HA idatm_type HC
atom id #4.3/A:96@HB2 idatm_type HC
atom id #4.3/A:96@HB3 idatm_type HC
atom id #4.3/A:96@HG2 idatm_type HC
atom id #4.3/A:96@HG3 idatm_type HC
atom id #4.3/A:96@HD2 idatm_type HC
atom id #4.3/A:96@HD3 idatm_type HC
atom id #4.4/A:96@N idatm_type Npl
atom id #4.4/A:96@CA idatm_type C3
atom id #4.4/A:96@C idatm_type C2
atom id #4.4/A:96@O idatm_type O2
atom id #4.4/A:96@CB idatm_type C3
atom id #4.4/A:96@CG idatm_type C3
atom id #4.4/A:96@CD idatm_type C3
atom id #4.4/A:96@HA idatm_type HC
atom id #4.4/A:96@HB2 idatm_type HC
atom id #4.4/A:96@HB3 idatm_type HC
atom id #4.4/A:96@HG2 idatm_type HC
atom id #4.4/A:96@HG3 idatm_type HC
atom id #4.4/A:96@HD2 idatm_type HC
atom id #4.4/A:96@HD3 idatm_type HC
atom id #4.5/A:96@N idatm_type Npl
atom id #4.5/A:96@CA idatm_type C3
atom id #4.5/A:96@C idatm_type C2
atom id #4.5/A:96@O idatm_type O2
atom id #4.5/A:96@CB idatm_type C3
atom id #4.5/A:96@CG idatm_type C3
atom id #4.5/A:96@CD idatm_type C3
atom id #4.5/A:96@HA idatm_type HC
atom id #4.5/A:96@HB2 idatm_type HC
atom id #4.5/A:96@HB3 idatm_type HC
atom id #4.5/A:96@HG2 idatm_type HC
atom id #4.5/A:96@HG3 idatm_type HC
atom id #4.5/A:96@HD2 idatm_type HC
atom id #4.5/A:96@HD3 idatm_type HC
atom id #4.6/A:96@N idatm_type Npl
atom id #4.6/A:96@CA idatm_type C3
atom id #4.6/A:96@C idatm_type C2
atom id #4.6/A:96@O idatm_type O2
atom id #4.6/A:96@CB idatm_type C3
atom id #4.6/A:96@CG idatm_type C3
atom id #4.6/A:96@CD idatm_type C3
atom id #4.6/A:96@HA idatm_type HC
atom id #4.6/A:96@HB2 idatm_type HC
atom id #4.6/A:96@HB3 idatm_type HC
atom id #4.6/A:96@HG2 idatm_type HC
atom id #4.6/A:96@HG3 idatm_type HC
atom id #4.6/A:96@HD2 idatm_type HC
atom id #4.6/A:96@HD3 idatm_type HC
atom id #4.7/A:96@N idatm_type Npl
atom id #4.7/A:96@CA idatm_type C3
atom id #4.7/A:96@C idatm_type C2
atom id #4.7/A:96@O idatm_type O2
atom id #4.7/A:96@CB idatm_type C3
atom id #4.7/A:96@CG idatm_type C3
atom id #4.7/A:96@CD idatm_type C3
atom id #4.7/A:96@HA idatm_type HC
atom id #4.7/A:96@HB2 idatm_type HC
atom id #4.7/A:96@HB3 idatm_type HC
atom id #4.7/A:96@HG2 idatm_type HC
atom id #4.7/A:96@HG3 idatm_type HC
atom id #4.7/A:96@HD2 idatm_type HC
atom id #4.7/A:96@HD3 idatm_type HC
atom id #4.8/A:96@N idatm_type Npl
atom id #4.8/A:96@CA idatm_type C3
atom id #4.8/A:96@C idatm_type C2
atom id #4.8/A:96@O idatm_type O2
atom id #4.8/A:96@CB idatm_type C3
atom id #4.8/A:96@CG idatm_type C3
atom id #4.8/A:96@CD idatm_type C3
atom id #4.8/A:96@HA idatm_type HC
atom id #4.8/A:96@HB2 idatm_type HC
atom id #4.8/A:96@HB3 idatm_type HC
atom id #4.8/A:96@HG2 idatm_type HC
atom id #4.8/A:96@HG3 idatm_type HC
atom id #4.8/A:96@HD2 idatm_type HC
atom id #4.8/A:96@HD3 idatm_type HC
atom id #4.9/A:96@N idatm_type Npl
atom id #4.9/A:96@CA idatm_type C3
atom id #4.9/A:96@C idatm_type C2
atom id #4.9/A:96@O idatm_type O2
atom id #4.9/A:96@CB idatm_type C3
atom id #4.9/A:96@CG idatm_type C3
atom id #4.9/A:96@CD idatm_type C3
atom id #4.9/A:96@HA idatm_type HC
atom id #4.9/A:96@HB2 idatm_type HC
atom id #4.9/A:96@HB3 idatm_type HC
atom id #4.9/A:96@HG2 idatm_type HC
atom id #4.9/A:96@HG3 idatm_type HC
atom id #4.9/A:96@HD2 idatm_type HC
atom id #4.9/A:96@HD3 idatm_type HC
atom id #4.10/A:96@N idatm_type Npl
atom id #4.10/A:96@CA idatm_type C3
atom id #4.10/A:96@C idatm_type C2
atom id #4.10/A:96@O idatm_type O2
atom id #4.10/A:96@CB idatm_type C3
atom id #4.10/A:96@CG idatm_type C3
atom id #4.10/A:96@CD idatm_type C3
atom id #4.10/A:96@HA idatm_type HC
atom id #4.10/A:96@HB2 idatm_type HC
atom id #4.10/A:96@HB3 idatm_type HC
atom id #4.10/A:96@HG2 idatm_type HC
atom id #4.10/A:96@HG3 idatm_type HC
atom id #4.10/A:96@HD2 idatm_type HC
atom id #4.10/A:96@HD3 idatm_type HC
atom id #4.11/A:96@N idatm_type Npl
atom id #4.11/A:96@CA idatm_type C3
atom id #4.11/A:96@C idatm_type C2
atom id #4.11/A:96@O idatm_type O2
atom id #4.11/A:96@CB idatm_type C3
atom id #4.11/A:96@CG idatm_type C3
atom id #4.11/A:96@CD idatm_type C3
atom id #4.11/A:96@HA idatm_type HC
atom id #4.11/A:96@HB2 idatm_type HC
atom id #4.11/A:96@HB3 idatm_type HC
atom id #4.11/A:96@HG2 idatm_type HC
atom id #4.11/A:96@HG3 idatm_type HC
atom id #4.11/A:96@HD2 idatm_type HC
atom id #4.11/A:96@HD3 idatm_type HC
atom id #4.12/A:96@N idatm_type Npl
atom id #4.12/A:96@CA idatm_type C3
atom id #4.12/A:96@C idatm_type C2
atom id #4.12/A:96@O idatm_type O2
atom id #4.12/A:96@CB idatm_type C3
atom id #4.12/A:96@CG idatm_type C3
atom id #4.12/A:96@CD idatm_type C3
atom id #4.12/A:96@HA idatm_type HC
atom id #4.12/A:96@HB2 idatm_type HC
atom id #4.12/A:96@HB3 idatm_type HC
atom id #4.12/A:96@HG2 idatm_type HC
atom id #4.12/A:96@HG3 idatm_type HC
atom id #4.12/A:96@HD2 idatm_type HC
atom id #4.12/A:96@HD3 idatm_type HC
atom id #4.13/A:96@N idatm_type Npl
atom id #4.13/A:96@CA idatm_type C3
atom id #4.13/A:96@C idatm_type C2
atom id #4.13/A:96@O idatm_type O2
atom id #4.13/A:96@CB idatm_type C3
atom id #4.13/A:96@CG idatm_type C3
atom id #4.13/A:96@CD idatm_type C3
atom id #4.13/A:96@HA idatm_type HC
atom id #4.13/A:96@HB2 idatm_type HC
atom id #4.13/A:96@HB3 idatm_type HC
atom id #4.13/A:96@HG2 idatm_type HC
atom id #4.13/A:96@HG3 idatm_type HC
atom id #4.13/A:96@HD2 idatm_type HC
atom id #4.13/A:96@HD3 idatm_type HC
atom id #4.14/A:96@N idatm_type Npl
atom id #4.14/A:96@CA idatm_type C3
atom id #4.14/A:96@C idatm_type C2
atom id #4.14/A:96@O idatm_type O2
atom id #4.14/A:96@CB idatm_type C3
atom id #4.14/A:96@CG idatm_type C3
atom id #4.14/A:96@CD idatm_type C3
atom id #4.14/A:96@HA idatm_type HC
atom id #4.14/A:96@HB2 idatm_type HC
atom id #4.14/A:96@HB3 idatm_type HC
atom id #4.14/A:96@HG2 idatm_type HC
atom id #4.14/A:96@HG3 idatm_type HC
atom id #4.14/A:96@HD2 idatm_type HC
atom id #4.14/A:96@HD3 idatm_type HC
atom id #4.15/A:96@N idatm_type Npl
atom id #4.15/A:96@CA idatm_type C3
atom id #4.15/A:96@C idatm_type C2
atom id #4.15/A:96@O idatm_type O2
atom id #4.15/A:96@CB idatm_type C3
atom id #4.15/A:96@CG idatm_type C3
atom id #4.15/A:96@CD idatm_type C3
atom id #4.15/A:96@HA idatm_type HC
atom id #4.15/A:96@HB2 idatm_type HC
atom id #4.15/A:96@HB3 idatm_type HC
atom id #4.15/A:96@HG2 idatm_type HC
atom id #4.15/A:96@HG3 idatm_type HC
atom id #4.15/A:96@HD2 idatm_type HC
atom id #4.15/A:96@HD3 idatm_type HC
atom id #4.16/A:96@N idatm_type Npl
atom id #4.16/A:96@CA idatm_type C3
atom id #4.16/A:96@C idatm_type C2
atom id #4.16/A:96@O idatm_type O2
atom id #4.16/A:96@CB idatm_type C3
atom id #4.16/A:96@CG idatm_type C3
atom id #4.16/A:96@CD idatm_type C3
atom id #4.16/A:96@HA idatm_type HC
atom id #4.16/A:96@HB2 idatm_type HC
atom id #4.16/A:96@HB3 idatm_type HC
atom id #4.16/A:96@HG2 idatm_type HC
atom id #4.16/A:96@HG3 idatm_type HC
atom id #4.16/A:96@HD2 idatm_type HC
atom id #4.16/A:96@HD3 idatm_type HC
atom id #4.17/A:96@N idatm_type Npl
atom id #4.17/A:96@CA idatm_type C3
atom id #4.17/A:96@C idatm_type C2
atom id #4.17/A:96@O idatm_type O2
atom id #4.17/A:96@CB idatm_type C3
atom id #4.17/A:96@CG idatm_type C3
atom id #4.17/A:96@CD idatm_type C3
atom id #4.17/A:96@HA idatm_type HC
atom id #4.17/A:96@HB2 idatm_type HC
atom id #4.17/A:96@HB3 idatm_type HC
atom id #4.17/A:96@HG2 idatm_type HC
atom id #4.17/A:96@HG3 idatm_type HC
atom id #4.17/A:96@HD2 idatm_type HC
atom id #4.17/A:96@HD3 idatm_type HC
atom id #4.18/A:96@N idatm_type Npl
atom id #4.18/A:96@CA idatm_type C3
atom id #4.18/A:96@C idatm_type C2
atom id #4.18/A:96@O idatm_type O2
atom id #4.18/A:96@CB idatm_type C3
atom id #4.18/A:96@CG idatm_type C3
atom id #4.18/A:96@CD idatm_type C3
atom id #4.18/A:96@HA idatm_type HC
atom id #4.18/A:96@HB2 idatm_type HC
atom id #4.18/A:96@HB3 idatm_type HC
atom id #4.18/A:96@HG2 idatm_type HC
atom id #4.18/A:96@HG3 idatm_type HC
atom id #4.18/A:96@HD2 idatm_type HC
atom id #4.18/A:96@HD3 idatm_type HC
atom id #4.19/A:96@N idatm_type Npl
atom id #4.19/A:96@CA idatm_type C3
atom id #4.19/A:96@C idatm_type C2
atom id #4.19/A:96@O idatm_type O2
atom id #4.19/A:96@CB idatm_type C3
atom id #4.19/A:96@CG idatm_type C3
atom id #4.19/A:96@CD idatm_type C3
atom id #4.19/A:96@HA idatm_type HC
atom id #4.19/A:96@HB2 idatm_type HC
atom id #4.19/A:96@HB3 idatm_type HC
atom id #4.19/A:96@HG2 idatm_type HC
atom id #4.19/A:96@HG3 idatm_type HC
atom id #4.19/A:96@HD2 idatm_type HC
atom id #4.19/A:96@HD3 idatm_type HC
atom id #4.20/A:96@N idatm_type Npl
atom id #4.20/A:96@CA idatm_type C3
atom id #4.20/A:96@C idatm_type C2
atom id #4.20/A:96@O idatm_type O2
atom id #4.20/A:96@CB idatm_type C3
atom id #4.20/A:96@CG idatm_type C3
atom id #4.20/A:96@CD idatm_type C3
atom id #4.20/A:96@HA idatm_type HC
atom id #4.20/A:96@HB2 idatm_type HC
atom id #4.20/A:96@HB3 idatm_type HC
atom id #4.20/A:96@HG2 idatm_type HC
atom id #4.20/A:96@HG3 idatm_type HC
atom id #4.20/A:96@HD2 idatm_type HC
atom id #4.20/A:96@HD3 idatm_type HC
> select #4.1/A:96@CA
1 atom, 1 residue, 1 model selected
> getcrd sel
Atom #4.1/A:96@CA -18.334 10.893 34.466
> select #4.1/A:95 #4.2/A:95 #4.3/A:95 #4.4/A:95 #4.5/A:95 #4.6/A:95 #4.7/A:95
> #4.8/A:95 #4.9/A:95 #4.10/A:95 #4.11/A:95 #4.12/A:95 #4.13/A:95 #4.14/A:95
> #4.15/A:95 #4.16/A:95 #4.17/A:95 #4.18/A:95 #4.19/A:95 #4.20/A:95
420 atoms, 420 bonds, 20 residues, 20 models selected
> select #4.1/A:95-97 #4.2/A:95-97 #4.3/A:95-97 #4.4/A:95-97 #4.5/A:95-97
> #4.6/A:95-97 #4.7/A:95-97 #4.8/A:95-97 #4.9/A:95-97 #4.10/A:95-97
> #4.11/A:95-97 #4.12/A:95-97 #4.13/A:95-97 #4.14/A:95-97 #4.15/A:95-97
> #4.16/A:95-97 #4.17/A:95-97 #4.18/A:95-97 #4.19/A:95-97 #4.20/A:95-97
980 atoms, 1000 bonds, 60 residues, 20 models selected
Outer Membrane Protein X [ID: 1] region 20 chains [95-97] RMSD: 40.802
> select #4.1/A:95-97@CA
3 atoms, 3 residues, 1 model selected
> getcrd sel
Atom #4.1/A:95@CA -16.810 7.491 33.455
Atom #4.1/A:96@CA -18.334 10.893 34.466
Atom #4.1/A:97@CA -19.007 13.197 31.524
> select #4.2/A:95-97@CA
3 atoms, 3 residues, 1 model selected
> select #4.2/A:95-97@CA
3 atoms, 3 residues, 1 model selected
> getcrd sel
Atom #4.2/A:95@CA 109.794 28.151 16.339
Atom #4.2/A:96@CA 109.739 25.108 18.656
Atom #4.2/A:97@CA 106.810 22.772 18.048
> select #4/A:95-97@CA
60 atoms, 60 residues, 20 models selected
> getcrd sel
Atom #4.1/A:95@CA -16.810 7.491 33.455
Atom #4.1/A:96@CA -18.334 10.893 34.466
Atom #4.1/A:97@CA -19.007 13.197 31.524
Atom #4.2/A:95@CA 109.794 28.151 16.339
Atom #4.2/A:96@CA 109.739 25.108 18.656
Atom #4.2/A:97@CA 106.810 22.772 18.048
Atom #4.3/A:95@CA 110.699 29.628 12.611
Atom #4.3/A:96@CA 108.529 26.523 13.418
Atom #4.3/A:97@CA 105.582 26.659 15.796
Atom #4.4/A:95@CA 103.648 31.500 5.466
Atom #4.4/A:96@CA 103.619 29.311 8.598
Atom #4.4/A:97@CA 100.616 27.096 9.262
Atom #4.5/A:95@CA 104.363 29.918 8.170
Atom #4.5/A:96@CA 102.971 26.346 8.683
Atom #4.5/A:97@CA 99.260 25.567 8.729
Atom #4.6/A:95@CA 109.573 30.681 12.363
Atom #4.6/A:96@CA 107.739 27.538 13.557
Atom #4.6/A:97@CA 104.059 27.008 12.823
Atom #4.7/A:95@CA 113.653 24.535 18.998
Atom #4.7/A:96@CA 111.080 21.691 19.072
Atom #4.7/A:97@CA 107.402 22.547 18.697
Atom #4.8/A:95@CA 111.939 29.866 14.122
Atom #4.8/A:96@CA 109.404 27.244 15.301
Atom #4.8/A:97@CA 105.727 27.546 14.434
Atom #4.9/A:95@CA 106.596 29.887 11.782
Atom #4.9/A:96@CA 105.046 26.406 12.311
Atom #4.9/A:97@CA 101.334 25.657 12.275
Atom #4.10/A:95@CA 107.295 27.966 15.380
Atom #4.10/A:96@CA 104.470 28.606 17.935
Atom #4.10/A:97@CA 102.390 25.547 18.783
Atom #4.11/A:95@CA 110.434 27.749 16.442
Atom #4.11/A:96@CA 108.241 28.023 19.609
Atom #4.11/A:97@CA 105.856 25.100 20.018
Atom #4.12/A:95@CA 106.554 31.782 10.055
Atom #4.12/A:96@CA 105.297 30.030 13.217
Atom #4.12/A:97@CA 102.697 27.352 12.551
Atom #4.13/A:95@CA 108.269 30.749 12.396
Atom #4.13/A:96@CA 106.559 27.953 14.389
Atom #4.13/A:97@CA 103.228 26.719 13.053
Atom #4.14/A:95@CA 111.710 28.652 15.347
Atom #4.14/A:96@CA 109.537 25.653 16.348
Atom #4.14/A:97@CA 105.976 25.550 15.045
Atom #4.15/A:95@CA 108.124 31.418 11.681
Atom #4.15/A:96@CA 107.320 29.241 14.725
Atom #4.15/A:97@CA 104.420 26.861 14.171
Atom #4.16/A:95@CA 108.360 30.489 11.340
Atom #4.16/A:96@CA 107.851 27.402 13.553
Atom #4.16/A:97@CA 104.363 25.920 13.739
Atom #4.17/A:95@CA 105.062 28.644 10.027
Atom #4.17/A:96@CA 103.653 25.073 9.510
Atom #4.17/A:97@CA 99.946 24.334 9.224
Atom #4.18/A:95@CA 113.847 25.092 19.639
Atom #4.18/A:96@CA 111.540 22.034 19.771
Atom #4.18/A:97@CA 107.781 22.531 19.629
Atom #4.19/A:95@CA 104.795 30.988 6.341
Atom #4.19/A:96@CA 103.611 28.565 9.079
Atom #4.19/A:97@CA 100.711 26.284 8.176
Atom #4.20/A:95@CA 107.984 28.414 14.620
Atom #4.20/A:96@CA 106.225 25.048 14.054
Atom #4.20/A:97@CA 102.491 24.599 13.598
> select #4.1/A:54 #4.2/A:54 #4.3/A:54 #4.4/A:54 #4.5/A:54 #4.6/A:54 #4.7/A:54
> #4.8/A:54 #4.9/A:54 #4.10/A:54 #4.11/A:54 #4.12/A:54 #4.13/A:54 #4.14/A:54
> #4.15/A:54 #4.16/A:54 #4.17/A:54 #4.18/A:54 #4.19/A:54 #4.20/A:54
220 atoms, 200 bonds, 20 residues, 20 models selected
> select #4.1/A:54-56 #4.2/A:54-56 #4.3/A:54-56 #4.4/A:54-56 #4.5/A:54-56
> #4.6/A:54-56 #4.7/A:54-56 #4.8/A:54-56 #4.9/A:54-56 #4.10/A:54-56
> #4.11/A:54-56 #4.12/A:54-56 #4.13/A:54-56 #4.14/A:54-56 #4.15/A:54-56
> #4.16/A:54-56 #4.17/A:54-56 #4.18/A:54-56 #4.19/A:54-56 #4.20/A:54-56
600 atoms, 580 bonds, 60 residues, 20 models selected
Outer Membrane Protein X [ID: 1] region 20 chains [54-56] RMSD: 44.340
> select #4.1/A:54 #4.2/A:54 #4.3/A:54 #4.4/A:54 #4.5/A:54 #4.6/A:54 #4.7/A:54
> #4.8/A:54 #4.9/A:54 #4.10/A:54 #4.11/A:54 #4.12/A:54 #4.13/A:54 #4.14/A:54
> #4.15/A:54 #4.16/A:54 #4.17/A:54 #4.18/A:54 #4.19/A:54 #4.20/A:54
220 atoms, 200 bonds, 20 residues, 20 models selected
> select #4.1/A:53-54 #4.2/A:53-54 #4.3/A:53-54 #4.4/A:53-54 #4.5/A:53-54
> #4.6/A:53-54 #4.7/A:53-54 #4.8/A:53-54 #4.9/A:53-54 #4.10/A:53-54
> #4.11/A:53-54 #4.12/A:53-54 #4.13/A:53-54 #4.14/A:53-54 #4.15/A:53-54
> #4.16/A:53-54 #4.17/A:53-54 #4.18/A:53-54 #4.19/A:53-54 #4.20/A:53-54
440 atoms, 420 bonds, 40 residues, 20 models selected
Outer Membrane Protein X [ID: 1] region 20 chains [53-54] RMSD: 44.192
> select #4.1/A:52 #4.2/A:52 #4.3/A:52 #4.4/A:52 #4.5/A:52 #4.6/A:52 #4.7/A:52
> #4.8/A:52 #4.9/A:52 #4.10/A:52 #4.11/A:52 #4.12/A:52 #4.13/A:52 #4.14/A:52
> #4.15/A:52 #4.16/A:52 #4.17/A:52 #4.18/A:52 #4.19/A:52 #4.20/A:52
200 atoms, 180 bonds, 20 residues, 20 models selected
> select #4.1/A:52-54 #4.2/A:52-54 #4.3/A:52-54 #4.4/A:52-54 #4.5/A:52-54
> #4.6/A:52-54 #4.7/A:52-54 #4.8/A:52-54 #4.9/A:52-54 #4.10/A:52-54
> #4.11/A:52-54 #4.12/A:52-54 #4.13/A:52-54 #4.14/A:52-54 #4.15/A:52-54
> #4.16/A:52-54 #4.17/A:52-54 #4.18/A:52-54 #4.19/A:52-54 #4.20/A:52-54
640 atoms, 620 bonds, 60 residues, 20 models selected
Outer Membrane Protein X [ID: 1] region 20 chains [52-54] RMSD: 43.994
> select #4.1/A:53-54 #4.2/A:53-54 #4.3/A:53-54 #4.4/A:53-54 #4.5/A:53-54
> #4.6/A:53-54 #4.7/A:53-54 #4.8/A:53-54 #4.9/A:53-54 #4.10/A:53-54
> #4.11/A:53-54 #4.12/A:53-54 #4.13/A:53-54 #4.14/A:53-54 #4.15/A:53-54
> #4.16/A:53-54 #4.17/A:53-54 #4.18/A:53-54 #4.19/A:53-54 #4.20/A:53-54
440 atoms, 420 bonds, 40 residues, 20 models selected
> select #4.1/A:53-55 #4.2/A:53-55 #4.3/A:53-55 #4.4/A:53-55 #4.5/A:53-55
> #4.6/A:53-55 #4.7/A:53-55 #4.8/A:53-55 #4.9/A:53-55 #4.10/A:53-55
> #4.11/A:53-55 #4.12/A:53-55 #4.13/A:53-55 #4.14/A:53-55 #4.15/A:53-55
> #4.16/A:53-55 #4.17/A:53-55 #4.18/A:53-55 #4.19/A:53-55 #4.20/A:53-55
580 atoms, 560 bonds, 60 residues, 20 models selected
Outer Membrane Protein X [ID: 1] region 20 chains [53-55] RMSD: 44.459
> getcrd sel
Atom #4.1/A:53@N -3.377 -15.004 31.500
Atom #4.1/A:53@CA -2.718 -14.903 32.797
Atom #4.1/A:53@C -3.629 -14.186 33.795
Atom #4.1/A:53@O -4.200 -14.816 34.685
Atom #4.1/A:53@CB -1.382 -14.162 32.660
Atom #4.1/A:53@OG -0.348 -15.107 32.419
Atom #4.1/A:53@H -4.276 -14.627 31.390
Atom #4.1/A:53@HA -2.523 -15.901 33.164
Atom #4.1/A:53@HB2 -1.432 -13.475 31.832
Atom #4.1/A:53@HB3 -1.181 -13.609 33.568
Atom #4.1/A:53@HG -0.123 -15.069 31.487
Atom #4.1/A:54@N -3.763 -12.871 33.642
Atom #4.1/A:54@CA -4.644 -12.095 34.509
Atom #4.1/A:54@C -6.101 -12.529 34.344
Atom #4.1/A:54@O -6.857 -12.570 35.316
Atom #4.1/A:54@CB -4.518 -10.607 34.181
Atom #4.1/A:54@OG -3.152 -10.224 34.272
Atom #4.1/A:54@H -3.261 -12.414 32.935
Atom #4.1/A:54@HA -4.349 -12.250 35.537
Atom #4.1/A:54@HB2 -4.868 -10.423 33.178
Atom #4.1/A:54@HB3 -5.116 -10.035 34.877
Atom #4.1/A:54@HG -2.938 -9.704 33.494
Atom #4.1/A:55@N -6.487 -12.853 33.114
Atom #4.1/A:55@CA -7.864 -13.255 32.828
Atom #4.1/A:55@C -8.723 -12.112 32.264
Atom #4.1/A:55@O -9.862 -12.347 31.858
Atom #4.1/A:55@H -5.835 -12.821 32.382
Atom #4.1/A:55@HA2 -7.848 -14.062 32.112
Atom #4.1/A:55@HA3 -8.317 -13.611 33.741
Atom #4.2/A:53@N 124.160 28.109 -6.855
Atom #4.2/A:53@CA 125.246 29.083 -6.794
Atom #4.2/A:53@C 125.207 29.843 -5.470
Atom #4.2/A:53@O 126.245 30.103 -4.861
Atom #4.2/A:53@CB 125.130 30.070 -7.955
Atom #4.2/A:53@OG 125.070 29.347 -9.177
Atom #4.2/A:53@H 123.509 28.155 -7.586
Atom #4.2/A:53@HA 126.188 28.562 -6.872
Atom #4.2/A:53@HB2 124.230 30.655 -7.848
Atom #4.2/A:53@HB3 125.986 30.730 -7.950
Atom #4.2/A:53@HG 124.423 28.645 -9.076
Atom #4.2/A:54@N 124.002 30.196 -5.031
Atom #4.2/A:54@CA 123.827 30.858 -3.740
Atom #4.2/A:54@C 124.188 29.931 -2.575
Atom #4.2/A:54@O 124.644 30.393 -1.529
Atom #4.2/A:54@CB 122.378 31.319 -3.589
Atom #4.2/A:54@OG 121.535 30.180 -3.475
Atom #4.2/A:54@H 123.215 30.009 -5.584
Atom #4.2/A:54@HA 124.469 31.726 -3.704
Atom #4.2/A:54@HB2 122.277 31.920 -2.699
Atom #4.2/A:54@HB3 122.098 31.910 -4.451
Atom #4.2/A:54@HG 121.622 29.665 -4.281
Atom #4.2/A:55@N 123.983 28.627 -2.755
Atom #4.2/A:55@CA 124.258 27.661 -1.692
Atom #4.2/A:55@C 123.004 27.245 -0.908
Atom #4.2/A:55@O 123.101 26.442 0.020
Atom #4.2/A:55@H 123.640 28.309 -3.616
Atom #4.2/A:55@HA2 124.697 26.778 -2.133
Atom #4.2/A:55@HA3 124.969 28.096 -1.005
Atom #4.3/A:53@N 123.845 24.514 -10.895
Atom #4.3/A:53@CA 123.421 25.767 -11.520
Atom #4.3/A:53@C 121.901 25.911 -11.516
Atom #4.3/A:53@O 121.209 25.377 -12.383
Atom #4.3/A:53@CB 123.945 25.838 -12.956
Atom #4.3/A:53@OG 123.239 24.908 -13.765
Atom #4.3/A:53@H 124.530 24.542 -10.194
Atom #4.3/A:53@HA 123.845 26.588 -10.962
Atom #4.3/A:53@HB2 123.795 26.830 -13.349
Atom #4.3/A:53@HB3 125.003 25.612 -12.960
Atom #4.3/A:53@HG 122.314 25.165 -13.775
Atom #4.3/A:54@N 121.388 26.649 -10.537
Atom #4.3/A:54@CA 119.951 26.877 -10.434
Atom #4.3/A:54@C 119.645 27.862 -9.310
Atom #4.3/A:54@O 118.964 28.866 -9.518
Atom #4.3/A:54@CB 119.231 25.554 -10.166
Atom #4.3/A:54@OG 117.855 25.813 -9.923
Atom #4.3/A:54@H 121.987 27.048 -9.871
Atom #4.3/A:54@HA 119.593 27.286 -11.367
Atom #4.3/A:54@HB2 119.321 24.909 -11.024
Atom #4.3/A:54@HB3 119.680 25.071 -9.308
Atom #4.3/A:54@HG 117.350 25.437 -10.648
Atom #4.3/A:55@N 120.155 27.565 -8.119
Atom #4.3/A:55@CA 119.934 28.430 -6.960
Atom #4.3/A:55@C 118.765 27.974 -6.075
Atom #4.3/A:55@O 118.555 28.536 -5.000
Atom #4.3/A:55@H 120.689 26.750 -8.015
Atom #4.3/A:55@HA2 120.834 28.445 -6.363
Atom #4.3/A:55@HA3 119.734 29.432 -7.310
Atom #4.4/A:53@N 123.889 28.568 -6.558
Atom #4.4/A:53@CA 124.898 29.595 -6.307
Atom #4.4/A:53@C 124.513 30.477 -5.118
Atom #4.4/A:53@O 125.380 30.945 -4.381
Atom #4.4/A:53@CB 125.072 30.466 -7.552
Atom #4.4/A:53@OG 123.890 31.228 -7.757
Atom #4.4/A:53@H 123.450 28.527 -7.433
Atom #4.4/A:53@HA 125.839 29.111 -6.090
Atom #4.4/A:53@HB2 125.904 31.137 -7.413
Atom #4.4/A:53@HB3 125.266 29.833 -8.407
Atom #4.4/A:53@HG 124.085 32.142 -7.536
Atom #4.4/A:54@N 123.214 30.703 -4.933
Atom #4.4/A:54@CA 122.736 31.506 -3.811
Atom #4.4/A:54@C 123.203 30.930 -2.473
Atom #4.4/A:54@O 123.470 31.675 -1.530
Atom #4.4/A:54@CB 121.209 31.569 -3.831
Atom #4.4/A:54@OG 120.766 32.486 -2.840
Atom #4.4/A:54@H 122.566 30.324 -5.562
Atom #4.4/A:54@HA 123.124 32.509 -3.911
Atom #4.4/A:54@HB2 120.871 31.905 -4.798
Atom #4.4/A:54@HB3 120.808 30.583 -3.637
Atom #4.4/A:54@HG 120.994 32.126 -1.979
Atom #4.4/A:55@N 123.303 29.605 -2.392
Atom #4.4/A:55@CA 123.723 28.949 -1.154
Atom #4.4/A:55@C 122.556 28.357 -0.350
Atom #4.4/A:55@O 122.767 27.854 0.753
Atom #4.4/A:55@H 123.090 29.058 -3.177
Atom #4.4/A:55@HA2 124.410 28.153 -1.401
Atom #4.4/A:55@HA3 124.239 29.670 -0.538
Atom #4.5/A:53@N 126.519 24.396 -6.072
Atom #4.5/A:53@CA 127.097 25.608 -6.640
Atom #4.5/A:53@C 127.078 26.732 -5.610
Atom #4.5/A:53@O 128.126 27.176 -5.140
Atom #4.5/A:53@CB 126.312 26.037 -7.881
Atom #4.5/A:53@OG 125.987 24.887 -8.651
Atom #4.5/A:53@H 125.974 24.459 -5.261
Atom #4.5/A:53@HA 128.120 25.409 -6.925
Atom #4.5/A:53@HB2 125.402 26.530 -7.586
Atom #4.5/A:53@HB3 126.913 26.721 -8.465
Atom #4.5/A:53@HG 125.127 25.033 -9.054
Atom #4.5/A:54@N 125.878 27.187 -5.264
Atom #4.5/A:54@CA 125.726 28.239 -4.263
Atom #4.5/A:54@C 126.294 27.808 -2.910
Atom #4.5/A:54@O 126.841 28.628 -2.172
Atom #4.5/A:54@CB 124.247 28.590 -4.102
Atom #4.5/A:54@OG 123.712 28.949 -5.370
Atom #4.5/A:54@H 125.080 26.807 -5.686
Atom #4.5/A:54@HA 126.255 29.118 -4.599
Atom #4.5/A:54@HB2 123.708 27.738 -3.722
Atom #4.5/A:54@HB3 124.148 29.413 -3.406
Atom #4.5/A:54@HG 124.031 28.315 -6.016
Atom #4.5/A:55@N 126.164 26.523 -2.589
Atom #4.5/A:55@CA 126.628 26.010 -1.299
Atom #4.5/A:55@C 125.490 25.790 -0.291
Atom #4.5/A:55@O 125.724 25.239 0.786
Atom #4.5/A:55@H 125.748 25.908 -3.228
Atom #4.5/A:55@HA2 127.132 25.069 -1.463
Atom #4.5/A:55@HA3 127.332 26.712 -0.879
Atom #4.6/A:53@N 117.359 28.993 -8.076
Atom #4.6/A:53@CA 118.136 30.162 -8.479
Atom #4.6/A:53@C 118.715 30.877 -7.261
Atom #4.6/A:53@O 119.848 31.358 -7.296
Atom #4.6/A:53@CB 117.249 31.128 -9.266
Atom #4.6/A:53@OG 118.055 32.171 -9.798
Atom #4.6/A:53@H 116.416 28.929 -8.333
Atom #4.6/A:53@HA 118.946 29.840 -9.115
Atom #4.6/A:53@HB2 116.770 30.605 -10.077
Atom #4.6/A:53@HB3 116.493 31.536 -8.609
Atom #4.6/A:53@HG 117.684 33.009 -9.512
Atom #4.6/A:54@N 117.935 30.945 -6.187
Atom #4.6/A:54@CA 118.393 31.589 -4.960
Atom #4.6/A:54@C 119.671 30.935 -4.436
Atom #4.6/A:54@O 120.548 31.613 -3.900
Atom #4.6/A:54@CB 117.304 31.503 -3.890
Atom #4.6/A:54@OG 116.100 32.055 -4.405
Atom #4.6/A:54@H 117.036 30.556 -6.219
Atom #4.6/A:54@HA 118.593 32.630 -5.165
Atom #4.6/A:54@HB2 117.134 30.473 -3.625
Atom #4.6/A:54@HB3 117.622 32.049 -3.011
Atom #4.6/A:54@HG 115.364 31.622 -3.966
Atom #4.6/A:55@N 119.775 29.618 -4.593
Atom #4.6/A:55@CA 120.950 28.888 -4.122
Atom #4.6/A:55@C 120.811 28.414 -2.672
Atom #4.6/A:55@O 121.815 28.129 -2.018
Atom #4.6/A:55@H 119.049 29.129 -5.034
Atom #4.6/A:55@HA2 121.102 28.027 -4.756
Atom #4.6/A:55@HA3 121.814 29.532 -4.197
Atom #4.7/A:53@N 126.048 27.507 -4.972
Atom #4.7/A:53@CA 126.715 28.635 -4.330
Atom #4.7/A:53@C 125.702 29.532 -3.620
Atom #4.7/A:53@O 125.967 30.043 -2.533
Atom #4.7/A:53@CB 127.480 29.451 -5.371
Atom #4.7/A:53@OG 128.371 28.595 -6.074
Atom #4.7/A:53@H 126.140 27.380 -5.940
Atom #4.7/A:53@HA 127.417 28.257 -3.600
Atom #4.7/A:53@HB2 126.788 29.890 -6.071
Atom #4.7/A:53@HB3 128.029 30.241 -4.875
Atom #4.7/A:53@HG 129.268 28.836 -5.829
Atom #4.7/A:54@N 124.541 29.721 -4.243
Atom #4.7/A:54@CA 123.491 30.545 -3.656
Atom #4.7/A:54@C 122.115 30.008 -4.040
Atom #4.7/A:54@O 121.948 29.418 -5.107
Atom #4.7/A:54@CB 123.630 31.990 -4.137
Atom #4.7/A:54@OG 122.681 32.801 -3.459
Atom #4.7/A:54@H 124.388 29.297 -5.113
Atom #4.7/A:54@HA 123.587 30.524 -2.580
Atom #4.7/A:54@HB2 124.622 32.352 -3.922
Atom #4.7/A:54@HB3 123.462 32.027 -5.205
Atom #4.7/A:54@HG 122.899 32.791 -2.524
Atom #4.7/A:55@N 121.134 30.215 -3.167
Atom #4.7/A:55@CA 119.776 29.749 -3.441
Atom #4.7/A:55@C 119.557 28.287 -3.036
Atom #4.7/A:55@O 118.636 27.640 -3.535
Atom #4.7/A:55@H 121.324 30.686 -2.329
Atom #4.7/A:55@HA2 119.080 30.369 -2.895
Atom #4.7/A:55@HA3 119.578 29.851 -4.497
Atom #4.8/A:53@N 122.482 28.122 -7.538
Atom #4.8/A:53@CA 123.563 29.068 -7.801
Atom #4.8/A:53@C 124.035 29.731 -6.507
Atom #4.8/A:53@O 125.228 29.978 -6.328
Atom #4.8/A:53@CB 123.090 30.140 -8.781
Atom #4.8/A:53@OG 122.110 30.952 -8.148
Atom #4.8/A:53@H 121.599 28.276 -7.933
Atom #4.8/A:53@HA 124.392 28.535 -8.243
Atom #4.8/A:53@HB2 123.923 30.758 -9.076
Atom #4.8/A:53@HB3 122.673 29.663 -9.659
Atom #4.8/A:53@HG 122.415 31.862 -8.177
Atom #4.8/A:54@N 123.097 30.017 -5.609
Atom #4.8/A:54@CA 123.434 30.618 -4.322
Atom #4.8/A:54@C 124.351 29.705 -3.507
Atom #4.8/A:54@O 125.236 30.180 -2.796
Atom #4.8/A:54@CB 122.158 30.897 -3.528
Atom #4.8/A:54@OG 121.284 31.694 -4.315
Atom #4.8/A:54@H 122.159 29.820 -5.815
Atom #4.8/A:54@HA 123.943 31.553 -4.498
Atom #4.8/A:54@HB2 121.667 29.967 -3.290
Atom #4.8/A:54@HB3 122.412 31.410 -2.611
Atom #4.8/A:54@HG 121.221 32.559 -3.905
Atom #4.8/A:55@N 124.134 28.396 -3.612
Atom #4.8/A:55@CA 124.930 27.431 -2.855
Atom #4.8/A:55@C 124.209 26.892 -1.611
Atom #4.8/A:55@O 124.715 25.979 -0.957
Atom #4.8/A:55@H 123.427 28.073 -4.209
Atom #4.8/A:55@HA2 125.172 26.599 -3.501
Atom #4.8/A:55@HA3 125.850 27.906 -2.545
Atom #4.9/A:53@N 117.089 25.641 -10.837
Atom #4.9/A:53@CA 115.989 26.194 -11.620
Atom #4.9/A:53@C 115.234 27.243 -10.810
Atom #4.9/A:53@O 115.272 28.432 -11.129
Atom #4.9/A:53@CB 115.029 25.080 -12.042
Atom #4.9/A:53@OG 114.283 25.512 -13.172
Atom #4.9/A:53@H 117.196 25.914 -9.902
Atom #4.9/A:53@HA 116.393 26.660 -12.507
Atom #4.9/A:53@HB2 115.587 24.197 -12.305
Atom #4.9/A:53@HB3 114.366 24.848 -11.220
Atom #4.9/A:53@HG 113.857 24.742 -13.557
Atom #4.9/A:54@N 114.549 26.797 -9.762
Atom #4.9/A:54@CA 113.797 27.709 -8.905
Atom #4.9/A:54@C 114.721 28.693 -8.184
Atom #4.9/A:54@O 114.343 29.838 -7.936
Atom #4.9/A:54@CB 113.001 26.911 -7.874
Atom #4.9/A:54@OG 113.903 26.275 -6.978
Atom #4.9/A:54@H 114.552 25.839 -9.557
Atom #4.9/A:54@HA 113.105 28.269 -9.516
Atom #4.9/A:54@HB2 112.360 27.574 -7.315
Atom #4.9/A:54@HB3 112.395 26.174 -8.382
Atom #4.9/A:54@HG 113.795 25.325 -7.073
Atom #4.9/A:55@N 115.929 28.247 -7.848
Atom #4.9/A:55@CA 116.887 29.103 -7.150
Atom #4.9/A:55@C 116.918 28.868 -5.632
Atom #4.9/A:55@O 117.770 29.429 -4.944
Atom #4.9/A:55@H 116.182 27.327 -8.073
Atom #4.9/A:55@HA2 117.873 28.916 -7.549
Atom #4.9/A:55@HA3 116.628 30.135 -7.336
Atom #4.10/A:53@N 123.386 28.339 -7.307
Atom #4.10/A:53@CA 124.465 29.321 -7.255
Atom #4.10/A:53@C 124.464 30.062 -5.920
Atom #4.10/A:53@O 125.524 30.373 -5.375
Atom #4.10/A:53@CB 124.308 30.325 -8.397
Atom #4.10/A:53@OG 123.149 31.115 -8.168
Atom #4.10/A:53@H 122.700 28.409 -8.003
Atom #4.10/A:53@HA 125.409 28.808 -7.371
Atom #4.10/A:53@HB2 125.171 30.969 -8.436
Atom #4.10/A:53@HB3 124.221 29.791 -9.334
Atom #4.10/A:53@HG 123.431 32.023 -8.034
Atom #4.10/A:54@N 123.274 30.345 -5.395
Atom #4.10/A:54@CA 123.156 31.015 -4.103
Atom #4.10/A:54@C 123.683 30.137 -2.966
Atom #4.10/A:54@O 124.226 30.645 -1.985
Atom #4.10/A:54@CB 121.692 31.367 -3.835
Atom #4.10/A:54@OG 120.951 30.169 -3.644
Atom #4.10/A:54@H 122.463 30.100 -5.887
Atom #4.10/A:54@HA 123.730 31.928 -4.131
Atom #4.10/A:54@HB2 121.620 31.971 -2.946
Atom #4.10/A:54@HB3 121.299 31.923 -4.676
Atom #4.10/A:54@HG 120.734 30.099 -2.712
Atom #4.10/A:55@N 123.523 28.822 -3.097
Atom #4.10/A:55@CA 123.977 27.895 -2.060
Atom #4.10/A:55@C 122.869 27.487 -1.079
Atom #4.10/A:55@O 123.125 26.716 -0.153
Atom #4.10/A:55@H 123.093 28.468 -3.904
Atom #4.10/A:55@HA2 124.361 27.005 -2.537
Atom #4.10/A:55@HA3 124.778 28.363 -1.505
Atom #4.11/A:53@N 121.022 28.907 -6.595
Atom #4.11/A:53@CA 122.068 29.873 -6.913
Atom #4.11/A:53@C 122.692 30.444 -5.640
Atom #4.11/A:53@O 123.900 30.674 -5.583
Atom #4.11/A:53@CB 121.487 31.014 -7.750
Atom #4.11/A:53@OG 120.852 30.471 -8.900
Atom #4.11/A:53@H 120.109 29.063 -6.917
Atom #4.11/A:53@HA 122.838 29.378 -7.487
Atom #4.11/A:53@HB2 120.760 31.557 -7.171
Atom #4.11/A:53@HB3 122.283 31.684 -8.042
Atom #4.11/A:53@HG 121.323 30.787 -9.675
Atom #4.11/A:54@N 121.866 30.669 -4.623
Atom #4.11/A:54@CA 122.351 31.204 -3.355
Atom #4.11/A:54@C 123.436 30.311 -2.752
Atom #4.11/A:54@O 124.375 30.803 -2.127
Atom #4.11/A:54@CB 121.192 31.332 -2.367
Atom #4.11/A:54@OG 120.164 32.119 -2.954
Atom #4.11/A:54@H 120.911 30.471 -4.726
Atom #4.11/A:54@HA 122.768 32.186 -3.528
Atom #4.11/A:54@HB2 120.799 30.355 -2.137
Atom #4.11/A:54@HB3 121.548 31.797 -1.457
Atom #4.11/A:54@HG 120.332 33.038 -2.734
Atom #4.11/A:55@N 123.305 29.001 -2.941
Atom #4.11/A:55@CA 124.277 28.054 -2.393
Atom #4.11/A:55@C 123.791 27.354 -1.116
Atom #4.11/A:55@O 124.471 26.459 -0.613
Atom #4.11/A:55@H 122.543 28.663 -3.456
Atom #4.11/A:55@HA2 124.486 27.303 -3.140
Atom #4.11/A:55@HA3 125.192 28.584 -2.171
Atom #4.12/A:53@N 121.966 27.696 -5.640
Atom #4.12/A:53@CA 122.058 28.943 -6.390
Atom #4.12/A:53@C 121.526 30.101 -5.553
Atom #4.12/A:53@O 122.237 31.072 -5.292
Atom #4.12/A:53@CB 121.253 28.834 -7.686
Atom #4.12/A:53@OG 121.129 30.125 -8.268
Atom #4.12/A:53@H 121.463 27.677 -4.799
Atom #4.12/A:53@HA 123.092 29.132 -6.635
Atom #4.12/A:53@HB2 121.764 28.184 -8.378
Atom #4.12/A:53@HB3 120.277 28.425 -7.467
Atom #4.12/A:53@HG 120.289 30.496 -7.990
Atom #4.12/A:54@N 120.269 29.990 -5.136
Atom #4.12/A:54@CA 119.654 31.013 -4.293
Atom #4.12/A:54@C 120.362 31.146 -2.942
Atom #4.12/A:54@O 120.343 32.216 -2.333
Atom #4.12/A:54@CB 118.181 30.672 -4.059
Atom #4.12/A:54@OG 118.095 29.504 -3.255
Atom #4.12/A:54@H 119.744 29.205 -5.398
Atom #4.12/A:54@HA 119.707 31.962 -4.806
Atom #4.12/A:54@HB2 117.695 31.487 -3.549
Atom #4.12/A:54@HB3 117.697 30.509 -5.013
Atom #4.12/A:54@HG 117.212 29.140 -3.354
Atom #4.12/A:55@N 120.985 30.066 -2.471
Atom #4.12/A:55@CA 121.656 30.078 -1.171
Atom #4.12/A:55@C 120.855 29.372 -0.068
Atom #4.12/A:55@O 121.361 29.195 1.039
Atom #4.12/A:55@H 120.992 29.247 -3.008
Atom #4.12/A:55@HA2 122.612 29.586 -1.273
Atom #4.12/A:55@HA3 121.824 31.103 -0.876
Atom #4.13/A:53@N 123.856 24.949 -4.680
Atom #4.13/A:53@CA 123.899 26.405 -4.757
Atom #4.13/A:53@C 124.485 26.987 -3.475
Atom #4.13/A:53@O 124.213 26.495 -2.379
Atom #4.13/A:53@CB 122.489 26.959 -4.972
Atom #4.13/A:53@OG 122.565 28.364 -5.169
Atom #4.13/A:53@H 123.572 24.521 -3.845
Atom #4.13/A:53@HA 124.519 26.698 -5.591
Atom #4.13/A:53@HB2 122.048 26.504 -5.844
Atom #4.13/A:53@HB3 121.880 26.732 -4.107
Atom #4.13/A:53@HG 122.273 28.554 -6.064
Atom #4.13/A:54@N 125.292 28.034 -3.617
Atom #4.13/A:54@CA 125.912 28.665 -2.458
Atom #4.13/A:54@C 124.863 29.361 -1.598
Atom #4.13/A:54@O 123.882 29.901 -2.109
Atom #4.13/A:54@CB 126.954 29.686 -2.916
Atom #4.13/A:54@OG 127.936 29.030 -3.705
Atom #4.13/A:54@H 125.473 28.385 -4.513
Atom #4.13/A:54@HA 126.403 27.907 -1.867
Atom #4.13/A:54@HB2 126.479 30.451 -3.508
Atom #4.13/A:54@HB3 127.412 30.143 -2.048
Atom #4.13/A:54@HG 128.375 29.693 -4.244
Atom #4.13/A:55@N 125.079 29.343 -0.286
Atom #4.13/A:55@CA 124.166 30.009 0.643
Atom #4.13/A:55@C 122.844 29.256 0.845
Atom #4.13/A:55@O 122.045 29.641 1.698
Atom #4.13/A:55@H 125.863 28.873 0.065
Atom #4.13/A:55@HA2 124.658 30.105 1.600
Atom #4.13/A:55@HA3 123.949 30.996 0.264
Atom #4.14/A:53@N 124.649 26.942 -4.554
Atom #4.14/A:53@CA 124.684 28.038 -5.516
Atom #4.14/A:53@C 123.828 29.200 -5.024
Atom #4.14/A:53@O 124.344 30.270 -4.698
Atom #4.14/A:53@CB 124.168 27.559 -6.873
Atom #4.14/A:53@OG 122.921 26.901 -6.694
Atom #4.14/A:53@H 124.047 26.999 -3.783
Atom #4.14/A:53@HA 125.704 28.374 -5.628
Atom #4.14/A:53@HB2 124.029 28.404 -7.529
Atom #4.14/A:53@HB3 124.890 26.884 -7.312
Atom #4.14/A:53@HG 123.048 25.968 -6.885
Atom #4.14/A:54@N 122.520 28.981 -4.970
Atom #4.14/A:54@CA 121.600 29.996 -4.464
Atom #4.14/A:54@C 121.940 30.394 -3.025
Atom #4.14/A:54@O 121.748 31.544 -2.633
Atom #4.14/A:54@CB 120.165 29.470 -4.519
Atom #4.14/A:54@OG 119.870 29.055 -5.846
Atom #4.14/A:54@H 122.163 28.120 -5.277
Atom #4.14/A:54@HA 121.670 30.873 -5.092
Atom #4.14/A:54@HB2 120.061 28.627 -3.855
Atom #4.14/A:54@HB3 119.485 30.252 -4.210
Atom #4.14/A:54@HG 119.021 28.608 -5.835
Atom #4.14/A:55@N 122.443 29.440 -2.244
Atom #4.14/A:55@CA 122.765 29.691 -0.840
Atom #4.14/A:55@C 121.723 29.116 0.132
Atom #4.14/A:55@O 121.936 29.141 1.344
Atom #4.14/A:55@H 122.602 28.549 -2.619
Atom #4.14/A:55@HA2 123.724 29.247 -0.619
Atom #4.14/A:55@HA3 122.832 30.758 -0.685
Atom #4.15/A:53@N 122.088 27.873 -8.952
Atom #4.15/A:53@CA 123.099 28.916 -9.099
Atom #4.15/A:53@C 123.183 29.780 -7.841
Atom #4.15/A:53@O 124.267 30.212 -7.449
Atom #4.15/A:53@CB 122.764 29.798 -10.301
Atom #4.15/A:53@OG 121.582 30.537 -10.024
Atom #4.15/A:53@H 121.328 27.846 -9.568
Atom #4.15/A:53@HA 124.059 28.451 -9.267
Atom #4.15/A:53@HB2 123.574 30.485 -10.486
Atom #4.15/A:53@HB3 122.622 29.174 -11.174
Atom #4.15/A:53@HG 121.375 31.066 -10.797
Atom #4.15/A:54@N 122.038 30.029 -7.211
Atom #4.15/A:54@CA 122.005 30.810 -5.978
Atom #4.15/A:54@C 122.827 30.140 -4.877
Atom #4.15/A:54@O 123.474 30.816 -4.077
Atom #4.15/A:54@CB 120.560 30.974 -5.505
Atom #4.15/A:54@OG 119.786 31.535 -6.557
Atom #4.15/A:54@H 121.200 29.681 -7.581
Atom #4.15/A:54@HA 122.418 31.788 -6.173
Atom #4.15/A:54@HB2 120.151 30.012 -5.242
Atom #4.15/A:54@HB3 120.540 31.619 -4.637
Atom #4.15/A:54@HG 119.314 30.820 -6.991
Atom #4.15/A:55@N 122.800 28.810 -4.839
Atom #4.15/A:55@CA 123.531 28.065 -3.815
Atom #4.15/A:55@C 122.661 27.674 -2.611
Atom #4.15/A:55@O 123.183 27.169 -1.617
Atom #4.15/A:55@H 122.280 28.321 -5.510
Atom #4.15/A:55@HA2 123.928 27.164 -4.259
Atom #4.15/A:55@HA3 124.353 28.672 -3.466
Atom #4.16/A:53@N 120.770 23.661 -11.882
Atom #4.16/A:53@CA 119.637 24.577 -11.822
Atom #4.16/A:53@C 120.113 26.010 -11.602
Atom #4.16/A:53@O 121.313 26.283 -11.596
Atom #4.16/A:53@CB 118.698 24.166 -10.687
Atom #4.16/A:53@OG 119.321 24.447 -9.441
Atom #4.16/A:53@H 121.612 23.909 -11.447
Atom #4.16/A:53@HA 119.097 24.527 -12.756
Atom #4.16/A:53@HB2 117.779 24.725 -10.754
Atom #4.16/A:53@HB3 118.479 23.110 -10.770
Atom #4.16/A:53@HG 118.695 24.242 -8.743
Atom #4.16/A:54@N 119.161 26.922 -11.423
Atom #4.16/A:54@CA 119.486 28.330 -11.200
Atom #4.16/A:54@C 119.870 28.628 -9.744
Atom #4.16/A:54@O 119.845 29.786 -9.328
Atom #4.16/A:54@CB 118.291 29.199 -11.592
Atom #4.16/A:54@OG 117.301 29.117 -10.576
Atom #4.16/A:54@H 118.221 26.643 -11.440
Atom #4.16/A:54@HA 120.319 28.594 -11.834
Atom #4.16/A:54@HB2 118.606 30.225 -11.695
Atom #4.16/A:54@HB3 117.892 28.853 -12.536
Atom #4.16/A:54@HG 116.515 28.721 -10.959
Atom #4.16/A:55@N 120.221 27.602 -8.968
Atom #4.16/A:55@CA 120.610 27.803 -7.572
Atom #4.16/A:55@C 119.512 27.419 -6.571
Atom #4.16/A:55@O 119.751 27.445 -5.363
Atom #4.16/A:55@H 120.214 26.695 -9.335
Atom #4.16/A:55@HA2 121.486 27.204 -7.368
Atom #4.16/A:55@HA3 120.863 28.844 -7.427
Atom #4.17/A:53@N 125.488 25.126 -6.745
Atom #4.17/A:53@CA 125.820 26.337 -7.487
Atom #4.17/A:53@C 125.574 27.571 -6.626
Atom #4.17/A:53@O 126.509 28.279 -6.255
Atom #4.17/A:53@CB 124.974 26.419 -8.759
Atom #4.17/A:53@OG 125.601 25.662 -9.786
Atom #4.17/A:53@H 125.017 25.201 -5.889
Atom #4.17/A:53@HA 126.864 26.303 -7.764
Atom #4.17/A:53@HB2 123.994 26.013 -8.571
Atom #4.17/A:53@HB3 124.879 27.454 -9.059
Atom #4.17/A:53@HG 126.534 25.887 -9.793
Atom #4.17/A:54@N 124.306 27.821 -6.313
Atom #4.17/A:54@CA 123.945 28.959 -5.470
Atom #4.17/A:54@C 124.536 28.835 -4.064
Atom #4.17/A:54@O 124.816 29.844 -3.415
Atom #4.17/A:54@CB 122.423 29.068 -5.374
Atom #4.17/A:54@OG 121.920 27.956 -4.645
Atom #4.17/A:54@H 123.601 27.233 -6.655
Atom #4.17/A:54@HA 124.324 29.861 -5.926
Atom #4.17/A:54@HB2 122.155 29.975 -4.859
Atom #4.17/A:54@HB3 122.002 29.086 -6.369
Atom #4.17/A:54@HG 121.816 28.224 -3.729
Atom #4.17/A:55@N 124.726 27.604 -3.590
Atom #4.17/A:55@CA 125.273 27.381 -2.251
Atom #4.17/A:55@C 124.205 27.018 -1.209
Atom #4.17/A:55@O 124.542 26.758 -0.054
Atom #4.17/A:55@H 124.496 26.833 -4.150
Atom #4.17/A:55@HA2 125.991 26.576 -2.302
Atom #4.17/A:55@HA3 125.779 28.278 -1.930
Atom #4.18/A:53@N 117.476 29.475 -6.589
Atom #4.18/A:53@CA 118.191 30.742 -6.702
Atom #4.18/A:53@C 118.388 31.389 -5.331
Atom #4.18/A:53@O 119.423 32.003 -5.071
Atom #4.18/A:53@CB 117.414 31.699 -7.608
Atom #4.18/A:53@OG 118.200 32.858 -7.845
Atom #4.18/A:53@H 116.617 29.364 -7.049
Atom #4.18/A:53@HA 119.159 30.558 -7.142
Atom #4.18/A:53@HB2 117.204 31.217 -8.549
Atom #4.18/A:53@HB3 116.482 31.967 -7.129
Atom #4.18/A:53@HG 118.214 33.377 -7.037
Atom #4.18/A:54@N 117.393 31.251 -4.459
Atom #4.18/A:54@CA 117.464 31.844 -3.127
Atom #4.18/A:54@C 118.713 31.381 -2.378
Atom #4.18/A:54@O 119.306 32.147 -1.619
Atom #4.18/A:54@CB 116.220 31.462 -2.325
Atom #4.18/A:54@OG 116.222 32.172 -1.093
Atom #4.18/A:54@H 116.597 30.740 -4.717
Atom #4.18/A:54@HA 117.495 32.918 -3.225
Atom #4.18/A:54@HB2 115.334 31.724 -2.880
Atom #4.18/A:54@HB3 116.224 30.395 -2.144
Atom #4.18/A:54@HG 115.605 31.738 -0.500
Atom #4.18/A:55@N 119.110 30.130 -2.591
Atom #4.18/A:55@CA 120.284 29.584 -1.914
Atom #4.18/A:55@C 119.948 28.962 -0.553
Atom #4.18/A:55@O 120.830 28.816 0.293
Atom #4.18/A:55@H 118.606 29.563 -3.212
Atom #4.18/A:55@HA2 120.729 28.827 -2.543
Atom #4.18/A:55@HA3 121.001 30.378 -1.765
Atom #4.19/A:53@N 118.659 28.910 -7.794
Atom #4.19/A:53@CA 119.558 29.984 -8.204
Atom #4.19/A:53@C 120.391 30.482 -7.023
Atom #4.19/A:53@O 121.567 30.811 -7.182
Atom #4.19/A:53@CB 118.749 31.146 -8.782
Atom #4.19/A:53@OG 117.929 30.664 -9.837
Atom #4.19/A:53@H 117.694 29.009 -7.935
Atom #4.19/A:53@HA 120.223 29.611 -8.968
Atom #4.19/A:53@HB2 118.123 31.572 -8.015
Atom #4.19/A:53@HB3 119.427 31.905 -9.149
Atom #4.19/A:53@HG 118.458 30.640 -10.638
Atom #4.19/A:54@N 119.780 30.535 -5.843
Atom #4.19/A:54@CA 120.484 30.989 -4.647
Atom #4.19/A:54@C 121.688 30.099 -4.330
Atom #4.19/A:54@O 122.695 30.576 -3.807
Atom #4.19/A:54@CB 119.529 30.993 -3.454
Atom #4.19/A:54@OG 119.183 29.653 -3.129
Atom #4.19/A:54@H 118.842 30.263 -5.775
Atom #4.19/A:54@HA 120.833 31.997 -4.813
Atom #4.19/A:54@HB2 120.008 31.450 -2.605
Atom #4.19/A:54@HB3 118.642 31.559 -3.709
Atom #4.19/A:54@HG 118.246 29.632 -2.917
Atom #4.19/A:55@N 121.584 28.810 -4.644
Atom #4.19/A:55@CA 122.680 27.878 -4.385
Atom #4.19/A:55@C 122.661 27.320 -2.957
Atom #4.19/A:55@O 123.687 26.851 -2.465
Atom #4.19/A:55@H 120.759 28.480 -5.056
Atom #4.19/A:55@HA2 122.609 27.054 -5.081
Atom #4.19/A:55@HA3 123.617 28.389 -4.546
Atom #4.20/A:53@N 118.659 26.960 -8.352
Atom #4.20/A:53@CA 117.700 27.815 -9.044
Atom #4.20/A:53@C 117.073 28.810 -8.068
Atom #4.20/A:53@O 117.341 30.010 -8.136
Atom #4.20/A:53@CB 116.603 26.969 -9.695
Atom #4.20/A:53@OG 116.126 26.018 -8.752
Atom #4.20/A:53@H 118.811 27.087 -7.392
Atom #4.20/A:53@HA 118.218 28.365 -9.814
Atom #4.20/A:53@HB2 115.786 27.602 -10.000
Atom #4.20/A:53@HB3 117.008 26.466 -10.563
Atom #4.20/A:53@HG 116.408 25.147 -9.040
Atom #4.20/A:54@N 116.238 28.306 -7.163
Atom #4.20/A:54@CA 115.587 29.159 -6.174
Atom #4.20/A:54@C 116.611 29.852 -5.279
Atom #4.20/A:54@O 116.427 31.005 -4.891
Atom #4.20/A:54@CB 114.638 28.325 -5.313
Atom #4.20/A:54@OG 113.721 27.642 -6.156
Atom #4.20/A:54@H 116.057 27.342 -7.161
Atom #4.20/A:54@HA 115.011 29.913 -6.691
Atom #4.20/A:54@HB2 115.202 27.601 -4.748
Atom #4.20/A:54@HB3 114.109 28.976 -4.630
Atom #4.20/A:54@HG 113.990 26.722 -6.205
Atom #4.20/A:55@N 117.691 29.146 -4.953
Atom #4.20/A:55@CA 118.720 29.699 -4.074
Atom #4.20/A:55@C 118.417 29.467 -2.590
Atom #4.20/A:55@O 118.946 30.175 -1.732
Atom #4.20/A:55@H 117.798 28.239 -5.308
Atom #4.20/A:55@HA2 119.667 29.235 -4.313
Atom #4.20/A:55@HA3 118.797 30.761 -4.252
> select #4/A:53-55@CA
60 atoms, 60 residues, 20 models selected
> getcrd sel
Atom #4.1/A:53@CA -2.718 -14.903 32.797
Atom #4.1/A:54@CA -4.644 -12.095 34.509
Atom #4.1/A:55@CA -7.864 -13.255 32.828
Atom #4.2/A:53@CA 125.246 29.083 -6.794
Atom #4.2/A:54@CA 123.827 30.858 -3.740
Atom #4.2/A:55@CA 124.258 27.661 -1.692
Atom #4.3/A:53@CA 123.421 25.767 -11.520
Atom #4.3/A:54@CA 119.951 26.877 -10.434
Atom #4.3/A:55@CA 119.934 28.430 -6.960
Atom #4.4/A:53@CA 124.898 29.595 -6.307
Atom #4.4/A:54@CA 122.736 31.506 -3.811
Atom #4.4/A:55@CA 123.723 28.949 -1.154
Atom #4.5/A:53@CA 127.097 25.608 -6.640
Atom #4.5/A:54@CA 125.726 28.239 -4.263
Atom #4.5/A:55@CA 126.628 26.010 -1.299
Atom #4.6/A:53@CA 118.136 30.162 -8.479
Atom #4.6/A:54@CA 118.393 31.589 -4.960
Atom #4.6/A:55@CA 120.950 28.888 -4.122
Atom #4.7/A:53@CA 126.715 28.635 -4.330
Atom #4.7/A:54@CA 123.491 30.545 -3.656
Atom #4.7/A:55@CA 119.776 29.749 -3.441
Atom #4.8/A:53@CA 123.563 29.068 -7.801
Atom #4.8/A:54@CA 123.434 30.618 -4.322
Atom #4.8/A:55@CA 124.930 27.431 -2.855
Atom #4.9/A:53@CA 115.989 26.194 -11.620
Atom #4.9/A:54@CA 113.797 27.709 -8.905
Atom #4.9/A:55@CA 116.887 29.103 -7.150
Atom #4.10/A:53@CA 124.465 29.321 -7.255
Atom #4.10/A:54@CA 123.156 31.015 -4.103
Atom #4.10/A:55@CA 123.977 27.895 -2.060
Atom #4.11/A:53@CA 122.068 29.873 -6.913
Atom #4.11/A:54@CA 122.351 31.204 -3.355
Atom #4.11/A:55@CA 124.277 28.054 -2.393
Atom #4.12/A:53@CA 122.058 28.943 -6.390
Atom #4.12/A:54@CA 119.654 31.013 -4.293
Atom #4.12/A:55@CA 121.656 30.078 -1.171
Atom #4.13/A:53@CA 123.899 26.405 -4.757
Atom #4.13/A:54@CA 125.912 28.665 -2.458
Atom #4.13/A:55@CA 124.166 30.009 0.643
Atom #4.14/A:53@CA 124.684 28.038 -5.516
Atom #4.14/A:54@CA 121.600 29.996 -4.464
Atom #4.14/A:55@CA 122.765 29.691 -0.840
Atom #4.15/A:53@CA 123.099 28.916 -9.099
Atom #4.15/A:54@CA 122.005 30.810 -5.978
Atom #4.15/A:55@CA 123.531 28.065 -3.815
Atom #4.16/A:53@CA 119.637 24.577 -11.822
Atom #4.16/A:54@CA 119.486 28.330 -11.200
Atom #4.16/A:55@CA 120.610 27.803 -7.572
Atom #4.17/A:53@CA 125.820 26.337 -7.487
Atom #4.17/A:54@CA 123.945 28.959 -5.470
Atom #4.17/A:55@CA 125.273 27.381 -2.251
Atom #4.18/A:53@CA 118.191 30.742 -6.702
Atom #4.18/A:54@CA 117.464 31.844 -3.127
Atom #4.18/A:55@CA 120.284 29.584 -1.914
Atom #4.19/A:53@CA 119.558 29.984 -8.204
Atom #4.19/A:54@CA 120.484 30.989 -4.647
Atom #4.19/A:55@CA 122.680 27.878 -4.385
Atom #4.20/A:53@CA 117.700 27.815 -9.044
Atom #4.20/A:54@CA 115.587 29.159 -6.174
Atom #4.20/A:55@CA 118.720 29.699 -4.074
> select #3/A:53-55@CA
3 atoms, 3 residues, 1 model selected
> getcrd sel
Atom #3/A:53@CA -1.447 2.950 -10.492
Atom #3/A:54@CA 1.188 3.983 -13.069
Atom #3/A:55@CA 0.692 5.688 -16.444
> select #3/A:95-97@CA
3 atoms, 3 residues, 1 model selected
> getcrd sel
Atom #3/A:95@CA 9.781 4.496 -10.919
Atom #3/A:96@CA 13.589 4.771 -10.654
Atom #3/A:97@CA 14.372 1.789 -12.948
> select #4.1/A:3-15,20-30,38-48,60-73,77-90,104-115,122-132,135-148
> #4.2/A:3-15,20-30,38-48,60-73,77-90,104-115,122-132,135-148
> #4.3/A:3-15,20-30,38-48,60-73,77-90,104-115,122-132,135-148
> #4.4/A:3-15,20-30,38-48,60-73,77-90,104-115,122-132,135-148
> #4.5/A:3-15,20-30,38-48,60-73,77-90,104-115,122-132,135-148
> #4.6/A:3-15,20-30,38-48,60-73,77-90,104-115,122-132,135-148
> #4.7/A:3-15,20-30,38-48,60-73,77-90,104-115,122-132,135-148
> #4.8/A:3-15,20-30,38-48,60-73,77-90,104-115,122-132,135-148
> #4.9/A:3-15,20-30,38-48,60-73,77-90,104-115,122-132,135-148
> #4.10/A:3-15,20-30,38-48,60-73,77-90,104-115,122-132,135-148
> #4.11/A:3-15,20-30,38-48,60-73,77-90,104-115,122-132,135-148
> #4.12/A:3-15,20-30,38-48,60-73,77-90,104-115,122-132,135-148
> #4.13/A:3-15,20-30,38-48,60-73,77-90,104-115,122-132,135-148
> #4.14/A:3-15,20-30,38-48,60-73,77-90,104-115,122-132,135-148
> #4.15/A:3-15,20-30,38-48,60-73,77-90,104-115,122-132,135-148
> #4.16/A:3-15,20-30,38-48,60-73,77-90,104-115,122-132,135-148
> #4.17/A:3-15,20-30,38-48,60-73,77-90,104-115,122-132,135-148
> #4.18/A:3-15,20-30,38-48,60-73,77-90,104-115,122-132,135-148
> #4.19/A:3-15,20-30,38-48,60-73,77-90,104-115,122-132,135-148
> #4.20/A:3-15,20-30,38-48,60-73,77-90,104-115,122-132,135-148
30200 atoms, 30500 bonds, 2000 residues, 20 models selected
> select #4.1/A:53-55 #4.2/A:53-55 #4.3/A:53-55 #4.4/A:53-55 #4.5/A:53-55
> #4.6/A:53-55 #4.7/A:53-55 #4.8/A:53-55 #4.9/A:53-55 #4.10/A:53-55
> #4.11/A:53-55 #4.12/A:53-55 #4.13/A:53-55 #4.14/A:53-55 #4.15/A:53-55
> #4.16/A:53-55 #4.17/A:53-55 #4.18/A:53-55 #4.19/A:53-55 #4.20/A:53-55
580 atoms, 560 bonds, 60 residues, 20 models selected
> move y 20 models #2
> measure center #2
Center of area of surface rectangle #2 = (-9.49, -7.80, 34.79)
> measure center #2
Center of area of surface rectangle #2 = (-6.48, -9.04, 15.06)
> redo
> move y 20 models #2
> undo
> redo
> undo
> redo
> undo
> redo
> undo
> move y 20 models #2
> measure center #2
Center of area of surface rectangle #2 = (-7.10, -9.25, 35.05)
> measure center #2
Center of area of surface rectangle #2 = (-6.48, -9.04, 15.06)
> measure center #2
Center of area of surface rectangle #2 = (-6.48, -9.04, 15.06)
> redo
> move y 20 models #2
> measure center #2
Center of area of surface rectangle #2 = (-7.15, -9.19, 35.05)
> matchmaker #4.4 to #3
Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker AF-P0A917-F1-model_v6.pdb, chain A (#3) with exp - 2M06.cif, chain
A (#4.4), sequence alignment score = 703.6
RMSD between 106 pruned atom pairs is 1.150 angstroms; (across all 148 pairs:
4.159)
> hide #4.1 models
> hide #4.4 models
> show #4.4 models
> getcrd sel
Atom #4.1/A:53@N -3.377 -15.004 31.500
Atom #4.1/A:53@CA -2.718 -14.903 32.797
Atom #4.1/A:53@C -3.629 -14.186 33.795
Atom #4.1/A:53@O -4.200 -14.816 34.685
Atom #4.1/A:53@CB -1.382 -14.162 32.660
Atom #4.1/A:53@OG -0.348 -15.107 32.419
Atom #4.1/A:53@H -4.276 -14.627 31.390
Atom #4.1/A:53@HA -2.523 -15.901 33.164
Atom #4.1/A:53@HB2 -1.432 -13.475 31.832
Atom #4.1/A:53@HB3 -1.181 -13.609 33.568
Atom #4.1/A:53@HG -0.123 -15.069 31.487
Atom #4.1/A:54@N -3.763 -12.871 33.642
Atom #4.1/A:54@CA -4.644 -12.095 34.509
Atom #4.1/A:54@C -6.101 -12.529 34.344
Atom #4.1/A:54@O -6.857 -12.570 35.316
Atom #4.1/A:54@CB -4.518 -10.607 34.181
Atom #4.1/A:54@OG -3.152 -10.224 34.272
Atom #4.1/A:54@H -3.261 -12.414 32.935
Atom #4.1/A:54@HA -4.349 -12.250 35.537
Atom #4.1/A:54@HB2 -4.868 -10.423 33.178
Atom #4.1/A:54@HB3 -5.116 -10.035 34.877
Atom #4.1/A:54@HG -2.938 -9.704 33.494
Atom #4.1/A:55@N -6.487 -12.853 33.114
Atom #4.1/A:55@CA -7.864 -13.255 32.828
Atom #4.1/A:55@C -8.723 -12.112 32.264
Atom #4.1/A:55@O -9.862 -12.347 31.858
Atom #4.1/A:55@H -5.835 -12.821 32.382
Atom #4.1/A:55@HA2 -7.848 -14.062 32.112
Atom #4.1/A:55@HA3 -8.317 -13.611 33.741
Atom #4.2/A:53@N 124.160 28.109 -6.855
Atom #4.2/A:53@CA 125.246 29.083 -6.794
Atom #4.2/A:53@C 125.207 29.843 -5.470
Atom #4.2/A:53@O 126.245 30.103 -4.861
Atom #4.2/A:53@CB 125.130 30.070 -7.955
Atom #4.2/A:53@OG 125.070 29.347 -9.177
Atom #4.2/A:53@H 123.509 28.155 -7.586
Atom #4.2/A:53@HA 126.188 28.562 -6.872
Atom #4.2/A:53@HB2 124.230 30.655 -7.848
Atom #4.2/A:53@HB3 125.986 30.730 -7.950
Atom #4.2/A:53@HG 124.423 28.645 -9.076
Atom #4.2/A:54@N 124.002 30.196 -5.031
Atom #4.2/A:54@CA 123.827 30.858 -3.740
Atom #4.2/A:54@C 124.188 29.931 -2.575
Atom #4.2/A:54@O 124.644 30.393 -1.529
Atom #4.2/A:54@CB 122.378 31.319 -3.589
Atom #4.2/A:54@OG 121.535 30.180 -3.475
Atom #4.2/A:54@H 123.215 30.009 -5.584
Atom #4.2/A:54@HA 124.469 31.726 -3.704
Atom #4.2/A:54@HB2 122.277 31.920 -2.699
Atom #4.2/A:54@HB3 122.098 31.910 -4.451
Atom #4.2/A:54@HG 121.622 29.665 -4.281
Atom #4.2/A:55@N 123.983 28.627 -2.755
Atom #4.2/A:55@CA 124.258 27.661 -1.692
Atom #4.2/A:55@C 123.004 27.245 -0.908
Atom #4.2/A:55@O 123.101 26.442 0.020
Atom #4.2/A:55@H 123.640 28.309 -3.616
Atom #4.2/A:55@HA2 124.697 26.778 -2.133
Atom #4.2/A:55@HA3 124.969 28.096 -1.005
Atom #4.3/A:53@N 123.845 24.514 -10.895
Atom #4.3/A:53@CA 123.421 25.767 -11.520
Atom #4.3/A:53@C 121.901 25.911 -11.516
Atom #4.3/A:53@O 121.209 25.377 -12.383
Atom #4.3/A:53@CB 123.945 25.838 -12.956
Atom #4.3/A:53@OG 123.239 24.908 -13.765
Atom #4.3/A:53@H 124.530 24.542 -10.194
Atom #4.3/A:53@HA 123.845 26.588 -10.962
Atom #4.3/A:53@HB2 123.795 26.830 -13.349
Atom #4.3/A:53@HB3 125.003 25.612 -12.960
Atom #4.3/A:53@HG 122.314 25.165 -13.775
Atom #4.3/A:54@N 121.388 26.649 -10.537
Atom #4.3/A:54@CA 119.951 26.877 -10.434
Atom #4.3/A:54@C 119.645 27.862 -9.310
Atom #4.3/A:54@O 118.964 28.866 -9.518
Atom #4.3/A:54@CB 119.231 25.554 -10.166
Atom #4.3/A:54@OG 117.855 25.813 -9.923
Atom #4.3/A:54@H 121.987 27.048 -9.871
Atom #4.3/A:54@HA 119.593 27.286 -11.367
Atom #4.3/A:54@HB2 119.321 24.909 -11.024
Atom #4.3/A:54@HB3 119.680 25.071 -9.308
Atom #4.3/A:54@HG 117.350 25.437 -10.648
Atom #4.3/A:55@N 120.155 27.565 -8.119
Atom #4.3/A:55@CA 119.934 28.430 -6.960
Atom #4.3/A:55@C 118.765 27.974 -6.075
Atom #4.3/A:55@O 118.555 28.536 -5.000
Atom #4.3/A:55@H 120.689 26.750 -8.015
Atom #4.3/A:55@HA2 120.834 28.445 -6.363
Atom #4.3/A:55@HA3 119.734 29.432 -7.310
Atom #4.4/A:53@N -6.501 -15.060 33.437
Atom #4.4/A:53@CA -7.318 -15.982 34.222
Atom #4.4/A:53@C -8.514 -15.269 34.856
Atom #4.4/A:53@O -9.582 -15.858 35.013
Atom #4.4/A:53@CB -6.467 -16.623 35.320
Atom #4.4/A:53@OG -6.109 -15.631 36.272
Atom #4.4/A:53@H -5.554 -14.944 33.661
Atom #4.4/A:53@HA -7.685 -16.762 33.570
Atom #4.4/A:53@HB2 -7.033 -17.397 35.813
Atom #4.4/A:53@HB3 -5.582 -17.059 34.877
Atom #4.4/A:53@HG -6.613 -15.794 37.073
Atom #4.4/A:54@N -8.333 -14.001 35.220
Atom #4.4/A:54@CA -9.417 -13.218 35.807
Atom #4.4/A:54@C -10.632 -13.164 34.879
Atom #4.4/A:54@O -11.772 -13.137 35.342
Atom #4.4/A:54@CB -8.934 -11.796 36.093
Atom #4.4/A:54@OG -9.940 -11.098 36.815
Atom #4.4/A:54@H -7.455 -13.585 35.093
Atom #4.4/A:54@HA -9.712 -13.676 36.739
Atom #4.4/A:54@HB2 -8.034 -11.830 36.687
Atom #4.4/A:54@HB3 -8.725 -11.294 35.158
Atom #4.4/A:54@HG -10.702 -10.996 36.238
Atom #4.4/A:55@N -10.388 -13.150 33.570
Atom #4.4/A:55@CA -11.476 -13.081 32.595
Atom #4.4/A:55@C -11.686 -11.676 32.011
Atom #4.4/A:55@O -12.625 -11.467 31.245
Atom #4.4/A:55@H -9.461 -13.185 33.254
Atom #4.4/A:55@HA2 -11.258 -13.762 31.786
Atom #4.4/A:55@HA3 -12.390 -13.398 33.074
Atom #4.5/A:53@N 126.519 24.396 -6.072
Atom #4.5/A:53@CA 127.097 25.608 -6.640
Atom #4.5/A:53@C 127.078 26.732 -5.610
Atom #4.5/A:53@O 128.126 27.176 -5.140
Atom #4.5/A:53@CB 126.312 26.037 -7.881
Atom #4.5/A:53@OG 125.987 24.887 -8.651
Atom #4.5/A:53@H 125.974 24.459 -5.261
Atom #4.5/A:53@HA 128.120 25.409 -6.925
Atom #4.5/A:53@HB2 125.402 26.530 -7.586
Atom #4.5/A:53@HB3 126.913 26.721 -8.465
Atom #4.5/A:53@HG 125.127 25.033 -9.054
Atom #4.5/A:54@N 125.878 27.187 -5.264
Atom #4.5/A:54@CA 125.726 28.239 -4.263
Atom #4.5/A:54@C 126.294 27.808 -2.910
Atom #4.5/A:54@O 126.841 28.628 -2.172
Atom #4.5/A:54@CB 124.247 28.590 -4.102
Atom #4.5/A:54@OG 123.712 28.949 -5.370
Atom #4.5/A:54@H 125.080 26.807 -5.686
Atom #4.5/A:54@HA 126.255 29.118 -4.599
Atom #4.5/A:54@HB2 123.708 27.738 -3.722
Atom #4.5/A:54@HB3 124.148 29.413 -3.406
Atom #4.5/A:54@HG 124.031 28.315 -6.016
Atom #4.5/A:55@N 126.164 26.523 -2.589
Atom #4.5/A:55@CA 126.628 26.010 -1.299
Atom #4.5/A:55@C 125.490 25.790 -0.291
Atom #4.5/A:55@O 125.724 25.239 0.786
Atom #4.5/A:55@H 125.748 25.908 -3.228
Atom #4.5/A:55@HA2 127.132 25.069 -1.463
Atom #4.5/A:55@HA3 127.332 26.712 -0.879
Atom #4.6/A:53@N 117.359 28.993 -8.076
Atom #4.6/A:53@CA 118.136 30.162 -8.479
Atom #4.6/A:53@C 118.715 30.877 -7.261
Atom #4.6/A:53@O 119.848 31.358 -7.296
Atom #4.6/A:53@CB 117.249 31.128 -9.266
Atom #4.6/A:53@OG 118.055 32.171 -9.798
Atom #4.6/A:53@H 116.416 28.929 -8.333
Atom #4.6/A:53@HA 118.946 29.840 -9.115
Atom #4.6/A:53@HB2 116.770 30.605 -10.077
Atom #4.6/A:53@HB3 116.493 31.536 -8.609
Atom #4.6/A:53@HG 117.684 33.009 -9.512
Atom #4.6/A:54@N 117.935 30.945 -6.187
Atom #4.6/A:54@CA 118.393 31.589 -4.960
Atom #4.6/A:54@C 119.671 30.935 -4.436
Atom #4.6/A:54@O 120.548 31.613 -3.900
Atom #4.6/A:54@CB 117.304 31.503 -3.890
Atom #4.6/A:54@OG 116.100 32.055 -4.405
Atom #4.6/A:54@H 117.036 30.556 -6.219
Atom #4.6/A:54@HA 118.593 32.630 -5.165
Atom #4.6/A:54@HB2 117.134 30.473 -3.625
Atom #4.6/A:54@HB3 117.622 32.049 -3.011
Atom #4.6/A:54@HG 115.364 31.622 -3.966
Atom #4.6/A:55@N 119.775 29.618 -4.593
Atom #4.6/A:55@CA 120.950 28.888 -4.122
Atom #4.6/A:55@C 120.811 28.414 -2.672
Atom #4.6/A:55@O 121.815 28.129 -2.018
Atom #4.6/A:55@H 119.049 29.129 -5.034
Atom #4.6/A:55@HA2 121.102 28.027 -4.756
Atom #4.6/A:55@HA3 121.814 29.532 -4.197
Atom #4.7/A:53@N 126.048 27.507 -4.972
Atom #4.7/A:53@CA 126.715 28.635 -4.330
Atom #4.7/A:53@C 125.702 29.532 -3.620
Atom #4.7/A:53@O 125.967 30.043 -2.533
Atom #4.7/A:53@CB 127.480 29.451 -5.371
Atom #4.7/A:53@OG 128.371 28.595 -6.074
Atom #4.7/A:53@H 126.140 27.380 -5.940
Atom #4.7/A:53@HA 127.417 28.257 -3.600
Atom #4.7/A:53@HB2 126.788 29.890 -6.071
Atom #4.7/A:53@HB3 128.029 30.241 -4.875
Atom #4.7/A:53@HG 129.268 28.836 -5.829
Atom #4.7/A:54@N 124.541 29.721 -4.243
Atom #4.7/A:54@CA 123.491 30.545 -3.656
Atom #4.7/A:54@C 122.115 30.008 -4.040
Atom #4.7/A:54@O 121.948 29.418 -5.107
Atom #4.7/A:54@CB 123.630 31.990 -4.137
Atom #4.7/A:54@OG 122.681 32.801 -3.459
Atom #4.7/A:54@H 124.388 29.297 -5.113
Atom #4.7/A:54@HA 123.587 30.524 -2.580
Atom #4.7/A:54@HB2 124.622 32.352 -3.922
Atom #4.7/A:54@HB3 123.462 32.027 -5.205
Atom #4.7/A:54@HG 122.899 32.791 -2.524
Atom #4.7/A:55@N 121.134 30.215 -3.167
Atom #4.7/A:55@CA 119.776 29.749 -3.441
Atom #4.7/A:55@C 119.557 28.287 -3.036
Atom #4.7/A:55@O 118.636 27.640 -3.535
Atom #4.7/A:55@H 121.324 30.686 -2.329
Atom #4.7/A:55@HA2 119.080 30.369 -2.895
Atom #4.7/A:55@HA3 119.578 29.851 -4.497
Atom #4.8/A:53@N 122.482 28.122 -7.538
Atom #4.8/A:53@CA 123.563 29.068 -7.801
Atom #4.8/A:53@C 124.035 29.731 -6.507
Atom #4.8/A:53@O 125.228 29.978 -6.328
Atom #4.8/A:53@CB 123.090 30.140 -8.781
Atom #4.8/A:53@OG 122.110 30.952 -8.148
Atom #4.8/A:53@H 121.599 28.276 -7.933
Atom #4.8/A:53@HA 124.392 28.535 -8.243
Atom #4.8/A:53@HB2 123.923 30.758 -9.076
Atom #4.8/A:53@HB3 122.673 29.663 -9.659
Atom #4.8/A:53@HG 122.415 31.862 -8.177
Atom #4.8/A:54@N 123.097 30.017 -5.609
Atom #4.8/A:54@CA 123.434 30.618 -4.322
Atom #4.8/A:54@C 124.351 29.705 -3.507
Atom #4.8/A:54@O 125.236 30.180 -2.796
Atom #4.8/A:54@CB 122.158 30.897 -3.528
Atom #4.8/A:54@OG 121.284 31.694 -4.315
Atom #4.8/A:54@H 122.159 29.820 -5.815
Atom #4.8/A:54@HA 123.943 31.553 -4.498
Atom #4.8/A:54@HB2 121.667 29.967 -3.290
Atom #4.8/A:54@HB3 122.412 31.410 -2.611
Atom #4.8/A:54@HG 121.221 32.559 -3.905
Atom #4.8/A:55@N 124.134 28.396 -3.612
Atom #4.8/A:55@CA 124.930 27.431 -2.855
Atom #4.8/A:55@C 124.209 26.892 -1.611
Atom #4.8/A:55@O 124.715 25.979 -0.957
Atom #4.8/A:55@H 123.427 28.073 -4.209
Atom #4.8/A:55@HA2 125.172 26.599 -3.501
Atom #4.8/A:55@HA3 125.850 27.906 -2.545
Atom #4.9/A:53@N 117.089 25.641 -10.837
Atom #4.9/A:53@CA 115.989 26.194 -11.620
Atom #4.9/A:53@C 115.234 27.243 -10.810
Atom #4.9/A:53@O 115.272 28.432 -11.129
Atom #4.9/A:53@CB 115.029 25.080 -12.042
Atom #4.9/A:53@OG 114.283 25.512 -13.172
Atom #4.9/A:53@H 117.196 25.914 -9.902
Atom #4.9/A:53@HA 116.393 26.660 -12.507
Atom #4.9/A:53@HB2 115.587 24.197 -12.305
Atom #4.9/A:53@HB3 114.366 24.848 -11.220
Atom #4.9/A:53@HG 113.857 24.742 -13.557
Atom #4.9/A:54@N 114.549 26.797 -9.762
Atom #4.9/A:54@CA 113.797 27.709 -8.905
Atom #4.9/A:54@C 114.721 28.693 -8.184
Atom #4.9/A:54@O 114.343 29.838 -7.936
Atom #4.9/A:54@CB 113.001 26.911 -7.874
Atom #4.9/A:54@OG 113.903 26.275 -6.978
Atom #4.9/A:54@H 114.552 25.839 -9.557
Atom #4.9/A:54@HA 113.105 28.269 -9.516
Atom #4.9/A:54@HB2 112.360 27.574 -7.315
Atom #4.9/A:54@HB3 112.395 26.174 -8.382
Atom #4.9/A:54@HG 113.795 25.325 -7.073
Atom #4.9/A:55@N 115.929 28.247 -7.848
Atom #4.9/A:55@CA 116.887 29.103 -7.150
Atom #4.9/A:55@C 116.918 28.868 -5.632
Atom #4.9/A:55@O 117.770 29.429 -4.944
Atom #4.9/A:55@H 116.182 27.327 -8.073
Atom #4.9/A:55@HA2 117.873 28.916 -7.549
Atom #4.9/A:55@HA3 116.628 30.135 -7.336
Atom #4.10/A:53@N 123.386 28.339 -7.307
Atom #4.10/A:53@CA 124.465 29.321 -7.255
Atom #4.10/A:53@C 124.464 30.062 -5.920
Atom #4.10/A:53@O 125.524 30.373 -5.375
Atom #4.10/A:53@CB 124.308 30.325 -8.397
Atom #4.10/A:53@OG 123.149 31.115 -8.168
Atom #4.10/A:53@H 122.700 28.409 -8.003
Atom #4.10/A:53@HA 125.409 28.808 -7.371
Atom #4.10/A:53@HB2 125.171 30.969 -8.436
Atom #4.10/A:53@HB3 124.221 29.791 -9.334
Atom #4.10/A:53@HG 123.431 32.023 -8.034
Atom #4.10/A:54@N 123.274 30.345 -5.395
Atom #4.10/A:54@CA 123.156 31.015 -4.103
Atom #4.10/A:54@C 123.683 30.137 -2.966
Atom #4.10/A:54@O 124.226 30.645 -1.985
Atom #4.10/A:54@CB 121.692 31.367 -3.835
Atom #4.10/A:54@OG 120.951 30.169 -3.644
Atom #4.10/A:54@H 122.463 30.100 -5.887
Atom #4.10/A:54@HA 123.730 31.928 -4.131
Atom #4.10/A:54@HB2 121.620 31.971 -2.946
Atom #4.10/A:54@HB3 121.299 31.923 -4.676
Atom #4.10/A:54@HG 120.734 30.099 -2.712
Atom #4.10/A:55@N 123.523 28.822 -3.097
Atom #4.10/A:55@CA 123.977 27.895 -2.060
Atom #4.10/A:55@C 122.869 27.487 -1.079
Atom #4.10/A:55@O 123.125 26.716 -0.153
Atom #4.10/A:55@H 123.093 28.468 -3.904
Atom #4.10/A:55@HA2 124.361 27.005 -2.537
Atom #4.10/A:55@HA3 124.778 28.363 -1.505
Atom #4.11/A:53@N 121.022 28.907 -6.595
Atom #4.11/A:53@CA 122.068 29.873 -6.913
Atom #4.11/A:53@C 122.692 30.444 -5.640
Atom #4.11/A:53@O 123.900 30.674 -5.583
Atom #4.11/A:53@CB 121.487 31.014 -7.750
Atom #4.11/A:53@OG 120.852 30.471 -8.900
Atom #4.11/A:53@H 120.109 29.063 -6.917
Atom #4.11/A:53@HA 122.838 29.378 -7.487
Atom #4.11/A:53@HB2 120.760 31.557 -7.171
Atom #4.11/A:53@HB3 122.283 31.684 -8.042
Atom #4.11/A:53@HG 121.323 30.787 -9.675
Atom #4.11/A:54@N 121.866 30.669 -4.623
Atom #4.11/A:54@CA 122.351 31.204 -3.355
Atom #4.11/A:54@C 123.436 30.311 -2.752
Atom #4.11/A:54@O 124.375 30.803 -2.127
Atom #4.11/A:54@CB 121.192 31.332 -2.367
Atom #4.11/A:54@OG 120.164 32.119 -2.954
Atom #4.11/A:54@H 120.911 30.471 -4.726
Atom #4.11/A:54@HA 122.768 32.186 -3.528
Atom #4.11/A:54@HB2 120.799 30.355 -2.137
Atom #4.11/A:54@HB3 121.548 31.797 -1.457
Atom #4.11/A:54@HG 120.332 33.038 -2.734
Atom #4.11/A:55@N 123.305 29.001 -2.941
Atom #4.11/A:55@CA 124.277 28.054 -2.393
Atom #4.11/A:55@C 123.791 27.354 -1.116
Atom #4.11/A:55@O 124.471 26.459 -0.613
Atom #4.11/A:55@H 122.543 28.663 -3.456
Atom #4.11/A:55@HA2 124.486 27.303 -3.140
Atom #4.11/A:55@HA3 125.192 28.584 -2.171
Atom #4.12/A:53@N 121.966 27.696 -5.640
Atom #4.12/A:53@CA 122.058 28.943 -6.390
Atom #4.12/A:53@C 121.526 30.101 -5.553
Atom #4.12/A:53@O 122.237 31.072 -5.292
Atom #4.12/A:53@CB 121.253 28.834 -7.686
Atom #4.12/A:53@OG 121.129 30.125 -8.268
Atom #4.12/A:53@H 121.463 27.677 -4.799
Atom #4.12/A:53@HA 123.092 29.132 -6.635
Atom #4.12/A:53@HB2 121.764 28.184 -8.378
Atom #4.12/A:53@HB3 120.277 28.425 -7.467
Atom #4.12/A:53@HG 120.289 30.496 -7.990
Atom #4.12/A:54@N 120.269 29.990 -5.136
Atom #4.12/A:54@CA 119.654 31.013 -4.293
Atom #4.12/A:54@C 120.362 31.146 -2.942
Atom #4.12/A:54@O 120.343 32.216 -2.333
Atom #4.12/A:54@CB 118.181 30.672 -4.059
Atom #4.12/A:54@OG 118.095 29.504 -3.255
Atom #4.12/A:54@H 119.744 29.205 -5.398
Atom #4.12/A:54@HA 119.707 31.962 -4.806
Atom #4.12/A:54@HB2 117.695 31.487 -3.549
Atom #4.12/A:54@HB3 117.697 30.509 -5.013
Atom #4.12/A:54@HG 117.212 29.140 -3.354
Atom #4.12/A:55@N 120.985 30.066 -2.471
Atom #4.12/A:55@CA 121.656 30.078 -1.171
Atom #4.12/A:55@C 120.855 29.372 -0.068
Atom #4.12/A:55@O 121.361 29.195 1.039
Atom #4.12/A:55@H 120.992 29.247 -3.008
Atom #4.12/A:55@HA2 122.612 29.586 -1.273
Atom #4.12/A:55@HA3 121.824 31.103 -0.876
Atom #4.13/A:53@N 123.856 24.949 -4.680
Atom #4.13/A:53@CA 123.899 26.405 -4.757
Atom #4.13/A:53@C 124.485 26.987 -3.475
Atom #4.13/A:53@O 124.213 26.495 -2.379
Atom #4.13/A:53@CB 122.489 26.959 -4.972
Atom #4.13/A:53@OG 122.565 28.364 -5.169
Atom #4.13/A:53@H 123.572 24.521 -3.845
Atom #4.13/A:53@HA 124.519 26.698 -5.591
Atom #4.13/A:53@HB2 122.048 26.504 -5.844
Atom #4.13/A:53@HB3 121.880 26.732 -4.107
Atom #4.13/A:53@HG 122.273 28.554 -6.064
Atom #4.13/A:54@N 125.292 28.034 -3.617
Atom #4.13/A:54@CA 125.912 28.665 -2.458
Atom #4.13/A:54@C 124.863 29.361 -1.598
Atom #4.13/A:54@O 123.882 29.901 -2.109
Atom #4.13/A:54@CB 126.954 29.686 -2.916
Atom #4.13/A:54@OG 127.936 29.030 -3.705
Atom #4.13/A:54@H 125.473 28.385 -4.513
Atom #4.13/A:54@HA 126.403 27.907 -1.867
Atom #4.13/A:54@HB2 126.479 30.451 -3.508
Atom #4.13/A:54@HB3 127.412 30.143 -2.048
Atom #4.13/A:54@HG 128.375 29.693 -4.244
Atom #4.13/A:55@N 125.079 29.343 -0.286
Atom #4.13/A:55@CA 124.166 30.009 0.643
Atom #4.13/A:55@C 122.844 29.256 0.845
Atom #4.13/A:55@O 122.045 29.641 1.698
Atom #4.13/A:55@H 125.863 28.873 0.065
Atom #4.13/A:55@HA2 124.658 30.105 1.600
Atom #4.13/A:55@HA3 123.949 30.996 0.264
Atom #4.14/A:53@N 124.649 26.942 -4.554
Atom #4.14/A:53@CA 124.684 28.038 -5.516
Atom #4.14/A:53@C 123.828 29.200 -5.024
Atom #4.14/A:53@O 124.344 30.270 -4.698
Atom #4.14/A:53@CB 124.168 27.559 -6.873
Atom #4.14/A:53@OG 122.921 26.901 -6.694
Atom #4.14/A:53@H 124.047 26.999 -3.783
Atom #4.14/A:53@HA 125.704 28.374 -5.628
Atom #4.14/A:53@HB2 124.029 28.404 -7.529
Atom #4.14/A:53@HB3 124.890 26.884 -7.312
Atom #4.14/A:53@HG 123.048 25.968 -6.885
Atom #4.14/A:54@N 122.520 28.981 -4.970
Atom #4.14/A:54@CA 121.600 29.996 -4.464
Atom #4.14/A:54@C 121.940 30.394 -3.025
Atom #4.14/A:54@O 121.748 31.544 -2.633
Atom #4.14/A:54@CB 120.165 29.470 -4.519
Atom #4.14/A:54@OG 119.870 29.055 -5.846
Atom #4.14/A:54@H 122.163 28.120 -5.277
Atom #4.14/A:54@HA 121.670 30.873 -5.092
Atom #4.14/A:54@HB2 120.061 28.627 -3.855
Atom #4.14/A:54@HB3 119.485 30.252 -4.210
Atom #4.14/A:54@HG 119.021 28.608 -5.835
Atom #4.14/A:55@N 122.443 29.440 -2.244
Atom #4.14/A:55@CA 122.765 29.691 -0.840
Atom #4.14/A:55@C 121.723 29.116 0.132
Atom #4.14/A:55@O 121.936 29.141 1.344
Atom #4.14/A:55@H 122.602 28.549 -2.619
Atom #4.14/A:55@HA2 123.724 29.247 -0.619
Atom #4.14/A:55@HA3 122.832 30.758 -0.685
Atom #4.15/A:53@N 122.088 27.873 -8.952
Atom #4.15/A:53@CA 123.099 28.916 -9.099
Atom #4.15/A:53@C 123.183 29.780 -7.841
Atom #4.15/A:53@O 124.267 30.212 -7.449
Atom #4.15/A:53@CB 122.764 29.798 -10.301
Atom #4.15/A:53@OG 121.582 30.537 -10.024
Atom #4.15/A:53@H 121.328 27.846 -9.568
Atom #4.15/A:53@HA 124.059 28.451 -9.267
Atom #4.15/A:53@HB2 123.574 30.485 -10.486
Atom #4.15/A:53@HB3 122.622 29.174 -11.174
Atom #4.15/A:53@HG 121.375 31.066 -10.797
Atom #4.15/A:54@N 122.038 30.029 -7.211
Atom #4.15/A:54@CA 122.005 30.810 -5.978
Atom #4.15/A:54@C 122.827 30.140 -4.877
Atom #4.15/A:54@O 123.474 30.816 -4.077
Atom #4.15/A:54@CB 120.560 30.974 -5.505
Atom #4.15/A:54@OG 119.786 31.535 -6.557
Atom #4.15/A:54@H 121.200 29.681 -7.581
Atom #4.15/A:54@HA 122.418 31.788 -6.173
Atom #4.15/A:54@HB2 120.151 30.012 -5.242
Atom #4.15/A:54@HB3 120.540 31.619 -4.637
Atom #4.15/A:54@HG 119.314 30.820 -6.991
Atom #4.15/A:55@N 122.800 28.810 -4.839
Atom #4.15/A:55@CA 123.531 28.065 -3.815
Atom #4.15/A:55@C 122.661 27.674 -2.611
Atom #4.15/A:55@O 123.183 27.169 -1.617
Atom #4.15/A:55@H 122.280 28.321 -5.510
Atom #4.15/A:55@HA2 123.928 27.164 -4.259
Atom #4.15/A:55@HA3 124.353 28.672 -3.466
Atom #4.16/A:53@N 120.770 23.661 -11.882
Atom #4.16/A:53@CA 119.637 24.577 -11.822
Atom #4.16/A:53@C 120.113 26.010 -11.602
Atom #4.16/A:53@O 121.313 26.283 -11.596
Atom #4.16/A:53@CB 118.698 24.166 -10.687
Atom #4.16/A:53@OG 119.321 24.447 -9.441
Atom #4.16/A:53@H 121.612 23.909 -11.447
Atom #4.16/A:53@HA 119.097 24.527 -12.756
Atom #4.16/A:53@HB2 117.779 24.725 -10.754
Atom #4.16/A:53@HB3 118.479 23.110 -10.770
Atom #4.16/A:53@HG 118.695 24.242 -8.743
Atom #4.16/A:54@N 119.161 26.922 -11.423
Atom #4.16/A:54@CA 119.486 28.330 -11.200
Atom #4.16/A:54@C 119.870 28.628 -9.744
Atom #4.16/A:54@O 119.845 29.786 -9.328
Atom #4.16/A:54@CB 118.291 29.199 -11.592
Atom #4.16/A:54@OG 117.301 29.117 -10.576
Atom #4.16/A:54@H 118.221 26.643 -11.440
Atom #4.16/A:54@HA 120.319 28.594 -11.834
Atom #4.16/A:54@HB2 118.606 30.225 -11.695
Atom #4.16/A:54@HB3 117.892 28.853 -12.536
Atom #4.16/A:54@HG 116.515 28.721 -10.959
Atom #4.16/A:55@N 120.221 27.602 -8.968
Atom #4.16/A:55@CA 120.610 27.803 -7.572
Atom #4.16/A:55@C 119.512 27.419 -6.571
Atom #4.16/A:55@O 119.751 27.445 -5.363
Atom #4.16/A:55@H 120.214 26.695 -9.335
Atom #4.16/A:55@HA2 121.486 27.204 -7.368
Atom #4.16/A:55@HA3 120.863 28.844 -7.427
Atom #4.17/A:53@N 125.488 25.126 -6.745
Atom #4.17/A:53@CA 125.820 26.337 -7.487
Atom #4.17/A:53@C 125.574 27.571 -6.626
Atom #4.17/A:53@O 126.509 28.279 -6.255
Atom #4.17/A:53@CB 124.974 26.419 -8.759
Atom #4.17/A:53@OG 125.601 25.662 -9.786
Atom #4.17/A:53@H 125.017 25.201 -5.889
Atom #4.17/A:53@HA 126.864 26.303 -7.764
Atom #4.17/A:53@HB2 123.994 26.013 -8.571
Atom #4.17/A:53@HB3 124.879 27.454 -9.059
Atom #4.17/A:53@HG 126.534 25.887 -9.793
Atom #4.17/A:54@N 124.306 27.821 -6.313
Atom #4.17/A:54@CA 123.945 28.959 -5.470
Atom #4.17/A:54@C 124.536 28.835 -4.064
Atom #4.17/A:54@O 124.816 29.844 -3.415
Atom #4.17/A:54@CB 122.423 29.068 -5.374
Atom #4.17/A:54@OG 121.920 27.956 -4.645
Atom #4.17/A:54@H 123.601 27.233 -6.655
Atom #4.17/A:54@HA 124.324 29.861 -5.926
Atom #4.17/A:54@HB2 122.155 29.975 -4.859
Atom #4.17/A:54@HB3 122.002 29.086 -6.369
Atom #4.17/A:54@HG 121.816 28.224 -3.729
Atom #4.17/A:55@N 124.726 27.604 -3.590
Atom #4.17/A:55@CA 125.273 27.381 -2.251
Atom #4.17/A:55@C 124.205 27.018 -1.209
Atom #4.17/A:55@O 124.542 26.758 -0.054
Atom #4.17/A:55@H 124.496 26.833 -4.150
Atom #4.17/A:55@HA2 125.991 26.576 -2.302
Atom #4.17/A:55@HA3 125.779 28.278 -1.930
Atom #4.18/A:53@N 117.476 29.475 -6.589
Atom #4.18/A:53@CA 118.191 30.742 -6.702
Atom #4.18/A:53@C 118.388 31.389 -5.331
Atom #4.18/A:53@O 119.423 32.003 -5.071
Atom #4.18/A:53@CB 117.414 31.699 -7.608
Atom #4.18/A:53@OG 118.200 32.858 -7.845
Atom #4.18/A:53@H 116.617 29.364 -7.049
Atom #4.18/A:53@HA 119.159 30.558 -7.142
Atom #4.18/A:53@HB2 117.204 31.217 -8.549
Atom #4.18/A:53@HB3 116.482 31.967 -7.129
Atom #4.18/A:53@HG 118.214 33.377 -7.037
Atom #4.18/A:54@N 117.393 31.251 -4.459
Atom #4.18/A:54@CA 117.464 31.844 -3.127
Atom #4.18/A:54@C 118.713 31.381 -2.378
Atom #4.18/A:54@O 119.306 32.147 -1.619
Atom #4.18/A:54@CB 116.220 31.462 -2.325
Atom #4.18/A:54@OG 116.222 32.172 -1.093
Atom #4.18/A:54@H 116.597 30.740 -4.717
Atom #4.18/A:54@HA 117.495 32.918 -3.225
Atom #4.18/A:54@HB2 115.334 31.724 -2.880
Atom #4.18/A:54@HB3 116.224 30.395 -2.144
Atom #4.18/A:54@HG 115.605 31.738 -0.500
Atom #4.18/A:55@N 119.110 30.130 -2.591
Atom #4.18/A:55@CA 120.284 29.584 -1.914
Atom #4.18/A:55@C 119.948 28.962 -0.553
Atom #4.18/A:55@O 120.830 28.816 0.293
Atom #4.18/A:55@H 118.606 29.563 -3.212
Atom #4.18/A:55@HA2 120.729 28.827 -2.543
Atom #4.18/A:55@HA3 121.001 30.378 -1.765
Atom #4.19/A:53@N 118.659 28.910 -7.794
Atom #4.19/A:53@CA 119.558 29.984 -8.204
Atom #4.19/A:53@C 120.391 30.482 -7.023
Atom #4.19/A:53@O 121.567 30.811 -7.182
Atom #4.19/A:53@CB 118.749 31.146 -8.782
Atom #4.19/A:53@OG 117.929 30.664 -9.837
Atom #4.19/A:53@H 117.694 29.009 -7.935
Atom #4.19/A:53@HA 120.223 29.611 -8.968
Atom #4.19/A:53@HB2 118.123 31.572 -8.015
Atom #4.19/A:53@HB3 119.427 31.905 -9.149
Atom #4.19/A:53@HG 118.458 30.640 -10.638
Atom #4.19/A:54@N 119.780 30.535 -5.843
Atom #4.19/A:54@CA 120.484 30.989 -4.647
Atom #4.19/A:54@C 121.688 30.099 -4.330
Atom #4.19/A:54@O 122.695 30.576 -3.807
Atom #4.19/A:54@CB 119.529 30.993 -3.454
Atom #4.19/A:54@OG 119.183 29.653 -3.129
Atom #4.19/A:54@H 118.842 30.263 -5.775
Atom #4.19/A:54@HA 120.833 31.997 -4.813
Atom #4.19/A:54@HB2 120.008 31.450 -2.605
Atom #4.19/A:54@HB3 118.642 31.559 -3.709
Atom #4.19/A:54@HG 118.246 29.632 -2.917
Atom #4.19/A:55@N 121.584 28.810 -4.644
Atom #4.19/A:55@CA 122.680 27.878 -4.385
Atom #4.19/A:55@C 122.661 27.320 -2.957
Atom #4.19/A:55@O 123.687 26.851 -2.465
Atom #4.19/A:55@H 120.759 28.480 -5.056
Atom #4.19/A:55@HA2 122.609 27.054 -5.081
Atom #4.19/A:55@HA3 123.617 28.389 -4.546
Atom #4.20/A:53@N 118.659 26.960 -8.352
Atom #4.20/A:53@CA 117.700 27.815 -9.044
Atom #4.20/A:53@C 117.073 28.810 -8.068
Atom #4.20/A:53@O 117.341 30.010 -8.136
Atom #4.20/A:53@CB 116.603 26.969 -9.695
Atom #4.20/A:53@OG 116.126 26.018 -8.752
Atom #4.20/A:53@H 118.811 27.087 -7.392
Atom #4.20/A:53@HA 118.218 28.365 -9.814
Atom #4.20/A:53@HB2 115.786 27.602 -10.000
Atom #4.20/A:53@HB3 117.008 26.466 -10.563
Atom #4.20/A:53@HG 116.408 25.147 -9.040
Atom #4.20/A:54@N 116.238 28.306 -7.163
Atom #4.20/A:54@CA 115.587 29.159 -6.174
Atom #4.20/A:54@C 116.611 29.852 -5.279
Atom #4.20/A:54@O 116.427 31.005 -4.891
Atom #4.20/A:54@CB 114.638 28.325 -5.313
Atom #4.20/A:54@OG 113.721 27.642 -6.156
Atom #4.20/A:54@H 116.057 27.342 -7.161
Atom #4.20/A:54@HA 115.011 29.913 -6.691
Atom #4.20/A:54@HB2 115.202 27.601 -4.748
Atom #4.20/A:54@HB3 114.109 28.976 -4.630
Atom #4.20/A:54@HG 113.990 26.722 -6.205
Atom #4.20/A:55@N 117.691 29.146 -4.953
Atom #4.20/A:55@CA 118.720 29.699 -4.074
Atom #4.20/A:55@C 118.417 29.467 -2.590
Atom #4.20/A:55@O 118.946 30.175 -1.732
Atom #4.20/A:55@H 117.798 28.239 -5.308
Atom #4.20/A:55@HA2 119.667 29.235 -4.313
Atom #4.20/A:55@HA3 118.797 30.761 -4.252
> matchmaker #4.2 to #3
Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker AF-P0A917-F1-model_v6.pdb, chain A (#3) with exp - 2M06.cif, chain
A (#4.2), sequence alignment score = 729.4
RMSD between 103 pruned atom pairs is 1.128 angstroms; (across all 148 pairs:
4.520)
> matchmaker #4.3 to #3
Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker AF-P0A917-F1-model_v6.pdb, chain A (#3) with exp - 2M06.cif, chain
A (#4.3), sequence alignment score = 725.2
RMSD between 100 pruned atom pairs is 1.239 angstroms; (across all 148 pairs:
4.182)
> matchmaker #4.5 to #3
Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker AF-P0A917-F1-model_v6.pdb, chain A (#3) with exp - 2M06.cif, chain
A (#4.5), sequence alignment score = 710.8
RMSD between 98 pruned atom pairs is 1.172 angstroms; (across all 148 pairs:
4.609)
> matchmaker #4.6 to #3
Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker AF-P0A917-F1-model_v6.pdb, chain A (#3) with exp - 2M06.cif, chain
A (#4.6), sequence alignment score = 718.6
RMSD between 98 pruned atom pairs is 1.259 angstroms; (across all 148 pairs:
4.091)
> matchmaker #4.7 to #3
Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker AF-P0A917-F1-model_v6.pdb, chain A (#3) with exp - 2M06.cif, chain
A (#4.7), sequence alignment score = 718
RMSD between 104 pruned atom pairs is 1.138 angstroms; (across all 148 pairs:
4.731)
> matchmaker #4.8 to #3
Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker AF-P0A917-F1-model_v6.pdb, chain A (#3) with exp - 2M06.cif, chain
A (#4.8), sequence alignment score = 718
RMSD between 97 pruned atom pairs is 1.239 angstroms; (across all 148 pairs:
3.996)
> matchmaker #4.9 to #3
Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker AF-P0A917-F1-model_v6.pdb, chain A (#3) with exp - 2M06.cif, chain
A (#4.9), sequence alignment score = 711.4
RMSD between 104 pruned atom pairs is 1.276 angstroms; (across all 148 pairs:
4.516)
> matchmaker #4.10 to #3
Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker AF-P0A917-F1-model_v6.pdb, chain A (#3) with exp - 2M06.cif, chain
A (#4.10), sequence alignment score = 704.2
RMSD between 96 pruned atom pairs is 1.219 angstroms; (across all 148 pairs:
4.950)
> matchmaker #4.11 to #3
Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker AF-P0A917-F1-model_v6.pdb, chain A (#3) with exp - 2M06.cif, chain
A (#4.11), sequence alignment score = 707.8
RMSD between 93 pruned atom pairs is 1.245 angstroms; (across all 148 pairs:
4.612)
> matchmaker #4.12 to #3
Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker AF-P0A917-F1-model_v6.pdb, chain A (#3) with exp - 2M06.cif, chain
A (#4.12), sequence alignment score = 718
RMSD between 99 pruned atom pairs is 1.209 angstroms; (across all 148 pairs:
4.067)
> matchmaker #4.13 to #3
Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker AF-P0A917-F1-model_v6.pdb, chain A (#3) with exp - 2M06.cif, chain
A (#4.13), sequence alignment score = 722.2
RMSD between 99 pruned atom pairs is 1.144 angstroms; (across all 148 pairs:
4.378)
> matchmaker #4.14 to #3
Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker AF-P0A917-F1-model_v6.pdb, chain A (#3) with exp - 2M06.cif, chain
A (#4.14), sequence alignment score = 714.4
RMSD between 96 pruned atom pairs is 1.131 angstroms; (across all 148 pairs:
4.271)
> matchmaker #4.15 to #3
Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker AF-P0A917-F1-model_v6.pdb, chain A (#3) with exp - 2M06.cif, chain
A (#4.15), sequence alignment score = 711.4
RMSD between 104 pruned atom pairs is 1.219 angstroms; (across all 148 pairs:
4.119)
> matchmaker #4.16 to #3
Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker AF-P0A917-F1-model_v6.pdb, chain A (#3) with exp - 2M06.cif, chain
A (#4.16), sequence alignment score = 711.4
RMSD between 102 pruned atom pairs is 1.216 angstroms; (across all 148 pairs:
4.316)
> matchmaker #4.17 to #3
Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker AF-P0A917-F1-model_v6.pdb, chain A (#3) with exp - 2M06.cif, chain
A (#4.17), sequence alignment score = 718.6
RMSD between 95 pruned atom pairs is 1.274 angstroms; (across all 148 pairs:
4.613)
> matchmaker #4.18 to #3
Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker AF-P0A917-F1-model_v6.pdb, chain A (#3) with exp - 2M06.cif, chain
A (#4.18), sequence alignment score = 718
RMSD between 104 pruned atom pairs is 1.131 angstroms; (across all 148 pairs:
4.915)
> matchmaker #4.19 to #3
Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker AF-P0A917-F1-model_v6.pdb, chain A (#3) with exp - 2M06.cif, chain
A (#4.19), sequence alignment score = 703.6
RMSD between 101 pruned atom pairs is 1.228 angstroms; (across all 148 pairs:
4.141)
> matchmaker #4.20 to #3
Parameters
---
Chain pairing | bb
Alignment algorithm | Needleman-Wunsch
Similarity matrix | BLOSUM-62
SS fraction | 0.3
Gap open (HH/SS/other) | 18/18/6
Gap extend | 1
SS matrix | | | H | S | O
---|---|---|---
H | 6 | -9 | -6
S | | 6 | -6
O | | | 4
Iteration cutoff | 2
Matchmaker AF-P0A917-F1-model_v6.pdb, chain A (#3) with exp - 2M06.cif, chain
A (#4.20), sequence alignment score = 714.4
RMSD between 89 pruned atom pairs is 1.253 angstroms; (across all 148 pairs:
4.638)
> select #4/A:53-55@CA
60 atoms, 60 residues, 20 models selected
> getcrd sel
Atom #4.1/A:53@CA -2.718 -14.903 32.797
Atom #4.1/A:54@CA -4.644 -12.095 34.509
Atom #4.1/A:55@CA -7.864 -13.255 32.828
Atom #4.2/A:53@CA -7.785 -16.564 33.533
Atom #4.2/A:54@CA -10.594 -14.276 34.703
Atom #4.2/A:55@CA -11.670 -13.754 31.074
Atom #4.3/A:53@CA -2.063 -16.287 31.870
Atom #4.3/A:54@CA -2.240 -12.729 33.197
Atom #4.3/A:55@CA -5.813 -11.577 33.819
Atom #4.4/A:53@CA -7.318 -15.982 34.222
Atom #4.4/A:54@CA -9.417 -13.218 35.807
Atom #4.4/A:55@CA -11.476 -13.081 32.595
Atom #4.5/A:53@CA -7.758 -17.978 29.869
Atom #4.5/A:54@CA -10.231 -16.020 31.991
Atom #4.5/A:55@CA -12.535 -15.680 28.967
Atom #4.6/A:53@CA -4.855 -10.826 35.913
Atom #4.6/A:54@CA -8.525 -9.904 36.320
Atom #4.6/A:55@CA -9.291 -11.806 33.105
Atom #4.7/A:53@CA -10.103 -16.585 32.700
Atom #4.7/A:54@CA -10.173 -13.426 34.824
Atom #4.7/A:55@CA -8.927 -9.843 34.528
Atom #4.8/A:53@CA -6.282 -15.374 34.025
Atom #4.8/A:54@CA -9.831 -14.147 34.675
Atom #4.8/A:55@CA -10.726 -14.831 31.031
Atom #4.9/A:53@CA 0.208 -9.830 33.273
Atom #4.9/A:54@CA -1.979 -6.935 34.416
Atom #4.9/A:55@CA -4.957 -9.295 34.786
Atom #4.10/A:53@CA -7.064 -15.994 34.055
Atom #4.10/A:54@CA -9.980 -13.782 35.116
Atom #4.10/A:55@CA -11.223 -13.655 31.508
Atom #4.11/A:53@CA -7.141 -13.989 34.590
Atom #4.11/A:54@CA -10.834 -13.111 34.912
Atom #4.11/A:55@CA -11.380 -14.358 31.347
Atom #4.12/A:53@CA -6.596 -13.928 33.686
Atom #4.12/A:54@CA -8.345 -11.124 35.567
Atom #4.12/A:55@CA -11.543 -11.875 33.608
Atom #4.13/A:53@CA -8.947 -14.511 30.529
Atom #4.13/A:54@CA -12.338 -15.712 31.757
Atom #4.13/A:55@CA -14.959 -13.064 32.525
Atom #4.14/A:53@CA -8.610 -15.658 32.185
Atom #4.14/A:54@CA -9.162 -12.538 34.285
Atom #4.14/A:55@CA -12.710 -12.344 32.887
Atom #4.15/A:53@CA -5.153 -15.298 34.289
Atom #4.15/A:54@CA -8.161 -13.288 35.490
Atom #4.15/A:55@CA -9.808 -13.777 32.085
Atom #4.16/A:53@CA 0.223 -12.837 31.336
Atom #4.16/A:54@CA -1.337 -12.717 34.807
Atom #4.16/A:55@CA -4.836 -12.475 33.257
Atom #4.17/A:53@CA -6.877 -17.267 30.878
Atom #4.17/A:54@CA -8.880 -14.977 33.160
Atom #4.17/A:55@CA -11.731 -14.993 30.613
Atom #4.18/A:53@CA -6.363 -10.508 35.945
Atom #4.18/A:54@CA -9.678 -8.649 36.231
Atom #4.18/A:55@CA -11.006 -10.674 33.287
Atom #4.19/A:53@CA -4.797 -12.351 35.398
Atom #4.19/A:54@CA -8.595 -12.040 35.359
Atom #4.19/A:55@CA -8.657 -13.746 31.945
Atom #4.20/A:53@CA -3.210 -10.225 33.984
Atom #4.20/A:54@CA -5.533 -7.341 34.874
Atom #4.20/A:55@CA -8.570 -9.585 34.366
> select #3/A:53-55@CA
3 atoms, 3 residues, 1 model selected
> getcrd sel
Atom #3/A:53@CA -1.447 2.950 -10.492
Atom #3/A:54@CA 1.188 3.983 -13.069
Atom #3/A:55@CA 0.692 5.688 -16.444
> hide #!4 models
> select #4.1/A:53-55 #4.2/A:53-55 #4.3/A:53-55 #4.4/A:53-55 #4.5/A:53-55
> #4.6/A:53-55 #4.7/A:53-55 #4.8/A:53-55 #4.9/A:53-55 #4.10/A:53-55
> #4.11/A:53-55 #4.12/A:53-55 #4.13/A:53-55 #4.14/A:53-55 #4.15/A:53-55
> #4.16/A:53-55 #4.17/A:53-55 #4.18/A:53-55 #4.19/A:53-55 #4.20/A:53-55
580 atoms, 560 bonds, 60 residues, 20 models selected
> hide #3 models
> show #1 models
> hide #1 models
> show #3 models
> hide #3 models
> show #1 models
> hide #1 models
> show #3 models
> select #3/A:76
6 atoms, 5 bonds, 1 residue, 1 model selected
> select #3/A:76-78
16 atoms, 15 bonds, 3 residues, 1 model selected
> select #3/A:76-78@CA
3 atoms, 3 residues, 1 model selected
> getcrd sel
Atom #3/A:76@CA -5.162 -14.841 33.381
Atom #3/A:77@CA -7.031 -12.379 35.725
Atom #3/A:78@CA -9.917 -12.167 33.161
> select #4/A:95-97@CA
60 atoms, 60 residues, 20 models selected
> getcrd sel
Atom #4.1/A:95@CA -16.810 7.491 33.455
Atom #4.1/A:96@CA -18.334 10.893 34.466
Atom #4.1/A:97@CA -19.007 13.197 31.524
Atom #4.2/A:95@CA -23.445 6.072 29.389
Atom #4.2/A:96@CA -24.652 7.133 25.918
Atom #4.2/A:97@CA -22.495 9.802 24.296
Atom #4.3/A:95@CA -20.821 3.889 31.515
Atom #4.3/A:96@CA -19.956 6.383 28.681
Atom #4.3/A:97@CA -21.187 9.967 28.674
Atom #4.4/A:95@CA -11.861 7.854 36.456
Atom #4.4/A:96@CA -14.130 9.083 33.638
Atom #4.4/A:97@CA -13.206 12.261 31.790
Atom #4.5/A:95@CA -15.063 8.211 33.814
Atom #4.5/A:96@CA -14.030 9.909 30.496
Atom #4.5/A:97@CA -12.651 13.438 30.329
Atom #4.6/A:95@CA -20.954 4.564 32.459
Atom #4.6/A:96@CA -20.490 6.910 29.467
Atom #4.6/A:97@CA -18.484 10.111 29.768
Atom #4.7/A:95@CA -25.763 4.079 24.992
Atom #4.7/A:96@CA -24.204 6.643 22.602
Atom #4.7/A:97@CA -22.888 9.904 24.028
Atom #4.8/A:95@CA -22.683 3.055 31.242
Atom #4.8/A:96@CA -22.205 6.007 28.844
Atom #4.8/A:97@CA -20.344 9.127 29.924
Atom #4.9/A:95@CA -18.957 6.955 32.582
Atom #4.9/A:96@CA -17.924 8.842 29.393
Atom #4.9/A:97@CA -16.485 12.344 29.317
Atom #4.10/A:95@CA -21.773 7.991 29.892
Atom #4.10/A:96@CA -23.374 11.481 30.317
Atom #4.10/A:97@CA -22.632 13.908 27.495
Atom #4.11/A:95@CA -23.958 5.151 28.577
Atom #4.11/A:96@CA -26.211 8.283 28.399
Atom #4.11/A:97@CA -24.973 10.859 25.903
Atom #4.12/A:95@CA -17.631 5.952 35.061
Atom #4.12/A:96@CA -19.644 8.334 32.842
Atom #4.12/A:97@CA -17.503 10.754 30.859
Atom #4.13/A:95@CA -20.596 5.897 32.813
Atom #4.13/A:96@CA -20.997 8.382 29.919
Atom #4.13/A:97@CA -18.353 11.089 29.636
Atom #4.14/A:95@CA -23.524 3.701 29.582
Atom #4.14/A:96@CA -22.861 6.280 26.820
Atom #4.14/A:97@CA -20.532 9.162 27.630
Atom #4.15/A:95@CA -19.763 5.884 33.845
Atom #4.15/A:96@CA -21.616 7.847 31.131
Atom #4.15/A:97@CA -19.491 10.503 29.455
Atom #4.16/A:95@CA -18.836 5.383 33.171
Atom #4.16/A:96@CA -19.821 6.823 29.759
Atom #4.16/A:97@CA -18.470 10.245 28.831
Atom #4.17/A:95@CA -16.773 8.109 31.917
Atom #4.17/A:96@CA -14.800 9.474 28.876
Atom #4.17/A:97@CA -13.150 12.887 28.844
Atom #4.18/A:95@CA -27.067 3.304 24.756
Atom #4.18/A:96@CA -25.555 5.735 22.208
Atom #4.18/A:97@CA -24.376 9.150 23.367
Atom #4.19/A:95@CA -13.546 6.463 35.449
Atom #4.19/A:96@CA -14.967 8.727 32.687
Atom #4.19/A:97@CA -12.584 11.294 31.216
Atom #4.20/A:95@CA -21.730 7.000 30.103
Atom #4.20/A:96@CA -19.687 8.664 27.310
Atom #4.20/A:97@CA -17.974 12.032 27.584
> select #3/A:118
12 atoms, 12 bonds, 1 residue, 1 model selected
> select #3/A:118-120
26 atoms, 27 bonds, 3 residues, 1 model selected
> select #3/A:118-120@CA
3 atoms, 3 residues, 1 model selected
> getcrd sel
Atom #3/A:118@CA -13.531 -7.719 35.293
Atom #3/A:119@CA -16.480 -7.726 36.143
Atom #3/A:120@CA -17.912 -4.854 33.946
> select #3/A:57
8 atoms, 7 bonds, 1 residue, 1 model selected
> select #3/A:57-59
21 atoms, 21 bonds, 3 residues, 1 model selected
> select #3/A:24-37,44-55,60-74,80-97,100-117,121-138,144-155,158-171
950 atoms, 968 bonds, 121 residues, 1 model selected
> select #3/A:53
12 atoms, 12 bonds, 1 residue, 1 model selected
> select #3/A:53-55
30 atoms, 30 bonds, 3 residues, 1 model selected
> select #3/A:76
6 atoms, 5 bonds, 1 residue, 1 model selected
> select #3/A:76-78
16 atoms, 15 bonds, 3 residues, 1 model selected
> select #3/A:118
12 atoms, 12 bonds, 1 residue, 1 model selected
> select #3/A:118-120
26 atoms, 27 bonds, 3 residues, 1 model selected
> select #3/A:76
6 atoms, 5 bonds, 1 residue, 1 model selected
> select #3/A:76-78
16 atoms, 15 bonds, 3 residues, 1 model selected
> select #3/A:118-120
26 atoms, 27 bonds, 3 residues, 1 model selected
> select #4.1/A:95 #4.2/A:95 #4.3/A:95 #4.4/A:95 #4.5/A:95 #4.6/A:95 #4.7/A:95
> #4.8/A:95 #4.9/A:95 #4.10/A:95 #4.11/A:95 #4.12/A:95 #4.13/A:95 #4.14/A:95
> #4.15/A:95 #4.16/A:95 #4.17/A:95 #4.18/A:95 #4.19/A:95 #4.20/A:95
420 atoms, 420 bonds, 20 residues, 20 models selected
> select #4.1/A:95-97 #4.2/A:95-97 #4.3/A:95-97 #4.4/A:95-97 #4.5/A:95-97
> #4.6/A:95-97 #4.7/A:95-97 #4.8/A:95-97 #4.9/A:95-97 #4.10/A:95-97
> #4.11/A:95-97 #4.12/A:95-97 #4.13/A:95-97 #4.14/A:95-97 #4.15/A:95-97
> #4.16/A:95-97 #4.17/A:95-97 #4.18/A:95-97 #4.19/A:95-97 #4.20/A:95-97
980 atoms, 1000 bonds, 60 residues, 20 models selected
Outer Membrane Protein X [ID: 1] region 20 chains [95-97] RMSD: 7.199
> select #4.1/A:53-54 #4.2/A:53-54 #4.3/A:53-54 #4.4/A:53-54 #4.5/A:53-54
> #4.6/A:53-54 #4.7/A:53-54 #4.8/A:53-54 #4.9/A:53-54 #4.10/A:53-54
> #4.11/A:53-54 #4.12/A:53-54 #4.13/A:53-54 #4.14/A:53-54 #4.15/A:53-54
> #4.16/A:53-54 #4.17/A:53-54 #4.18/A:53-54 #4.19/A:53-54 #4.20/A:53-54
440 atoms, 420 bonds, 40 residues, 20 models selected
> select #4.1/A:53-55 #4.2/A:53-55 #4.3/A:53-55 #4.4/A:53-55 #4.5/A:53-55
> #4.6/A:53-55 #4.7/A:53-55 #4.8/A:53-55 #4.9/A:53-55 #4.10/A:53-55
> #4.11/A:53-55 #4.12/A:53-55 #4.13/A:53-55 #4.14/A:53-55 #4.15/A:53-55
> #4.16/A:53-55 #4.17/A:53-55 #4.18/A:53-55 #4.19/A:53-55 #4.20/A:53-55
580 atoms, 560 bonds, 60 residues, 20 models selected
Outer Membrane Protein X [ID: 1] region 20 chains [53-55] RMSD: 5.633
===== Log before crash end =====
Log:
UCSF ChimeraX version: 1.11.1 (2026-01-23)
© 2016-2025 Regents of the University of California. All rights reserved.
How to cite UCSF ChimeraX
OpenGL version: 4.1 Metal - 90.5
OpenGL renderer: Apple M5
OpenGL vendor: Apple
Python: 3.11.9
Locale: en_US.UTF-8
Qt version: PyQt6 6.9.1, Qt 6.9.0
Qt runtime version: 6.9.2
Qt platform: cocoa
Hardware:
Hardware Overview:
Model Name: MacBook Pro
Model Identifier: Mac17,2
Model Number: MDE34LL/A
Chip: Apple M5
Total Number of Cores: 10 (4 performance and 6 efficiency)
Memory: 24 GB
System Firmware Version: 13822.41.1
OS Loader Version: 13822.41.1
Software:
System Software Overview:
System Version: macOS 26.1 (25B78)
Kernel Version: Darwin 25.1.0
Time since boot: 18天16小时50分钟
Graphics/Displays:
Apple M5:
Chipset Model: Apple M5
Type: GPU
Bus: Built-In
Total Number of Cores: 10
Vendor: Apple (0x106b)
Metal Support: Metal 4
Displays:
Color LCD:
Display Type: Built-in Liquid Retina XDR Display
Resolution: 3024 x 1964 Retina
Main Display: Yes
Mirror: Off
Online: Yes
Automatically Adjust Brightness: Yes
Connection Type: Internal
Installed Packages:
aiohappyeyeballs: 2.6.1
aiohttp: 3.13.1
aiosignal: 1.4.0
alabaster: 1.0.0
annotated-types: 0.7.0
anyio: 4.12.1
appdirs: 1.4.4
appnope: 0.1.4
asttokens: 3.0.1
attrs: 25.4.0
babel: 2.17.0
beautifulsoup4: 4.13.5
blockdiag: 3.0.0
blosc2: 3.12.2
build: 1.3.0
certifi: 2025.7.14
cftime: 1.6.5
charset-normalizer: 3.4.4
ChimeraX-AddCharge: 1.5.20
ChimeraX-AddH: 2.2.8
ChimeraX-AlignmentAlgorithms: 2.0.2
ChimeraX-AlignmentHdrs: 3.6.1
ChimeraX-AlignmentMatrices: 2.1
ChimeraX-Alignments: 3.1.1
ChimeraX-AlphaFold: 1.0.1
ChimeraX-AltlocExplorer: 1.2
ChimeraX-AmberInfo: 1.0
ChimeraX-Animations: 1.0
ChimeraX-Aniso: 1.3.2
ChimeraX-Arrays: 1.1
ChimeraX-Atomic: 1.61.4
ChimeraX-AtomicLibrary: 14.2.1
ChimeraX-AtomSearch: 2.0.1
ChimeraX-AxesPlanes: 2.4
ChimeraX-BasicActions: 1.1.3
ChimeraX-BILD: 1.0
ChimeraX-BlastProtein: 3.0.0
ChimeraX-Boltz: 1.1
ChimeraX-BondRot: 2.0.4
ChimeraX-BugReporter: 1.0.2
ChimeraX-BuildStructure: 2.13.1
ChimeraX-Bumps: 1.0
ChimeraX-BundleBuilder: 1.6.0
ChimeraX-ButtonPanel: 1.0.1
ChimeraX-CageBuilder: 1.0.1
ChimeraX-CellPack: 1.0
ChimeraX-Centroids: 1.4
ChimeraX-ChangeChains: 1.1
ChimeraX-CheckWaters: 1.5
ChimeraX-ChemGroup: 2.0.2
ChimeraX-Clashes: 2.3
ChimeraX-ColorActions: 1.0.5
ChimeraX-ColorGlobe: 1.0
ChimeraX-ColorKey: 1.5.8
ChimeraX-CommandLine: 1.3.0
ChimeraX-ConnectStructure: 2.0.1
ChimeraX-Contacts: 1.0.1
ChimeraX-Core: 1.11.1
ChimeraX-CoreFormats: 1.2
ChimeraX-coulombic: 1.4.5
ChimeraX-Crosslinks: 1.0
ChimeraX-Crystal: 1.0
ChimeraX-CrystalContacts: 1.0.1
ChimeraX-DataFormats: 1.2.4
ChimeraX-Dicom: 1.2.7
ChimeraX-DistMonitor: 1.4.2
ChimeraX-DockPrep: 1.1.4
ChimeraX-Dssp: 2.0
ChimeraX-EMDB-SFF: 1.0
ChimeraX-ESMFold: 1.0
ChimeraX-FileHistory: 1.0.1
ChimeraX-FunctionKey: 1.0.1
ChimeraX-Geometry: 1.3
ChimeraX-gltf: 1.0
ChimeraX-Graphics: 1.4.1
ChimeraX-Hbonds: 2.5.3
ChimeraX-Help: 1.3
ChimeraX-HKCage: 1.3
ChimeraX-IHM: 1.1
ChimeraX-ImageFormats: 1.2
ChimeraX-IMOD: 1.0
ChimeraX-IO: 1.0.4
ChimeraX-ItemsInspection: 1.0.1
ChimeraX-IUPAC: 1.0
ChimeraX-KVFinder: 1.7.3
ChimeraX-Label: 1.2
ChimeraX-ListInfo: 1.2.2
ChimeraX-Log: 1.2.2
ChimeraX-LookingGlass: 1.1
ChimeraX-Maestro: 1.9.2
ChimeraX-Map: 1.3
ChimeraX-MapData: 2.0
ChimeraX-MapEraser: 1.0.1
ChimeraX-MapFilter: 2.0.1
ChimeraX-MapFit: 2.0
ChimeraX-MapSeries: 2.1.1
ChimeraX-Markers: 1.0.1
ChimeraX-Mask: 1.0.2
ChimeraX-MatchMaker: 2.2.2
ChimeraX-MCopy: 1.0
ChimeraX-MCPServer: 0.1.0
ChimeraX-MDcrds: 2.17.2
ChimeraX-MedicalToolbar: 1.1
ChimeraX-Meeting: 1.0.1
ChimeraX-Minimize: 1.3.2
ChimeraX-MLP: 1.1.1
ChimeraX-mmCIF: 2.16
ChimeraX-MMTF: 2.2
ChimeraX-ModelArchive: 1.0
ChimeraX-Modeller: 1.5.22
ChimeraX-ModelPanel: 1.6
ChimeraX-ModelSeries: 1.0.1
ChimeraX-Mol2: 2.0.3
ChimeraX-Mole: 1.0
ChimeraX-Morph: 1.0.2
ChimeraX-MouseModes: 1.2
ChimeraX-Movie: 1.0.1
ChimeraX-MutationScores: 1.0
ChimeraX-Neuron: 1.0
ChimeraX-Nifti: 1.2
ChimeraX-NMRSTAR: 1.0.2
ChimeraX-NRRD: 1.2
ChimeraX-Nucleotides: 2.0.3
ChimeraX-OpenCommand: 1.15.2
ChimeraX-OrthoPick: 1.0.1
ChimeraX-PDB: 2.7.12
ChimeraX-PDBBio: 1.0.1
ChimeraX-PDBLibrary: 1.0.5
ChimeraX-PDBMatrices: 1.0
ChimeraX-PickBlobs: 1.0.1
ChimeraX-Positions: 1.0
ChimeraX-PresetMgr: 1.1.4
ChimeraX-ProfileGrids: 1.4.2
ChimeraX-PubChem: 2.2
ChimeraX-ReadPbonds: 1.0.1
ChimeraX-Registration: 1.1.2
ChimeraX-RemoteControl: 1.0
ChimeraX-RenderByAttr: 1.6.5
ChimeraX-RenumberResidues: 1.1
ChimeraX-ResidueFit: 1.0.1
ChimeraX-RestServer: 1.3.3
ChimeraX-RNALayout: 1.0
ChimeraX-RotamerLibMgr: 4.0
ChimeraX-RotamerLibsDunbrack: 2.0
ChimeraX-RotamerLibsDynameomics: 2.0
ChimeraX-RotamerLibsRichardson: 2.0
ChimeraX-SaveCommand: 1.5.2
ChimeraX-Scenes: 0.3.1
ChimeraX-SchemeMgr: 1.0
ChimeraX-SDF: 2.0.3
ChimeraX-Segger: 1.0
ChimeraX-Segment: 1.0.1
ChimeraX-Segmentations: 3.5.10
ChimeraX-SelInspector: 1.0
ChimeraX-SeqView: 2.17.3
ChimeraX-Shape: 1.1
ChimeraX-Shell: 1.0.1
ChimeraX-Shortcuts: 1.2.1
ChimeraX-ShowSequences: 1.0.3
ChimeraX-SideView: 1.0.1
ChimeraX-SimilarStructures: 1.0.1
ChimeraX-Smiles: 2.1.2
ChimeraX-SmoothLines: 1.0
ChimeraX-SpaceNavigator: 1.0
ChimeraX-StdCommands: 1.19.1
ChimeraX-STL: 1.0.1
ChimeraX-Storm: 1.0
ChimeraX-StructMeasure: 1.2.1
ChimeraX-Struts: 1.0.1
ChimeraX-Surface: 1.0.1
ChimeraX-SwapAA: 2.0.1
ChimeraX-SwapRes: 2.5.2
ChimeraX-TapeMeasure: 1.0
ChimeraX-TaskManager: 1.0
ChimeraX-Test: 1.0
ChimeraX-Toolbar: 1.2.3
ChimeraX-ToolshedUtils: 1.2.4
ChimeraX-Topography: 1.0
ChimeraX-ToQuest: 1.0
ChimeraX-Tug: 1.0.1
ChimeraX-UI: 1.49.1
ChimeraX-Umap: 1.0
ChimeraX-uniprot: 2.3.2
ChimeraX-UnitCell: 1.0.1
ChimeraX-ViewDock: 1.5.2
ChimeraX-VIPERdb: 1.0
ChimeraX-Vive: 1.1
ChimeraX-VolumeMenu: 1.0.1
ChimeraX-vrml: 1.0
ChimeraX-VTK: 1.0
ChimeraX-WavefrontOBJ: 1.0
ChimeraX-WebCam: 1.0.2
ChimeraX-WebServices: 1.1.5
ChimeraX-Zone: 1.0.1
click: 8.3.1
colorama: 0.4.6
comm: 0.2.3
contourpy: 1.3.3
coverage: 7.13.1
cxservices: 1.2.3
cycler: 0.12.1
Cython: 3.1.4
debugpy: 1.8.19
decorator: 5.2.1
docutils: 0.21.2
executing: 2.2.1
filelock: 3.19.1
fonttools: 4.61.1
frozenlist: 1.8.0
funcparserlib: 2.0.0a0
glfw: 2.10.0
grako: 3.16.5
h11: 0.16.0
h5py: 3.15.1
html2text: 2025.4.15
httpcore: 1.0.9
httpx: 0.28.1
httpx-sse: 0.4.3
idna: 3.11
ihm: 2.2
imagecodecs: 2024.6.1
imagesize: 1.4.1
iniconfig: 2.3.0
ipykernel: 6.30.1
ipython: 9.5.0
ipython_pygments_lexers: 1.1.1
ipywidgets: 8.1.8
jedi: 0.19.2
Jinja2: 3.1.6
jsonschema: 4.26.0
jsonschema-specifications: 2025.9.1
jupyter_client: 8.6.3
jupyter_core: 5.9.1
jupyterlab_widgets: 3.0.16
kiwisolver: 1.4.9
line_profiler: 5.0.0
lxml: 6.0.2
lz4: 4.3.2
Markdown: 3.8.2
MarkupSafe: 3.0.3
matplotlib: 3.10.7
matplotlib-inline: 0.2.1
mcp: 1.18.0
msgpack: 1.1.1
multidict: 6.7.0
ndindex: 1.10.1
nest-asyncio: 1.6.0
netCDF4: 1.6.5
networkx: 3.3
nibabel: 5.2.0
nptyping: 2.5.0
numexpr: 2.14.1
numpy: 1.26.4
OpenMM: 8.2.0
openvr: 1.26.701
packaging: 25.0
ParmEd: 4.2.2
parso: 0.8.5
pep517: 0.13.1
pexpect: 4.9.0
pickleshare: 0.7.5
pillow: 11.3.0
pip: 25.2
pkginfo: 1.12.1.2
platformdirs: 4.5.1
pluggy: 1.6.0
prompt_toolkit: 3.0.52
propcache: 0.4.1
psutil: 7.0.0
ptyprocess: 0.7.0
pure_eval: 0.2.3
py-cpuinfo: 9.0.0
pybind11: 3.0.1
pycollada: 0.8
pydantic: 2.12.5
pydantic-settings: 2.12.0
pydantic_core: 2.41.5
pydicom: 2.4.4
Pygments: 2.18.0
pynmrstar: 3.3.6
pynrrd: 1.0.0
PyOpenGL: 3.1.10
PyOpenGL-accelerate: 3.1.10
pyopenxr: 1.1.4501
pyparsing: 3.3.2
pyproject_hooks: 1.2.0
PyQt6-commercial: 6.9.1
PyQt6-Qt6: 6.9.2
PyQt6-WebEngine-commercial: 6.9.0
PyQt6-WebEngine-Qt6: 6.9.2
PyQt6_sip: 13.10.2
pytest: 9.0.2
pytest-cov: 7.0.0
python-dateutil: 2.9.0.post0
python-dotenv: 1.2.1
python-multipart: 0.0.21
pyzmq: 27.1.0
qtconsole: 5.7.0
QtPy: 2.4.3
qtshim: 1.2
RandomWords: 0.4.0
referencing: 0.37.0
requests: 2.32.5
roman-numerals: 4.1.0
roman-numerals-py: 4.1.0
rpds-py: 0.30.0
scipy: 1.14.0
setuptools: 80.9.0
sfftk-rw: 0.8.1
six: 1.17.0
snowballstemmer: 3.0.1
sortedcontainers: 2.4.0
soupsieve: 2.8.3
Sphinx: 8.2.3
sphinx-autodoc-typehints: 3.2.0
sphinxcontrib-applehelp: 2.0.0
sphinxcontrib-blockdiag: 3.0.0
sphinxcontrib-devhelp: 2.0.0
sphinxcontrib-htmlhelp: 2.1.0
sphinxcontrib-jsmath: 1.0.1
sphinxcontrib-qthelp: 2.0.0
sphinxcontrib-serializinghtml: 2.0.0
sse-starlette: 3.2.0
stack-data: 0.6.3
starlette: 0.52.1
superqt: 0.7.6
tables: 3.10.2
tcia_utils: 1.5.1
tifffile: 2025.3.13
tinyarray: 1.2.5
tornado: 6.5.4
traitlets: 5.14.3
typing-inspection: 0.4.2
typing_extensions: 4.15.0
urllib3: 2.6.3
uvicorn: 0.40.0
wcwidth: 0.3.2
webcolors: 24.11.1
wheel: 0.45.1
wheel-filename: 1.4.2
widgetsnbextension: 4.0.15
yarl: 1.22.0
|
|||
Query Language
query: TracLinks and the [[TicketQuery]] macro both use a mini “query language” for specifying query filters. Filters are separated by ampersands (&). Each filter consists of the ticket field name, an operator and one or more values. More than one value are separated by a pipe (|), meaning that the filter matches any of the values. To include a literal & or | in a value, escape the character with a backslash (\).
The available operators are:
= | the field content exactly matches one of the values |
~= | the field content contains one or more of the values |
^= | the field content starts with one of the values |
$= | the field content ends with one of the values |
All of these operators can also be negated:
!= | the field content matches none of the values |
!~= | the field content does not contain any of the values |
!^= | the field content does not start with any of the values |
!$= | the field content does not end with any of the values |
The date fields created and modified can be constrained by using the = operator and specifying a value containing two dates separated by two dots (..). Either end of the date range can be left empty, meaning that the corresponding end of the range is open. The date parser understands a few natural date specifications like "3 weeks ago", "last month" and "now", as well as Bugzilla-style date specifications like "1d", "2w", "3m" or "4y" for 1 day, 2 weeks, 3 months and 4 years, respectively. Spaces in date specifications can be omitted to avoid having to quote the query string.
created=2007-01-01..2008-01-01 | query tickets created in 2007 |
created=lastmonth..thismonth | query tickets created during the previous month |
modified=1weekago.. | query tickets that have been modified in the last week |
modified=..30daysago | query tickets that have been inactive for the last 30 days |
See also: TracTickets, TracReports, TracGuide, TicketQuery