Skip to content

CollectSumStat.py #2

@shahanderkarabetian

Description

@shahanderkarabetian

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:

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'

Any thoughts on what the issue is?
Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions