Closed paul-bio-hh closed 3 years ago
The problem
raise StopIteration StopIteration
seems caused by Python version difference, e.g. https://stackoverflow.com/questions/51700960/runtimeerror-generator-raised-stopiteration-every-time-i-try-to-run-app.
Please refer to https://github.com/linzhi2013/MitoZ/issues/89 first.
Cheers
I finally have result from annotation now! thank you linzhi! I have some questions.
After the annotation step I thought I had to do visualize, however, in the annotation result, there were circos picture already. So this means I do not have to run visualize step?
Can I do MitoZ with RNA sequence?
As I have Circos.png, can I say that I get this result from circos?
yes, there will be a circos plot after annotation. you can run visualize again if you like (e.g. add the fastq files to calculate sequencing depth along the mitogenome)
Yes you can try. But maybe it would not get very good results
Yes. but the Perl Circos module itself is unable to draw the PNG for you. MitoZ is mainly coded with Python, so could people conclude that "we assembled and annotated the mitogenome with Python"? Maybe "yes" in some sense, but the algorithms for finishing this job is not part of Python.
Hi Linzhi. Me again. With your help, I did get the result from circos. Without you, I might be in troble.... Thanks again.
As my data was produced by assemle --run_mode 2, I had 6 missing PCGs. Therefore, I decided to do more analysis with --run_mode 3
everything was fine so far, but I have some question.
k31.mitogeneome.fa
k91.mitogenome.fa
circos result
this is the result from Multi-Kmer. as you can see, In the K31, I could find circular topolgy whereas none circular topolgies are in K91. And my understanding is that multi kmer step use those two result to make missing PSGs in the circos right?
However in the circos result, there were 3 COX1 in seperated scaffolds, and 4 COX3 seperated... How could I solve this problem?
Hello there,
Please raise a new issue, since this is not related to the original problem. Thanks!
Hello.
I have two 9Gb of trimmed fastq files. As there were no need to filter, I ran a all2 step. And error popped up, so I searched same situations. And figured it as below.