view NEWS @ 782:1f78a0cd124e
fix typos in pdb_getter functors
* add forgotten self argument to CachedDownloadPdb.__call__
* create field download_pdb in CachedDownloadPdb object
and set it to DownloadPdb object in constructor
author |
boris (kodomo) <bnagaev@gmail.com> |
date |
Tue, 12 Jul 2011 23:55:28 +0400 |
parents |
dcb78a91e981 |
children |
da46b25fd67d |
line source
3 * new: Alignments, Sequences and Blocks now can have Markups, see the wiki
4 * new: File format 'markup' for storing alignment with arbitrary markups
5 * new: processor allpy.processors.Needle()
6 * new: method allpy.base.Alignment.rows_as_strings()
7 * new: method allpy.base.Alignment.row_as_list(sequence)
8 * new: method allpy.base.Alignment.row_as_string(sequence)
9 * new: columns_as_lists() returns list of lists, each has 'column' attribute
10 * new: javascript viewer colors columns by conservedness
14 * new: started NEWS file
15 * new: started tracking version numbers