|
楼主 |
发表于 2016-6-29 18:36:43
|
显示全部楼层
网上的教程,图片没弄上来,补充下内容:
To demonstrate how to run the relax executable on an input structure, run the following command in your terminal:
$>../../../main/source/bin/score_jd2.default.linuxclangrelease -s 1ubq.pdb -out:suffix _crystal @crystal_score_flags
and note the score in the score_crystal.sc file. Now, run
$>../../../main/source/bin/relax.default.linuxclangrelease -s 1ubq.pdb -out:suffix _relaxed @general_relax_flags
where the contents of the general_relax_flags file are expanded below:
-nstruct 2
-relax:default_repeats 5
-out:path:pdb ./tutorial_output
-out:path:score ./expected_output |
|