Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/allpy/file/06c88008ecd9/README.devel
Дата изменения: Unknown
Дата индексирования: Sun Feb 3 12:21:49 2013
Кодировка:
allpy: 06c88008ecd9 README.devel

allpy

view README.devel @ 477:06c88008ecd9

structure: save_pdb() recovers old chain and model values * when pdb is saved, chain and model values can be changed to avoid collisions then save_pdb shoul recover in-memory values to old values * save_pdb returns a dict with new chain and model values it will be usefull for make spt (or pml) scripts
author boris (netbook) <bnagaev@gmail.com>
date Fri, 18 Feb 2011 13:50:12 +0300
parents 951b7e159698
children b87eb91bd929
line source
1 To use the library in-place, without installing, you have to add it's
2 directory to PYTHONPATH.
4 e.g, type this in your shell:
6 export PYTHONPATH=`pwd`
8 alternatively, you can type:
10 . ./SETPATH
12 which adds the right path to PYTHONPATH and also adds 'utils' directory
13 to PATH