Welcome to CryoDRGN’s documentation!
Welcome to ❄️🐉 cryoDRGN’s documentation! This page contains user guides for the cryodrgn
open source software package, including in-depth tutorials for training and analyzing cryoDRGN models.
Quick start
CryoDRGN can be installed with pip
.
We recommend installing cryodrgn
in a separate anaconda environment.
See cryoDRGN Installation for more details and advanced installation instructions.
$ pip install cryodrgn
The entry point for all cryoDRGN commands are the cryodrgn
and cryodrgn_utils
executables:
(cryodrgn) $ cryodrgn -h
(cryodrgn) $ cryodrgn_utils -h
Use the -h
flag for help, e.g. to display all available subcommands or cryodrgn <command> -h
to see the available parameters to each command.