allpy
changeset 1034:9ae235d79156
blocks_to_pymol(): orient visible (cosmetic improvement)
author | Boris Nagaev <bnagaev@gmail.com> |
---|---|
date | Fri, 16 Mar 2012 23:43:28 +0400 |
parents | bb338c8f1bb6 |
children | 1c2250aa5b32 83167a09a19d |
files | allpy/structure.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line diff
1.1 --- a/allpy/structure.py Fri Mar 16 23:41:59 2012 +0400 1.2 +++ b/allpy/structure.py Fri Mar 16 23:43:28 2012 +0400 1.3 @@ -567,6 +567,7 @@ 1.4 file.write("show cartoon, %(seq)s\n" % 1.5 {'seq': columns_line(block.columns, s)}) 1.6 file.write("set stick_transparency, 0.6, all\n") 1.7 + file.write("orient visible\n") 1.8 block_to_seqs = {} 1.9 for i, block in enumerate(blocks): 1.10 block_to_seqs[i] = [sequence_line(s) for s in block.sequences]