-
Notifications
You must be signed in to change notification settings - Fork 10
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
Invalid output when provided multiple contigs #42
Comments
ah, let me code a catch to gracefully skip such sequences. Oddly I believe it isn't the fact that the sequence is bad, but that its so short (<80), so the "ORF" at 1..56 doesn't get added to the digraph |
Excellent - thank you |
I implemented a fix, but before I finalize it, what would be the prefered format for the tabular output? Would four consecutive comments lines where the first (top) might get mistaken as belonging to the 111..1 orf cause issues?
Should I skip sequence entirely from output that do not have and orfs predicted? |
I think either headers with no data or skipping headers entirely is reasonable. I don't think my parsing code looks at the headers. |
I just pushed the update to both git and pypi. On a separate topic, I released a programmed ribosomal frameshift predictor, which might be of interest to the BV-BRC Also I have a brand new gene finder (Genotate) that is more accurate than GeneMark/Glimmer/Prodigal/phanotate, but it is still in a quasi alpha state. It can detect genes with non-canonical start codons, partial genes (such as PRF fragments and inteins), stop codon read-through, as well as completely overlapped nested genes (it correctly predicts 9 of the 10 genes of phiX174) |
Hi - we had a user submit a genome for annotation with phanotate that had a couple tiny assembly artifact contigs at the end of the file:
The result of running phanotate on this input resulted in an error printed and calls made on the small contig that are outside the range of locations in the data:
Thanks,
Bob
The text was updated successfully, but these errors were encountered: