酶设计软件rosetta安装
2015-10-21 09:23 丨o聽乄雨o丨 阅读(1589) 评论(0) 编辑 收藏 举报1.Rosetta uses SCons as a compile assistant. You will likely need to download and install this first.
download website: http://www.scons.org/download.php
install command:
$ rpm -ivh scon*.rpm
2.install rosetta
decompress packages:
tar -xvzf Rosetta[releasenumber].tar.gz
installing command:(you can choose one version from the followings)
#debug version $./scons.py bin -j<number_of_processors_to_use>
#release version $./scons.py bin mode=release -j<number_of_processors_to_use>
#mpi version $./scons.py bin mode=release extras=mpi -j<number_of_processors_to_use>
#you can set the number of processors to compile the software
if you can't install scons(for example in server)
./external/scons-local/scons.py -j<number_of_processors_to_use> mode=release bin extras=bin
作者:丨o聽乄雨o丨
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。