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

Problem with annotation #202

Open
kabilov opened this issue Oct 10, 2023 · 1 comment
Open

Problem with annotation #202

kabilov opened this issue Oct 10, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@kabilov
Copy link

kabilov commented Oct 10, 2023

on which platform/server? (Windows? Windows Sublinux? MacOS? Ubuntu? etc.)

Ubuntu 18.04.6 LTS

MitoZ version?

3.6

How did you install MitoZ? (e.g. Docker, Udocker, Singularity, Conda-Pack, Conda, or source code)

Docker

Did you run a test after your installation, and was the test run okay?

Test was Ok

How much data (roughly) did you use for mitogenome assembly? e.g. 5Gbp?

It was used Annotation only

The command you used?

mitoz annotate --fastafile NC_012920.fa --genetic_code 2 --clade Chordata --thread_number 32 --outprefix test

Problem description

I downloaded the reference human mitogenome NC_012920 and annotated it using MitoZ. The annotation results raise questions. The ND2 gene contains a large number of stop codons. Most related specie is Homo heidelbergensis.
When the --clade Chordata command is omitted, the closest species becomes Aleurodicus dispersus, and ND2 does not contain stop codons.

Log messages from MitoZ (stdout and stderr, e.g., both m.log and m.err files)

NC_012920.log

@linzhi2013
Copy link
Owner

Hi @kabilov ,

Thanks for reporting the issue!

I tested your command

mitoz annotate --fastafile NC_012920.fa --genetic_code 2 --clade Chordata --thread_number 4 --outprefix test

and the problem can be repeated. (but I didn't test "When the --clade Chordata command is omitted", since its default value is Arthropoda)

There could be some bugs in MitoZ, I will have a look at it in detail when I have time.

@linzhi2013 linzhi2013 added the bug Something isn't working label Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants