Please note that installing packages generally requires superuser (root, Administrator) privileges. Depending on your institues policies you may not be able to install the package. If unsure, please check with your local IT group before attempting an installation of ATSAS.
Please remove any existing ATSAS installations before installing a new version.
The ATSAS program suite is currently supported on three major platforms and a number of versions thereof. Please download the package for your platform and choose the appropriate installation description from the table below.
Linux | Version | Packages | Comments | ||
---|---|---|---|---|---|
Debian | 11 | .deb | .run | .tar.gz | |
10 | .deb | .run | .tar.gz | Last release: 3.1.3 | |
9 | .deb | .run | .tar.gz | Last release: 3.0.5 | |
8 | .deb | .tar.gz | Last release: 2.8.4 | ||
7 | .deb | .tar.gz | Last release: 2.8.4 | ||
6 | .deb | .tar.gz | Last release: 2.7.2 | ||
Ubuntu | 22.04 | .deb | .run | .tar.gz | In preparation |
20.04 | .deb | .run | .tar.gz | ||
18.04 | .deb | .run | .tar.gz | Last release: 3.1.3 | |
16.04 | .deb | .run | .tar.gz | Last release: 3.0.2 | |
14.04 | .deb | .tar.gz | Last release: 2.8.4 | ||
12.04 | .deb | .tar.gz | Last release: 2.8.3 | ||
10.04 | .deb | .tar.gz | Last release: 2.5.2 | ||
CentOS | 8 | .rpm | .run | .tar.gz | |
7 | .rpm | .run | .tar.gz | ||
6 | .rpm | .tar.gz | Last release: 2.8.4 | ||
5 | .rpm | .tar.gz | Last release: 2.6.0 | ||
MacOS | Version | Packages | Comments | ||
Ventura | 13 | .dmg | x86_64 binaries, no native M1 support yet | ||
Monterey | 12 | .dmg | x86_64 binaries, no native M1 support yet | ||
Big Sur | 11 | .dmg | Last release: 3.1.3 | ||
Catalina | 10.15 | .dmg | Last release: 3.0.5 | ||
Mojave | 10.14 | .dmg | Last release: 3.0.3 | ||
High Sierra | 10.13 | .dmg | Last release: 3.0.1 | ||
Sierra | 10.12 | .dmg | Last release: 2.8.4 | ||
El Capitan & earlier | 10.11 | Last release: 2.8.4 | |||
Windows | Version | Packages | Comments | ||
12 | .exe | Use Windows 10 package | |||
10 | .exe | ||||
8 | .exe | Use Windows 10 package | |||
7 | .exe | Use Windows 10 package | |||
XP | .exe | Last release: 2.6.0 |
Any questions about ATSAS should be posted on the Forum.
The Linux packages for ATSAS are available for a number of distributions and architectures:
Packages are installed system-wide and the binaries are available for all users of the system equally. To install a .deb package, super-user privilidges are required. To install, download the latest package and install at the command-line with:
$ sudo dpkg --install ATSAS-X.Y.Z-1_amd64.deb
Here X.Y.Z corresponds to the current version of ATSAS. Depending on the packages already installed, an error may be printed:
dpkg: dependency problems prevent configuration of atsas:
In this case, also run:
$ sudo apt-get install --fix-broken
It is not necessary to set any environment variables after installing the .deb package. To verify the installation type:
$ dammif -v dammif, ATSAS X.Y.Z (r....)
Verify that X.Y.Z matches the version of ATSAS previously downloaded.
To uninstall:
$ sudo apt-get remove atsas
Packages are installed system-wide and the binaries are available for all users of the system equally. To install a .deb package, super-user privilidges are required. To install, download the latest package and install at the command-line with:
$ sudo yum install ATSAS-X.Y.Z-1.VERSION.x86_64.rpm
Here X.Y.Z corresponds to the current version of atsas, VERSION to the system version, e.g. el7 for CentOS-7. It is not necessary to set any environment variables after installing the .rpm package. To verify the installation type:
$ dammif -v dammif, ATSAS X.Y.Z (r....)
Verify that X.Y.Z matches the version of ATSAS previously downloaded.
To uninstall:
$ sudo yum remove atsas
Installations with a graphical installer wizard are relocatable and the files may be installed anywhere in the system. Super-user priviledges may be required depending on install location. Common locations include /opt or the $HOME directory. After downloading the .run script:
Note: due to the wide variety of shells and login environments on Linux, the installer wizard does not modify any login scripts to set required environment variables.
Variables that must be set manually:
Example syntax for the common bash shell:
ATSAS=/opt/ATSAS-X.Y.Z PATH=$ATSAS/bin:$PATH export ATSAS PATH
Please ask your local IT department for assistance or refer to the documentation of your distribution or various online resources for a description of where and how to set the required environment variables on your system.
Be advised that required dependencies must be installed manually if not already present
Once dependencies are installed and environment variables are set, (re-)start your terminal application to include the installation directory in the search PATH to use the ATSAS command-line applications. To verify the installation, type:
$ dammif -v dammif, ATSAS X.Y.Z (r....)
Verify that X.Y.Z matches the version of ATSAS previously downloaded.
To uninstall: open any file manager or command-line, navigate to the install directory and click or run uninstall. Manually remove the environment variables added during installation.
Archives are relocatable and may be installed anywhere in the system. Whether super-user priviledges are required depends on the installation location. The .tar.gz archives are provided for the convenience of system administrators that do not want to rely on .deb/.rpm packages and possibly require a package that can be installed without a graphical user interface.
After downloading the .tar.gz archive, unpack to a target directory:
$ tar xzf ATSAS-X.Y.Z-1.*.tar.gz
Note: unpacking the archive does not modify any login scripts to set required environment variables, neither will ~/.pymolrc be modified.
Variables that must be set manually:
Example syntax for the common bash shell:
ATSAS=/opt/ATSAS-X.Y.Z PATH=$ATSAS/bin:$PATH export ATSAS PATH
Please ask your local IT department for assistance or refer to the documentation of your distribution or various online resources for a description of how to set the required environment variables on your system.
Be advised that required dependencies must be installed manually if not already present
Once dependencies are installed and environment variables are set, (re-)start your terminal application to include the installation directory in the search PATH to use the ATSAS command-line applications. To verify the installation, type:
$ dammif -v dammif, ATSAS X.Y.Z (r....)
Verify that X.Y.Z matches the version of ATSAS previously downloaded.
To uninstall: open any file manager or command-line and remove the install directory. Manually remove the environment variables added during installation.
Installations on MacOS are relocatable and the files may be installed anywhere in the system. Common locations include /Applications/ATSAS or the $HOME directory. After downloading the .dmg disk image:
Note: the installer wizard modifies ~/.zprofile and defines the ATSAS environment variable and amends the application search PATH.
To use the ATSAS command-line applications, (re-)start Terminal.app to include the installation directory in the search PATH. To verify the installation type:
$ dammif -v dammif, ATSAS X.Y.Z (r....)
Verify that X.Y.Z matches the version of ATSAS previously downloaded.
To uninstall: open Finder, navigate to the install directory and click uninstall. Do not simply remove the installation directory as this would not undo the changes done to ~/.zprofile and ~/.pymolrc.
Installations on Windows are relocatable and the files may be installed anywhere in the system. Common locations include C:\Program Files or the $HOME directory. Some locations may require Administrator privileges to install. After downloading the .exe:
Note: the installer wizard defines the ATSAS environment variable, but does not modify the PATH variable. To update/modify your PATH settings:
To use the ATSAS command-line applications, (re-)start cmd.exe to include the newly modified installation directory in the search PATH. To verify the installation type:
$ dammif -v dammif, ATSAS X.Y.Z (r....)
Verify that X.Y.Z matches the version of ATSAS previously downloaded.
To uninstall: open Explorer, navigate to the install directory and double-click uninstall.exe. Remove the ATSAS installation path manually from PATH.
Installations on Windows are relocatable and the files may be installed anywhere in the system. Common locations include C:\Program Files or the $HOME directory. Some locations may require Administrator priviledges to install. After downloading the .exe:
To install for all users:
> ATSAS-X.Y.Z-1.*.exe AllUsers=true
Note: the installer wizard defines the ATSAS variable in the system environment, but does not modify the PATH variable. To update/modify your PATH settings:
To use the ATSAS command-line applications, (re-)start cmd.exe to include the newly modified installation directory in the search PATH. To verify the installation type:
$ dammif -v dammif, ATSAS X.Y.Z (r....)
Verify that X.Y.Z matches the version of ATSAS previously downloaded.
To uninstall: open Explorer, navigate to the install directory and double-click uninstall.exe. Remove the ATSAS installation path manually from PATH.