方案一:
需要文件:
1、gromacs-3.3.3.tar.gz
2、fftw-3.1.2.tar.gz
3 RasMol_2.7.4.2.tar.gz
4 xmgrace
首先安装 fftw-3.1.2.tar.gz
tar -xzvf fftw-3.1.2.tar.gz
./configure --enable-float
make
make install
第二步安装 RasMol_2.7.4.2.tar.gz
tar -xzvf RasMol_2.7.4.2.tar.gz
./configure
make
make install
运行 RasMol 试一下,如果出现
不能运行 rasmol
则把解压目录下的文件 rasmol 拷贝到/usr/local/bin 下
然后再执行 rasmol 试一下
第三步:安装 gromacs
然后运行./configure
make
make install
如没有错误就可以了
现在安装成功,
体验 gromacs
运行# luck
第四部:
安装 xmgrace
gracehome 上下载 xmgrace
然后./configure
make
make install
就可以了
测试一下看看是否成功,如果有问题,同样 copy 安装目录下的 xmgramce 到/usr/local/bin 下
就可以了
常用的 gromacs 文件有以下类型:
1.molecular topology files
分子拓扑文件,top file 是 pdb2gmx 自动讲 PDB 格式文件转化生成的
2.molecular structure files
包括 pdb gro 两种,pdb2gmx 将 pdb 文件转化为 top 文件的同时也将 pdb 转化为了 gro。gro
评论2
最新资源