File: README

package info (click to toggle)
python-biopython 1.42-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 17,584 kB
  • ctags: 12,272
  • sloc: python: 80,461; xml: 13,834; ansic: 7,902; cpp: 1,855; sql: 1,144; makefile: 203
file content (28 lines) | stat: -rw-r--r-- 900 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

Type 'make' to build the KDTree module. You might need to 
correct the path to Python.h in the makefile.

During installation the already present swigged file KDTree.swig.c++ is
used. This should work without any problem. If you want to rebuild the
swig file for some reason just remove KDTree.swig.cpp and type 'make'. 

Structure of the module:

KDTree.cpp      C++ KDTree code
KDTree.h        C++ header for KDTree code 
KDTree.i        SWIG input file for KDTree.C
KDTree.swig.cpp SWIG generated wrapper for KDTree.C
_CKDTree.so     SWIG generated KDTree shared library
CKDTree.py      SWIG generated python code to access KDTree shared library
KDTree.py       Hand implemented python module for accessing CKDTree.py       
Makefile        Makefile for the shared module
README          This file


KDTree.py contains examples of how to use the module.

Cheers,

Thomas 

thamelry at binf ku dk