-
Notifications
You must be signed in to change notification settings - Fork 39
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
mitoz3.4 annotations draw circle diagrams all have a gap, but in other annotation platforms are circular #172
Comments
Hi sanjin, thanks for reporting the issue, I will check it later. All the best |
Hi gdcfy, Even when the mitogenome is complete, the current visualization seems to keep a gap between the starting point and ending point. I forgot to fix it in MitoZ 3.6 too... |
Thanks for your sincerely reply!
…---- Replied Message ----
| From | Guanliang ***@***.***> |
| Date | 06/21/2023 23:17 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [linzhi2013/MitoZ] mitoz3.4 annotations draw circle diagrams all have a gap, but in other annotation platforms are circular (Issue #172) |
Hi gdcfy,
Even when the mitogenome is complete, the current visualization seems to keep a gap between the starting point and ending point. I forgot to fix it in MitoZ 3.6 too...
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Hi @gdcfy , I just check MitoZ 3.6. This bug has been fixed in MitoZ 3.6. See below: Therefore, you may need to upgrade to MitoZ 3.6. Best |
Please beware that, MitoZ looks for the "circular" character in your input GenBank file.
So, even if your mitogenome is complete, but if you don't have the "circular" on the first line of your GenBank file, MitoZ still considers it incomplete. my $break;
foreach my $l(@lines) {
my $a = (split/\s+/,$l)[1];
my $topo = (split/\s+/,$l)[5];
$topology{$a} = $topo;
if ($topo eq 'circular') {
$break = 0;
}else {
$break = "0.5r";
}
} |
If you use MitoZ for the assembly, you can go to check the content of the
If it is long enough and not a simple repeat, then your mitogenome is probably complete (i.e. circular). This information is also available in the
Please refer to the wiki for more details. |
Hi,
According to this problem,I will take your advice step by step later
---- Replied Message ----
| From | Guanliang ***@***.***> |
| Date | 06/21/2023 23:51 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [linzhi2013/MitoZ] mitoz3.4 annotations draw circle diagrams all have a gap, but in other annotation platforms are circular (Issue #172) |
If you use MitoZ for the assembly, you can go to check the content of the tmp/mt_assembly/megahit/DM01.megahit.overlap_information file:
k99_0 overlap between 5' and 3' are 100bp
AACAATATTCTTGGCGGCCGATTTCTAAATGTTCAACCTTGTTAGTTTTTTCTGTATGCACTGTGAAATGCAAAGTGAAAGGAAATAGAGAAAAAAAAC
If it is long enough and not a simple repeat, then your mitogenome is probably complete (i.e. circular). This information is also available in the summary.txt file:
#Seq_id Length(bp) Circularity Closely_related_species
k99_0 16453 yes Oryzias sinensis
Please refer to the wiki for more details.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Hi, @linzhi2013
|
![]() and I use the mitoz with version 3.6 ![]() |
I just noticed that, according to your circos plot, the coverage along your mitogenome is quite low, except in the region around 18Kbp. PLease go to check the file You should check if the recovered mitogenome belongs to your target species. Please refer to https://github.com/linzhi2013/MitoZ/wiki/Tutorial#7-what-now BTW, what kind of data did you use? and what was the MitoZ command? You might also try to use larger kmers if the mitogenome is partially wrong (especially for the region after 16Kbp), or use the mitoAssemble assembler in MitoZ. |
Hi,
altered paramater:
the gap may caused by setting kmer size which problem refered as "https://github.com/linzhi2013/MitoZ/wiki/Known-issues#8-megahit-gets-very-long-sequences" after revising the gap with the "altered paramater", there is another problem that between the starting and ending site of mitogenome. at the contig between the starting and ending site, there is low abundance, and for this problem I changed the paramater from |
Sometimes it happens. Different samples have different ratios of mitogenome-derived reads. And different regions of the mitogenome usually have coverage variations, the AT-rich region (e.g. control region) usually gets lower coverage, probably due to some experimental and sequencing bias in NGS sequencing. If we use more input fastq data, we get more MT-reads, so the overall coverage of the mitogenome will rise up. |
mitoz3.4 annotations draw circle diagrams all have a gap, but in other annotation platforms are circular
Problem description
Log messages from MitoZ (stdout and stderr)
The text was updated successfully, but these errors were encountered: