Changeset 127
- Timestamp:
- 01/30/10 20:40:00 (2 years ago)
- Location:
- biocomp.pscoils/branches/biopython-enabled
- Files:
-
- 2 modified
-
setup.py (modified) (1 diff)
-
src/biocomp/pscoils/__init__.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
biocomp.pscoils/branches/biopython-enabled/setup.py
r7 r127 1 1 from setuptools import setup, find_packages 2 import sys, os3 4 2 version = '0.1' 5 3 -
biocomp.pscoils/branches/biopython-enabled/src/biocomp/pscoils/__init__.py
r42 r127 32 32 33 33 import sys 34 import getopt35 34 import math 36 35 import string … … 38 37 39 38 import Params # this must be in the sys.path. Params contains the COILS paramters 40 import utils41 39 42 40 from Bio.SeqFeature import FeatureLocation, SeqFeature
