Click here to download the package tool
System requirements:
- Linux Operating System
- Python 2.6 or above
Installation:
Unpack the package
$ tar zxvf metals2.tgz
Enter the package directory
$ cd metals2
With root privileges, copy the p3d directory in the python packages directory
$ cp -r p3d /usr/lib/python2.6/site-packages
or
$ sudo cp -r p3d /usr/lib/python2.6/site-packages
Note: Change the destination directory to reflect the python packages directory in your system.
Check that it works
$ python metals2.py -h
License information:
The stand-alone version of MetalS2 is free software: you can redistribute it and/or modify it under the terms of
the GNU General Public License as published by the Free Software Foundation.
MetalS2 is distributed in the hope that it will be useful, but without any warranty;
without even the implied warranty of merchantability or fitness for a particular purpose.
See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Foobar.
If not, see http://www.gnu.org/licenses/.
In MetalS
2 we use p3d module (Fufezan, C and Specht, M. (2009): p3d – Python module for structural bioinformatics, BMC Bioinformatics, 10:258)