Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/allpy/file/670ae384aa37/README.devel
Дата изменения: Unknown
Дата индексирования: Sun Feb 3 12:02:40 2013
Кодировка:
allpy: 670ae384aa37 README.devel

allpy

view README.devel @ 372:670ae384aa37

Fixed bugs & refactored base.Alignment.process & it's helpers - there were a few name errors - process would previously behave bad if new alignment was shorter - refactored and simplified code for copying sequence contents
author Daniil Alexeyevsky <me.dendik@gmail.com>
date Mon, 31 Jan 2011 18:44:23 +0300
parents 951b7e159698
children b87eb91bd929
line source
1 To use the library in-place, without installing, you have to add it's
2 directory to PYTHONPATH.
4 e.g, type this in your shell:
6 export PYTHONPATH=`pwd`
8 alternatively, you can type:
10 . ./SETPATH
12 which adds the right path to PYTHONPATH and also adds 'utils' directory
13 to PATH