Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/allpy/log/116f5bfc39b8/allpy/markups.py
Дата изменения: Unknown
Дата индексирования: Mon Feb 4 04:20:20 2013
Кодировка:
allpy: allpy/markups.py history

allpy

log allpy/markups.py

age author description
Tue, 11 Oct 2011 17:21:44 +0400 Daniil Alexeyevsky MarkupIOMixin: added attribute quotes to allow quotation around markup serialized string; fixed implementation of SequenceCaseMarkup based on that; [closes #125]
Fri, 23 Sep 2011 14:10:25 +0400 Boris Nagaev fix error caused by applying secondary structure markup
Sun, 18 Sep 2011 15:08:40 +0400 Boris Nagaev add secondary structure markup for sequence
Wed, 20 Jul 2011 20:44:59 +0400 Daniil Alexeyevsky Added allpy.markups.MarkupIOMixin to simplify new saveable markups creation. Switched existing saveable makrups to using it. Tested. (closes #82)
Fri, 15 Jul 2011 19:06:47 +0400 Daniil Alexeyevsky Enhanced allpy.base.Markup.sorted_values: it now accepts `map` and `default` arugments. Somewhat tested. (closes #67)
Fri, 15 Jul 2011 18:01:31 +0400 Daniil Alexeyevsky allpy.fileio. markup filetype now allows either - or _ to be used in headers interchangeably [closes #89]
Fri, 15 Jul 2011 16:43:03 +0400 Daniil Alexeyevsky Implemented & tested new markup API. See #95
Fri, 15 Jul 2011 13:57:56 +0400 Daniil Alexeyevsky Added markups.by_name dictionary and markups.update() function to fill it.
Thu, 14 Jul 2011 16:15:21 +0400 Daniil Alexeyevsky Moved SequencePdbResiMarkup to allpy.markups, since it is used frequently
Mon, 11 Jul 2011 14:32:06 +0400 Daniil Alexeyevsky Added the ability to save/load SequenceCaseMarkup. (see #76)
Thu, 07 Jul 2011 22:32:21 +0400 Daniil Alexeyevsky Implemented markup fileIO (closes #56)
Tue, 05 Jul 2011 18:30:42 +0400 Daniil Alexeyevsky Implemented SequenceCaseMarkup along with the required changes to Monomer.
Fri, 01 Jul 2011 15:46:32 +0400 Daniil Alexeyevsky Added module markups with sample *Index and *Number markups