Closed egoltsman closed 4 years ago
Hello, @egoltsman !
Thanks for sharing your errors.
It seems like you are running Merqury with the latest Meryl. Perhaps you have it from your installed Canu path. Some grammatical changes are made as you've noticed in meryl-lookup, however we haven't fully optimized the full Meruqury pipeline yet. The threading is also a new feature.
Sorry for the confusion, however I'd suggest to use the release version of the Meryl, as we haven't fully tested the latest meryl-lookup
yet. I'll push another update to Merqury with the proper version of Meryl once it is tested.
Thanks! Arang
Ah, yes, of course. I just downloaded meryl 1.0 and everything works fine. Thank you for the quick response!
Hi, Thank you for a very useful tool! I'm currently trying on a trio data set where we had CCS reads for the F1 and Illumina for the progenitors. I assembled it with HiCanu (no trio data involved) and got a very good assembly. Now I'm running merqury with the parent hap-mers to help evaluate the ploidy and the phasing. to the command and then passing that file to the awk (see below).
I'm getting a consistent crash in meryl-lookiup when executed via the phase_block.sh wrapper. It seems like the default stdout output causes it to seg fault. I could work around it by adding -output
My workaround:
As a side note, I also noticed that the -threads flag is not being passed to the program. It sped up the db IO greatly when I added it.
Best, Eugene