Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/allpy/file/b5a910f0980f/NEWS
Дата изменения: Unknown
Дата индексирования: Tue Oct 2 15:57:48 2012
Кодировка:
allpy: b5a910f0980f NEWS

allpy

view NEWS @ 1025:b5a910f0980f

blocks_to_pymol(): hide all except involved chains, represented as cartoon
author Boris Nagaev <bnagaev@gmail.com>
date Thu, 15 Mar 2012 23:07:25 +0400
parents 230aaa440351
children 83167a09a19d 452ac0c16295
line source
1 * new: add an argument not to save downloaded pdb (CachedDownloadPdb)
2 * new: Geometrical core improvement: ignore cores, owned by one SS element
3 * new: allow to load custom pdbs (allpy.structure)
4 * new: add pymol superimposition feature draft (allpy.structure)
6 * new: add features of blocks3d.py to pair_cores.py
7 * new: add ``parts'' argument to blocks3d() (allpy.structure)
8 * new: add method blocks_from_homology() (allpy.structure)
9 * new: add MonomerHomology-based high blocks building algo to pair-cores
10 * new: print default values of command line args in help message (pair_cores)
11 * new: add web interface for pair-cores
13 1.4.1
15 This is a code cleanup release.
16 Nothing should change in the interface or behaviour at all.
18 1.4.0 (2011-07-20)
20 * new: Alignments, Sequences and Blocks now can have Markups, see the wiki
21 * new: File format 'markup' for storing alignment with arbitrary markups
22 * new: processor allpy.processors.Needle()
23 * new: method allpy.base.Alignment.rows_as_strings()
24 * new: method allpy.base.Alignment.row_as_list(sequence)
25 * new: method allpy.base.Alignment.row_as_string(sequence)
26 * new: columns_as_lists() returns list of lists, each has 'column' attribute
27 * new: javascript viewer colors columns by conservedness
29 1.3.0 (2011-04-15)
31 * new: started NEWS file
32 * new: started tracking version numbers