Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 828 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 828 Bytes

Travis Build Status

ambermini is an internal dependency for omnia, and contains a stripped-down set of just antechamber, sqm, paramfit, and tleap.

NOTE: This is not an officially-supported AmberTools distribution.

To obtain AmberTools, go to the Amber webpage.

This version has been updated to match AmberTools 16, patch 16 as of 19 Oct 2016.

Release versions are denoted by the following X.Y.Z Syntax:

  • X = AmberTools version
  • Y = AMBER patch number
  • Z = AmberMini bug fix number

To install

./configure --prefix <destination>
make
make install

To uninstall

make uninstall

Prerequisites

  • byacc or yacc
  • flex
  • Fortran and C compiler
  • Python