![](https://secure.gravatar.com/avatar/88936d77693bc91ead290eb113b83e4a.jpg?s=120&d=mm&r=g)
19 Jan
2018
19 Jan
'18
9:56 a.m.
On 1/18/18 10:32 PM, Sourav Pal wrote: > "ValueError:too many values to unpack" .
You have a typo in your Python script - not a Modeller issue.
for (pdb, chain) in (('tseq1', 'A')):
should read
for (pdb, chain) in (('tseq1', 'A'),):
Ben Webb, Modeller Caretaker
--
modeller-care@salilab.org https://salilab.org/modeller/
Modeller mail list: https://salilab.org/mailman/listinfo/modeller_usage