Show
Ignore:
Timestamp:
04/07/08 15:39:14 (4 years ago)
Author:
piero
Message:

Correction of scripts/pscoils

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • biocomp.pscoils/trunk/scripts/pscoils

    r6 r20  
    6262            biocomp.pscoils.printCoil(seqs[name],len(seqs[name]),hept_seq,score,prob,gcc,gg,labels) 
    6363    elif modeprofile: 
    64         gg,gcc,prob,hept_seq,score=biocomp.pscoils.pred_coil(prof,profLen,params,profScore) 
     64        gg,gcc,prob,hept_seq,score=biocomp.pscoils.pred_coil(prof,profLen,params,biocomp.pscoils.profScore) 
    6565        biocomp.pscoils.printCoil('x'*profLen,profLen,hept_seq,score,prob,gcc,gg,labels)