https://github.com/ocramz/docker-pymol
Container-based installation of PyMol and related tools
https://github.com/ocramz/docker-pymol
Last synced: 6 months ago
JSON representation
Container-based installation of PyMol and related tools
- Host: GitHub
- URL: https://github.com/ocramz/docker-pymol
- Owner: ocramz
- License: mit
- Created: 2016-04-30T20:02:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-01T03:50:18.000Z (over 9 years ago)
- Last Synced: 2025-02-01T11:30:34.243Z (8 months ago)
- Language: Jupyter Notebook
- Size: 784 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-pymol
Travis CI: [](https://travis-ci.org/ocramz/docker-pymol)
A container-based installation of PyMol.
It comes bundled with iPython and iPyMol, and respective dependencies (NumPy, SciPy..)
## Usage
Get Docker image from the Docker hub:
docker pull ocramz/docker-pymol
Run image (this also starts a Python interpreter with PyMol loaded without graphical user interface) :
docker run -it ocramz/docker-pymol
## Credits
Carlos Hernandez (iPyMol) : https://github.com/cxhernandez/ipymol
Dan Connolly (iPython-docker): https://github.com/dckc/ipython-docker