I'm trying to get the CollectSumStat.py script to run, and I am having issues. When running it on the provided example test_seq.txt file, I get the following error:
Traceback (most recent call last):
File "CollectSumStat.py", line 306, in <module>
Process(fout,rawdata,delim,nbin,nsites)
File "CollectSumStat.py", line 18, in Process
[popsize,Allmat,classlabel]=Dict2Mat(rawdata,delim)
File "CollectSumStat.py", line 210, in Dict2Mat
spn=m.group(1)
AttributeError: 'NoneType' object has no attribute 'group'
Hello,
I'm trying to get the CollectSumStat.py script to run, and I am having issues. When running it on the provided example test_seq.txt file, I get the following error:
Any thoughts on what the issue is?
Thanks