Closed krcurtis closed 1 month ago
Hi,
Thanks for reporting the crash. I have checked my N50 method and it can crash if the contig count is 0. First, can you attach the metaMDBG.log file, so I can try to check for an error in the previous steps.
Thanks
Here is the log file: metaMDBG.log
The logs are not helpful. Can you "ls -lh ./tmp/" and paste the result here? Thanks
Here's the listing: tmp-contents.txt
Maybe I should run metaMDBG on a test data set used in your paper?
It should be fixed, you can get the last commit and recompile.
By default, the polisher does not output low-coverage contigs (because it can't correct them), now you should get contigs with at least 2 reads mapped on them.
It ran, but I'm not getting any contigs in the final file:
Run time: 37min 8sec Peak memory: 4.03875 GB Assembly length: 0 Contigs N50: 0 Nb contigs: 0 Nb Contigs (>1Mb): 0 Nb circular contigs (>1Mb): 0
I'm starting to wondering if there's something about the FASTQ files I'm using that I'll have to check into.
Otherwise, this bug is fixed, I don't get a segmentation fault anymore.
Note that you can use the uncorrected contigs (for Hifi, they are quite good quality): ./tmp/contigs_uncorrected.fasta.gz
If you have Hifi reads, you can also try the previous metaMDBG release (v0.3), if you want to check is the problem comes from the new v1.0 or from the data.
Hi,
I've downloaded the code at commit f6755dd, compiled, and I'm getting a segmentation fault. I'm running metaMDBG on some PacBio long reads, with a command line like this:
metaMDBG asm --out-dir . --threads 4 --in-hifi sample.fastq.gz
Here's some output from GDB:
Any ideas?
I'm not sure if debug info was turned on for the c++ compiling stage. I can try that and report back. I'm not that familiar with CMake, how should I enable debug symbols?
Thanks!