Skip to content

MapQ Install

Greg Pintilie edited this page Aug 9, 2022 · 4 revisions

To install the latest version:

Mode 1, without script:

  1. Download and install Chimera if you haven't already. Start Chimera. This typically does a check that it is as downloaded, i.e. not modified yet. (On MacOS, you may see a warning message on first that it is from an unidentified developer. Click Open Anyway in the dialog; if that option is not there, go to System Settings, Security and Privacy, and you should see the 'Open Anyway' there.)
  • On Windows, install to your home folder rather than to "Program Files". In the latter, the OS may not allow further modifications at a user level, i.e. adding this plugin.
  1. Download and unzip latest version of MapQ.
  2. On a Mac, in Finder, navigate to the folder where Chimera was installed. Right click on 'Chimera', then select 'Show Package Contents'. Navigate to 'Contents', then 'Resources', then 'share' folder. Drag the unzipped 'mapq' folder to the 'share' folder. (Choose 'Replace' if there is an older one there already).
  3. On Windows or Linux, simply navigate to Chimera/share and drag the unzipped 'mapq' folder there.
  4. Restart Chimera.

Mode 2, with script:

  1. First, download and install UCSF Chimera.
  • Run it once before installing the plugin; on some platforms, e.g. MacOS, you may see a warning message on first run which you have to accept. This will prevent further issues after adding the plugin.
  • On Windows, install to your home folder rather than to "Program Files". In the latter, the OS may not allow further modifications at a user level, i.e. adding this plugin.
  1. Download latest version of MapQ.
  2. In a terminal, navigate to where the file was downloaded, then execute the following commands (replacing #_# with latest version number):
  • unzip mapq_#_#.zip
  • cd mapq_#_#
  • python install.py [path to Chimera]

e.g.:

  • python install.py ~/Desktop/Chimera.app/

Note that on Windows, you may use the python bundled with Chimera itself, so the third command would be

  • [path to Chimera]\bin\python install.py [path to Chimera]

To Run:

  1. Restart Chimera
  2. Start MapQ: Tools -> Volume Data -> MapQ
  3. See tutorial
Clone this wiki locally