-
Notifications
You must be signed in to change notification settings - Fork 18
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
Error: exon_lines[row.id]["tid"] = row.transcript KeyError: None #196
Comments
Dear Alex, Kind regards, Luca |
Dear @AsclepiusDoc, May I also ask you to please look inside the GTF files whether there is any line missing a "transcript_id"? I think that Mikado might be crashing because of that. Kind regards |
Hello @lucventurini , Thank you for your reply. You are correct that we are working with cotton. Also, I have looked through the GTF files and didn't seem to find any lines that were missing a transcript_id except for the two header lines in the stringtie file. Would it be crashing because of these headers? Kind Regards, Alex |
Dear @AsclepiusDoc , |
Dear @AsclepiusDoc , any news? Have you managed to try the amended version? If you could send me another snippet of the GTF, I can have a go. |
Hello @lucventurini , Apologies for the late reply, to update you I have tried using the header and have now received a new issue using the amended version. I have attached the prepare.log. Additionally, I have attached another set of GTF files. Kind Regards, Alex |
Dear @AsclepiusDoc , Thank you for your patience and collaboration. Kind regards |
Dear @AsclepiusDoc , it should now be fixed in 3bcae56 (see previous commit, ffc6ec3, under Mikado/preparation/annotation_parser.py, for the actual bug fix). If you could pull from the branch and test on your data, we can close the issue and merge back into master. Thank you again for reporting this bug, this was quite nasty! if you had not reported it, this would have required a hasty patch right after releasing the next version! |
Hello @lucventurini , I have updated the my branch and tested with my full dataset and it has gone through with no errors! I will continue running the pipeline to see if there are any other issues. Thank you so much for all your help! Kind Regards, Alex |
Dear @AsclepiusDoc , Thank you again for reporting the bug! |
Hello Mikado,
I have been working through your pipeline and have ran into an error. I noticed it has been reported previously but, I have been unable to solve the problem. I was wondering if I could get your help?
Some additional information:
This is a subsection of what seems to be the main error.
I have attached the .log file and the toy samples I have been using. If there is anything else I can provide, please let me know.
Kind Regards,
Alex
prepare.log
St.toy_sample.zip
The text was updated successfully, but these errors were encountered: