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

allpy

annotate README.devel @ 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 951b7e159698
children b87eb91bd929
rev   line source
me@338 1 To use the library in-place, without installing, you have to add it's
me@338 2 directory to PYTHONPATH.
me@338 3
me@338 4 e.g, type this in your shell:
me@338 5
me@338 6 export PYTHONPATH=`pwd`
me@344 7
me@344 8 alternatively, you can type:
me@344 9
me@344 10 . ./SETPATH
me@344 11
me@344 12 which adds the right path to PYTHONPATH and also adds 'utils' directory
me@344 13 to PATH