Skip to content
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

Issue with convert prodigal output to standard GFF3 #83

Open
jjuradoc opened this issue Oct 20, 2024 · 4 comments
Open

Issue with convert prodigal output to standard GFF3 #83

jjuradoc opened this issue Oct 20, 2024 · 4 comments
Assignees

Comments

@jjuradoc
Copy link

Hi,

I want to convert the Prodigal output to standard GFF3 using the command: convert_prodigal_to_gff3.py -i unit2_new_genome.prodigal.gff -o unit2_new_genome.prodigal.gff3

I obtain this error message:

Traceback (most recent call last):
File "/home/jjuradoc/class/myenv/bin/convert_prodigal_to_gff3.py", line 66, in
main()
File "/home/jjuradoc/class/myenv/bin/convert_prodigal_to_gff3.py", line 53, in main
id, annotation = m.groups()
^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'groups'

What can I do in this case? thank you in advance

@jorvis
Copy link
Owner

jorvis commented Oct 21, 2024

Do you think you could attach your input file here?

@jorvis jorvis self-assigned this Oct 21, 2024
@jjuradoc
Copy link
Author

jjuradoc commented Oct 22, 2024 via email

@jorvis
Copy link
Owner

jorvis commented Oct 22, 2024

Juan -

I don't believe you can attach something when replying to the issue via e-mail. Could you please try again using GitHub in your browser?

@jjuradoc
Copy link
Author

HI Joshua, sorry for that.

Please find attached the files here.
Screenshot
convert_prodigal_to_gff3.py.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants