AMO
  • Overview
  • Motivation
  • Getting Started
    • Requirements
    • Installation
    • All-in-one installation
  • Usages
  • Protein sequence
    • Sequence alignment
    • Quality control
  • Protein evolution-design-folding
    • Amino acid sequence
    • Residue communities
    • Sequence potential & energy
    • Inferring functional networks
    • Point mutation
    • Protein design
    • Sequence energy
    • Protein folding
  • Protein function
  • Structural bioinformatics
    • PDB parser
    • Structure to point cloud
    • Ramachandran map
    • Residue distances to coordinates
    • Infer residue-contact
    • Structure prediction
    • Swarm-intelligence-based folding
    • Coarse-grained MD
    • Folding energy
    • Probabilistic deep learning
    • Sequence features
  • Protein stability
    • OptiFel for stability
  • DNA sequence analysis
    • Format conversion
    • Quality control
  • Lipidomics
    • Data visualization
    • Functional mapping
  • Machine learning
    • Sequential evolving neural networks
    • Optimization
  • Plotting
  • FAQs
Powered by GitBook
On this page
  • Pre-built distribution
  • Build AMO from source code
  1. Getting Started

Installation

Pre-built distribution

Please go here to download pre-built distributions.

Build AMO from source code

# For local use ONLY
mkdir build && cd build
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DUSE_CCACHE=ON \
-DUSE_PLOT=ON \
-DUSE_PYMOL=ON \
-DUSE_TORCH=ON \
-DUSE_OPENMP=ON \
..
make
make install
PreviousRequirementsNextAll-in-one installation

Last updated 3 years ago