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

allpy

view .hgignore @ 701:8ca932b9e951

structure/SequenceMixin: add resi_begin and resi_end parameters to PDB loader Optional arguments resi_begin and resi_end where added to methods set_pdb_chain() and auto_pdb() of SequenceMixin. These arguments can be used to restrict range of pdb residues, that can be connected with monomers from sequence. These arguments are tuples like (hetero_flag, sequence_id, insertion_code). See biopdb documantation for more information. closes #61
author boris <bnagaev@gmail.com>
date Wed, 06 Jul 2011 20:49:31 +0200
parents cf1657b94c96
children 813679b6c514
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
22 blocks3d/www/input/conservative_groups.js
24 # Temporary files from sphinx
25 docs/build
27 # Temporary files from debianization
28 debian/python-allpy/
29 debian/blocks3d/
30 debian/blocks3d-wt/
31 debian/geometrical-core2/
33 debian/bin/
34 debian/*.substvars
35 debian/*.debhelper*
36 debian/*stamp*
37 debian/files
38 debian/control
39 debian/*.log
40 debian/*/*.log
41 debian/tmp/
42 debian/pycompat
43 *.deb
44 *.cdbs-config_list