-
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
len(contig) == NoneType #299
Comments
Hi, I think this is coming from the missing "##sequence-region" which is often found at the beginning of gff3. The code is supposed to be resilient to this pragma being missing (since it is not mandatory), but it looks like there was a hickup in dealing with it with your particular file. Any chance you could share that one file so we can reproduce the bug and try to find a fix? Have a nice day, |
Hi Adelme, adding the '##sequene-region' line fixed the error. Attached below is one of the unmodified gff files, that caused the error. Thank you for your help! |
Thank you for the file share ! And I'm glad you found a workaround. |
Hi, We’ve fixed this issue and released a new version with the fix. PPanGGOLiN should now correctly retrieve contig lengths even when the Thank you for reporting the bug! I’ll close this issue for now, but please don’t hesitate to reopen it if needed. |
Hey PPanGGOLiN-Team,
I get the below when running
ppanggolin all
version 2.1.2. I want to make the switch from version 2.0.5, where analysis of the same input data works fine.This is an example of the gff files provided.
Can you help me figure out why the len(contig) is of type None.
Appreciate your help!
The text was updated successfully, but these errors were encountered: