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

allpy

view NEWS @ 666:d9a3e99ae19b

blocks3d/www: mark conservative columns inside blocks Previously letters were marked if column is conservative over all sequences of alignment. Currently it was changed to conservatism over block including this letter. Additional attribute storing conservatism of columns inside block was added to block. This caused all colors of blocks to be changed.
author boris <bnagaev@gmail.com>
date Fri, 01 Jul 2011 03:21:08 +0400
parents 1c2f88eedb18
children dcb78a91e981
line source
1 1.3.1
3 * new: processor allpy.processors.Needle()
4 * new: method allpy.base.Alignment.rows_as_strings()
5 * new: method allpy.base.Alignment.row_as_list(sequence)
6 * new: method allpy.base.Alignment.row_as_string(sequence)
7 * new: columns_as_lists() returns list of lists, each has 'column' attribute
8 * new: javascript viewer colors columns by conservedness
10 1.3.0 (2011-04-15)
12 * new: started NEWS file
13 * new: started tracking version numbers