![]() |
| ||||||||||||||||||
![]() |
| ||||||||||||||||||
|
Normally the Python module runs YASARA in graphics mode,
so that you can follow its work visually on screen. To choose text-only output instead,
set info.mode to 'txt' before you call the first YASARA Python function:
from yasara import *
# Choose text mode before the first function call
info.mode='txt'
# First function call, load a PDB file
LoadPDB("1crn")
# List all arginine residues
ListRes("Arg")
| ||||||||||||||||||