I want to do GROMACS simulation using ffamber_99sb forcefield. so that i have to generate the topology of the small molecules by ACPYPE. So can you tell me how to install ACPYPE and Anteamber installation together? Thanks in Advance.
Before installation of Ambertools, we have to install conda platform which allows you to install ambertools and other software packages. but it is compiled with python platform.
System requirements
32- or 64-bit computer. For Miniconda—400 MB disk space. For Anaconda—Minimum 3 GB disk space to download and install. Windows, macOS or Linux. Python 2.7, 3.4, 3.5 or 3.6.
2) In your Terminal window, run: bash Anaconda-latest-Linux-x86_64.sh Follow the prompts on the installer screens.
If you are unsure about any setting, accept the defaults. You can change them later.
To make the changes take effect, close and then re-open your Terminal window.
Now download the ambertools:
Binary Distribution via Conda: conda install ambertools=18 -c http://ambermd.org/download/ambertools/conda
ACPYPE installation: git clone https://github.com/alanwilter/acpype.git Enter in the acpype folder and type `ln -s $PWD/acpype.py /usr/local/bin/acpype` the ACPYPE program can now be used.
I have followed the same steps whatever you have given above. But i can not run my Amber tool. I am installing the amber tools in the Windows 10 Ubuntu plugin. My installation path is AMBERHOME = /root/anaconda3 (which is default)
Can you tell me how can i set the path or this path will work for me.
If this path will work for me then What is the problem.
The error massage I am pasting below
is this related to path set problem or else? The charge of the ligand is 0.
Arvind K Yadav I had a similar issue while trying to use acpype. It turns out the issue is in the version of python I was using is too recent (Python 3.8).
To change the version of python in conda, use the command:
Arvind K Yadav Sorry. I can't find out any solution. But I can make you assure that if you followed the steps on the LINUX platform, it will be alright.