We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found another issue in the utilities.
% remove_utrs.py -f gff3 TraesCS1A02G418200.gff3 TraesCS1A02G418200_no_utr.gff3 Traceback (most recent call last): File "/usr/local/bin/remove_utrs.py", line 13, in <module> def strip_utr(gene: Mikado.loci.Gene): AttributeError: module 'Mikado' has no attribute 'loci'
The text was updated successfully, but these errors were encountered:
Instead of import Mikado
import Mikado
import Mikado.loci import Mikado.parsers
should solve the issue in that script.
Sorry, something went wrong.
Fixed in 2.3.0
No branches or pull requests
I found another issue in the utilities.
The text was updated successfully, but these errors were encountered: