Skip to content

Yongcheng123/ChimeraX

 
 

Repository files navigation

UCSF ChimeraX Molecular Visualization

ChimeraX is an application for visualizing and analyzing molecule structures such as proteins, RNA, DNA, lipids as well as gene sequences, electron microscopy maps, X-ray maps, 3D light microscopy and 3D medical imaging scans. It is the successor of the UCSF Chimera program. Example images and feature highlights show a few of its capabilities, and recipes show example command and Python API use.

Platforms

ChimeraX runs on Windows, macOS and Linux and is free for academic and government use (license). Commercial use requires a fee which supports development of the software. It is about 80% Python 3 code and 20% C++ code. The C++ is for speed critical parts. It uses the Qt window toolkit.

Installing ChimeraX

Nightly builds and semi-annual releases are available for Windows, macOS and Linux operating systems from the ChimeraX downloads page.

Developing Plugins

The ChimeraX Programming Manual describes the Python APIs available.

ChimeraX plugins are called bundles and can include reading new file formats, adding commands, adding GUI interfaces for new analysis tools, new visualization methods for data, new mouse modes using Python and C++ languages. See the ChimeraX Developer Tutorial for information about creating bundles.

Building ChimeraX

Building ChimeraX can be challenging because it depends on more than 50 third party libraries and packages. We recommend using a prebuilt ChimeraX from the downloads page instead. If you develop your own ChimeraX plugins they can be used with a prebuilt ChimeraX using the toolshed install command.

About

Source code for molecular graphics program UCSF ChimeraX

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 60.6%
  • C++ 19.8%
  • JavaScript 10.9%
  • CSS 2.1%
  • HTML 1.9%
  • Makefile 1.4%
  • Other 3.3%