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

allpy

view .hgignore @ 642:a1307c0bb030

Added necessary hooks for monomer pickling [closes #35] Current implementation is lazy and does not store all monomer classes explicitly in some module. They are still generated on the fly. Some monomer classes have the same name as per PDB database. In order to avoid name clashes, we add underscores to classes, if same name class already exists. WARNING. This may and WILL cause trouble, if such clashes occur between different types of monomers, in which case different names will be generated for the same class depending on the order of loading modules. The only example of such clash in the current database is dna monomer "0AV" and rna "A2M", which both have name "2'-O-METHYLADENOSINE 5'-(DIHYDROGEN PHOSPHATE)"
author Daniil Alexeyevsky <dendik@kodomo.fbb.msu.ru>
date Fri, 03 Jun 2011 16:49:44 +0400
parents 8f9deeb1339d
children 1c2f88eedb18
line source
1 syntax: glob
3 # Compiler-generated junk
4 *.pyc
5 build
6 output
7 *.o
8 blocks3d/wt/blocks3d-wt
9 debian/.dep
10 .coverage
12 # Junk from text-editors
13 *.geany
14 *.swp
16 # Hand-generated temporary files
17 temp
18 temp.*
20 # Temporary files from building
21 allpy/data/components.cif
23 # Temporary files from sphinx
24 docs/build
26 # Temporary files from debianization
27 debian/python-allpy/
28 debian/blocks3d/
29 debian/blocks3d-wt/
30 debian/geometrical-core2/
32 debian/bin/
33 debian/*.substvars
34 debian/*.debhelper*
35 debian/*stamp*
36 debian/files
37 debian/control
38 debian/*.log
39 debian/*/*.log
40 debian/tmp/
41 debian/pycompat
42 *.deb
43 *.cdbs-config_list