-
Notifications
You must be signed in to change notification settings - Fork 4
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
gffutils error at stage "Populating features" #7
Comments
Hi @jolbi, Thanks for reporting this. Did the error occur when building the Liftoff annotation into the gffutils database? I believe the error might be due to some ID issues with exons and CDSs. Could you please check if there are any ID duplications for exons and CDSs? I have pushed another commit so that if the error occurs, gffutils will attempt to build the database again using the merge_strategy "warning instead of the original create_unique. Could you please help us test if this fixes your error? You can download LiftOn again through Git. Clone the directory and run python setup.py install. This should install the latest version of LiftOn. For more details, please visit: https://ccb.jhu.edu/lifton/content/installation.html Feel free to send me any of your files ([email protected]), and I can take a look as well. Best, |
I am not sure if you are referring to standalone Liftoff or Liftoff as part of LiftOn?
I checked for duplicates again (but this time manually) and there are indeed some CDS and UTR features with duplicated IDs. They seem to be non-overlapping though (but did not check all of them). I am not sure how to interpret this features, but I see that gff3 specification allow for duplicated IDs for discontinuous features, so it may be good to allow them in LiftOn also.
I tried to install the latest commit, but I am getting I sent the files to your email. Cheers, |
Hi, thank you for the tool, I am very excited to try it and compare the results from liftoff.
However, I am getting a gffutils error at the stage after miniprot:
My command was:
The error suggests that some gff features don't have unique IDs. I cheked the input gff and it does not contain any duplicated IDs. I also run it through AGAT and it does not find any errors. Liftoff runs well on this gff. I am suspecting the problem is with the output features.
The text was updated successfully, but these errors were encountered: