Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.09 KB

File metadata and controls

32 lines (26 loc) · 1.09 KB

ChimeraX-Docker

A Docker image for the next-gen molecular visualization program, UCSF ChimeraX.

  • Ubuntu 20.04 as base image
  • Fix hash sum mismatch issue. For more details, see here.
  • Install ChimeraX 1.5

Usage

  1. Clone this repository and cd into it:

    git clone https://github.com/maduprey/chimerax-docker.git
    
  2. Download ucsf-chimerax_1.5ubuntu20.04_amd64.deb from the ChimeraX download page and move to this repository

  3. Start Docker, if not already started

  4. Build the Docker image:

    docker build -t chimerax:1.5 .
    

DockerHub

A prebuilt version of this image can be found on DockerHub. Or, use docker pull maduprey/chimerax.