Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/allpy/file/9369dbad919d/.hgignore
Дата изменения: Unknown
Дата индексирования: Sun Feb 3 09:54:01 2013
Кодировка:
allpy: 9369dbad919d .hgignore

allpy

view .hgignore @ 251:9369dbad919d

Incompatible changes to Monomer interfaces. This branch does not work! - (!!) only changed allpy._monomer, not uses - (!!) removed (temporarily) classes for specific monomer types (DNAMonomer, etc) - refurbished allpy.data.AAcodes to allpy.data.codes with much cleaner interface - refurbished allpy._monomer for simplicity and more friendly interface Now it will (someday) be possible to say: a = Monomer.from_name("alanine") b = protein.Monomer.from_code1("a") c = protein.MonomerType.from_code3("ala") d = dna.Monomer.from_code3("DA") but impossible to say: d = protein.Monomer.from_code3("DA")
author Daniil Alexeyevsky <me.dendik@gmail.com>
date Mon, 13 Dec 2010 20:12:11 +0300
parents f6db5f284ee3
children 85db5a070096
line source
1 syntax: glob
3 # Compiler-generated junk
4 *.pyc
5 build
7 # Junk from text-editors
8 *.geany
9 *.swp
11 # Temporary files from debianization
12 debian/python-allpy/
13 debian/geometrical-core/
14 debian/*.substvars
15 debian/*.debhelper*
16 debian/*stamp*
17 debian/files
18 debian/control
19 debian/*.log
20 debian/*/*.log
21 debian/tmp/
22 debian/pycompat
23 *.deb
24 *.cdbs-config_list