-
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
Endless read from file #218
Comments
Hi @HaoqingDu ,
Could you please have a look at the file: |
Hi @linzhi2013 Thanks for reply. Here is the lines in the lib file
I also compared it with the lib file for the test data, below is the test data lib file
They look alike, so I assume this may not be the reason? And the difference between my run and the successful test run is, at this step, inside the K51 directory |
check the content of and check if it is broken:
You can also run the following command directly and check what will happen:
|
Hi, I just tried both. First, Second, when I run mitoAssemble, same thing happens
|
1800000000 * 150 = 270,000,000,000 bp You are using 270 Gbp for mitochondrial genome assembly, which is too much, the program cannot handle such a big data. Try to use 3-5 Gbp data instead. |
The raw reads data (fq.gz format) is 30 Gb. I trimmed it with trimmomatic. So the input file fed to Mitoz is only 13 Mb large and contains around 37k reads. I also tried to run mitoz all with |
But the log says
which is 1,800 M reads.
I have no idea what happened there ... |
I tried to run with megahit.
The good thing is mitoz generated the mitogenome. So I guess the issue may result from mitoAssembler. But Another thing is the generated genome is only 2450bp, super short. So my data might be not good enough either. However, it seems to be contradictory, because from the short genome I would say my data doesn't have enough reads, while mitoAssembler was loading infinite number of reads from my data. |
For megahit, please make use of its multi-kmer feature, i.e., to use several kmers at the same time, which might be helpful. In your code, you used only a single kmer, |
Thanks for the advice. Using multiple kmers does help! However, the generated mito-genome is still less than 5k bp. So I really need to improve my data. |
Perhaps try small kmer sizes like 31, 35, 39 etc |
I installed mitoz v3.6 using conda. The test run was ok. I wanted to generate mitogenome from a SE data. Below is my command,
In the assemble part, read_from_file seems to never stop unless I kill it. Below is the related log info,
I don't know how to solve it.
The text was updated successfully, but these errors were encountered: