-
Notifications
You must be signed in to change notification settings - Fork 30
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
TypeError: Population must be a sequence. For dicts or sets, use sorted(d). #293
Comments
Hi ! Any chance you could provide the complete log? Adelme |
Hello, Sorry for the very little info, this is the log file obtained on that run: And here is the complete error message: Thanks ! |
I see, thanks a lot ! This is definitely a bug, and I think it's related to having exactly the number of genomes that you have in your run here (501?). |
Indeed if I remove one genome from the list it works fine, haven't tried the chunk_size yet. |
Hi, Sorry for the delay. This bug was resolved in PR #273 and released in version 2.1.2: https://github.com/labgem/PPanGGOLiN/releases/tag/2.1.2. Updating your PPanGGOLiN version should fix this bug. Best, |
Hi !
I get this error and I can't debug why it happens, the input files look good to me
TypeError: Population must be a sequence. For dicts or sets, use sorted(d).
I'm using ppanggolin like this:
ppanggolin workflow --anno list_genomes.tsv -c 64 -o output --clusters clusters.tsv --infer_singletons --rarefaction
Thanks in advance !
Eric
The text was updated successfully, but these errors were encountered: