[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [modeller_usage] modeller error; " ValueError: too many arguments to unpack"
- To: Sourav Pal <>, "" <>
- Subject: Re: [modeller_usage] modeller error; " ValueError: too many arguments to unpack"
- From: Modeller Caretaker <>
- Date: Fri, 19 Jan 2018 09:56:07 -0800
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
--
https://salilab.org/modeller/
Modeller mail list: https://salilab.org/mailman/listinfo/modeller_usage