Download and Install - GorgonCryoEM/Gorgon GitHub Wiki

  1. Download and install Anaconda (>300M) or Miniconda (~30-50M).
  2. If Miniconda was installed, you may need this additional step (non-Windows):
`source ~/.bash_profile`
  1. Add channels: In a terminal,

    conda config --add channels GorgonCryoEM
    conda config --add channels GorgonCryoEM/label/dependency
    conda config --add channels conda-forge
    
  2. Install Gorgon: Run

conda install gorgon
  1. Alternative one-line installation command:
conda install gorgon -c GorgonCryoEM \
-c GorgonCryoEM/label/dependency -c conda-forge
  1. Run Gorgon: Available commands are
gorgon-skeletonize
gorgon-filter
gorgon-sse-hunter
gorgon-sse-correspondence
gorgon-gui
  1. Command information: Run any command with option -h for available options and other information.