Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/allpy/file/f3358da68bcd/.hgeol
Дата изменения: Unknown
Дата индексирования: Sun Feb 3 06:04:00 2013
Кодировка:
allpy: f3358da68bcd .hgeol

allpy

view .hgeol @ 933:f3358da68bcd

Fixed two bugs in one place: base Alignment/Block - realign used to cut sequence tails if the new alignment was wider than the existing one - any block modification that added new columns used to forget to add the columns to the alignment AFAIR, currently the only such modifications are IO, append_*, and realign() To fix it I've: - changed realign to use _pad_to_width() same as IO used, - and changed _pad_to_width() to behave in a blocks-safe manner: it now calls self._append_columns(), which in case of blocks calls itself recursively to add columns to parent too.
author Daniil Alexeyevsky <dendik@kodomo.fbb.msu.ru>
date Tue, 22 Nov 2011 00:13:40 +0300
parents 61e5d8e146c7
children
line source
1 [patterns]
2 **.py = native
3 **.txt = native
4 **.html = native
5 **.css = native
6 **.js = native
7 **.fasta = native
8 **.rst = native
9 **.tcl = native
10 **.C = native
11 **.h = native
12 utils/** = native
13 debian/** = native
14 Makefile = native
15 **/Makefile = native
16 README* = native
17 **/README* = native
18 TODO = native
19 **/TODO = native
20 NEWS = native
21 **/NEWS = native
22 .hgignore = native
24 **.png = BIN
26 # XXX: all executable scripts without extensions must end up in utils/
27 # this exception must go away
28 geometrical_core/geometrical-core = native
30 # XXX: these are all parts of Boris' build system for
31 # blocks3d-wt and must go away in favour of a Makefile
32 **.sh = native
33 **.xml = native
34 **.pro = native
35 **.ini = native