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

allpy

view NEWS @ 704:80043822a41e

Added fileio.File.read_alignment and fileio.File.write_alignment [closes #57] This is now the recommended interface. In the following commits this interface will be used to write markup together with alignment. Previously, fileio received the alignment torn-apart into sequence representations as strings with gaps, sequence names and descriptions. Now, fileio tears the alignment apart by itself.
author Daniil Alexeyevsky <dendik@kodomo.fbb.msu.ru>
date Thu, 07 Jul 2011 19:21:12 +0400
parents 7999f8756c77
children 0377cd9ac4e6
line source
1 1.3.1
3 * new: Alignments, Sequences and Blocks now can have Markups, see the wiki
4 * new: processor allpy.processors.Needle()
5 * new: method allpy.base.Alignment.rows_as_strings()
6 * new: method allpy.base.Alignment.row_as_list(sequence)
7 * new: method allpy.base.Alignment.row_as_string(sequence)
8 * new: columns_as_lists() returns list of lists, each has 'column' attribute
9 * new: javascript viewer colors columns by conservedness
11 1.3.0 (2011-04-15)
13 * new: started NEWS file
14 * new: started tracking version numbers