Show
Ignore:
Timestamp:
08/24/09 07:09:57 (3 years ago)
Author:
mauro
Message:

seqrecord by value

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • biocomp.pscoils/branches/biopython-enabled/src/biocomp/pscoils/__init__.py

    r27 r42  
    3535import math 
    3636import string 
     37import copy 
    3738 
    3839import Params # this must be in the sys.path. Params contains the COILS paramters 
     
    114115def pred_coil(seqr, params, fScore=None): 
    115116    ''' pred_coil(seq,seqLen,params,fScore) returns the coiled coil prediction of sequence seq''' 
     117    seqr = copy.deepcopy(seqr) 
    116118    if fScore == None: 
    117119        fScore = seqScore