allpy
view NEWS @ 1012:9c00d065c054
structure, ignore_one_ss: fix a crash for alignments of >=3 sequences
This bug is caused by multiple addition of ss markup in geometrical_cores().
It did not appear for pair alignment, since geometrical_cores() was called
only once.
close #143
author | Boris Nagaev <bnagaev@gmail.com> |
---|---|
date | Tue, 06 Mar 2012 19:21:59 +0400 |
parents | 230aaa440351 |
children | 83167a09a19d 452ac0c16295 |
line source
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