Changeset 20 for biocomp.pscoils/trunk/scripts/pscoils
- Timestamp:
- 04/07/08 15:39:14 (4 years ago)
- Files:
-
- 1 modified
-
biocomp.pscoils/trunk/scripts/pscoils (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
biocomp.pscoils/trunk/scripts/pscoils
r6 r20 62 62 biocomp.pscoils.printCoil(seqs[name],len(seqs[name]),hept_seq,score,prob,gcc,gg,labels) 63 63 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) 65 65 biocomp.pscoils.printCoil('x'*profLen,profLen,hept_seq,score,prob,gcc,gg,labels)
