Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/allpy/annotate/ee2c10aa74b8/.hgignore
Дата изменения: Unknown
Дата индексирования: Tue Feb 26 17:47:13 2013
Кодировка:
allpy: .hgignore annotate

allpy

annotate .hgignore @ 610:ee2c10aa74b8

paired_cores/score.py: change method of score evaluation Boundary positions of blocks are not considered. Columns represented with one sequence or pure gap columns are not considered. Calculate weighted average of number of connected components in columns. Weight of column = l / sum(l) (l = number of sequnces representing column)
author boris (kodomo) <bnagaev@gmail.com>
date Tue, 05 Apr 2011 23:11:41 +0400
parents 1f122b33073d
children cc1ed3a62673
rev   line source
dendik@10 1 syntax: glob
me@198 2
me@198 3 # Compiler-generated junk
dendik@10 4 *.pyc
bnagaev@61 5 build
bnagaev@489 6 output
dendik@486 7 *.o
dendik@486 8 blocks3d/wt/blocks3d-wt
dendik@486 9 debian/.dep
me@198 10
me@198 11 # Junk from text-editors
bnagaev@61 12 *.geany
bnagaev@181 13 *.swp
me@198 14
dendik@535 15 # Hand-generated temporary files
dendik@535 16 temp
dendik@535 17 temp.*
dendik@535 18
dendik@534 19 # Temporary files from building
dendik@534 20 allpy/data/components.cif
dendik@534 21
me@254 22 # Temporary files from sphinx
me@254 23 docs/build
me@254 24
me@198 25 # Temporary files from debianization
me@198 26 debian/python-allpy/
dendik@486 27 debian/blocks3d/
dendik@486 28 debian/blocks3d-wt/
me@198 29 debian/geometrical-core/
dendik@486 30
me@198 31 debian/*.substvars
me@198 32 debian/*.debhelper*
me@198 33 debian/*stamp*
me@198 34 debian/files
me@198 35 debian/control
me@198 36 debian/*.log
me@198 37 debian/*/*.log
me@198 38 debian/tmp/
me@198 39 debian/pycompat
me@198 40 *.deb
me@198 41 *.cdbs-config_list