meryl icon indicating copy to clipboard operation
meryl copied to clipboard

Using meryl to prepare for Merqury

Open aureliendejode opened this issue 3 years ago • 2 comments

Hi,

I'd like to evaluate my assembly. I have several Illumina fastq files. For each library I have one fastq file for Forward and one for Reverse reads. What is the best way to use Meryl in the goal of using that output for Merqury: Is something like this okay: meryl count k=21 lib1_1.fastq lib1_2.fastq lib2_1.fastq lib2_2.fastq ... output Illumina.meryl

Thanks

aureliendejode avatar Jul 15 '21 14:07 aureliendejode

That will work.

You might want to limit memory and thread usage with memory=<limit in GB> and threads=<number of CPUs to use>. By default, it will use as much memory as it wants and all the CPUs.

brianwalenz avatar Jul 16 '21 00:07 brianwalenz

Thanks, I used those 2 options and it worked.

aureliendejode avatar Jul 16 '21 07:07 aureliendejode