Skip to content

YoshitakaMo/pymol-psico

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI

Pymol ScrIpt COllection (PSICO)

psico is a python module which extends PyMOL, a molecular visualization tool (https://pymol.org).

Documentation

https://pymolwiki.org/index.php/psico

A reference document with all commands can be generated with:

psico.helping.write_html_ref('psico-commands.html')

Installation

Option 1: Install from source. In your activated (conda or venv) environment, run:

python setup.py install

Option 2: Use the conda package manager. In your activated conda environment, run:

conda install speleo3::pymol-psico

To activate all psico commands in PyMOL, add this to your ~/.pymolrc.py file (or just enter into the PyMOL command line):

import psico.fullinit

Dependencies

Some functions in psico require the following python modules:

psico has several wrappers for external tools. For full support, you need these binaries:

About

Pymol ScrIpt COllection (PSICO)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%