Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assertion error at remove_superclones #116

Open
sowalsky opened this issue Oct 3, 2019 · 0 comments
Open

Assertion error at remove_superclones #116

sowalsky opened this issue Oct 3, 2019 · 0 comments

Comments

@sowalsky
Copy link

sowalsky commented Oct 3, 2019

I am receiving the following error (and this is the only error text I see):

Traceback (most recent call last):
  File "phylowgs/write_results.py", line 55, in <module>
    main()
  File "phylowgs/write_results.py", line 45, in main
    munger.remove_superclones()
  File "phylowgs/pwgsresults/result_munger.py", line 29, in remove_superclones
    assert len(structure[root_idx]) > 0
AssertionError

Unlike the other user who reported this error, my cellular prevalences are much higher. I ran PhyloWGS on 29 similar sets of samples, and this only occurred on 2 of them.

The only thing different about these two runs versus the other 27 is that the trees.zip is quite large. 11GB and 1.5GB, versus the next largest one that worked, 1.1GB (and most being in the 100-200MB range). Do you have any ideas how this fix this problem. My cnv_data.txt file has 85 entries, and my ssm_data.txt has 187 entries.

Thank you in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant