GraphAligner icon indicating copy to clipboard operation
GraphAligner copied to clipboard

Memory and threads suggested - Core dump when building minimizer seeder from the graph

Open lingliao opened this issue 3 years ago • 8 comments

Hi,

I am trying to align a .fastq file(16GB) to a genome graph(4GB). Could you please suggest me how many memory and threads should be prepared for successful running?

Thanks!

lingliao avatar Dec 08 '22 10:12 lingliao

I met the same issue "Core dump when building minimizer seeder from the graph"

lingliao avatar Dec 09 '22 06:12 lingliao

Could you share the graph?

maickrau avatar Dec 09 '22 11:12 maickrau

SURE! Thank you for the quick response!!

The graph is downloaded from here https://s3-us-west-2.amazonaws.com/human-pangenomics/pangenomes/freeze/freeze1/minigraph/hprc-v1.0-minigraph-grch38.gfa.gz I unzipped it before aligning.

lingliao avatar Dec 09 '22 16:12 lingliao

Which parameters did you use?

maickrau avatar Dec 14 '22 06:12 maickrau

Sooo nice to hear from you!!

Here is my command line, GraphAligner -g input.gfa -f input.fastq -a out.gaf -x vg. And I call GraphAligner with docker image quay.io/biocontainers/graphaligner:1.0.16--hd03093a_1. Please let me know if there is any other info might be needed.

Thank you!

lingliao avatar Dec 14 '22 07:12 lingliao

I couldn't reproduce this bug using either compiled from source or bioconda installation. Could you please try the installing via bioconda, or compiling from source, instead of biocontainer?

About the memory use and threads, with version 1.0.16 (bioconda) 45Gb RAM should be enough. The more threads the faster but 16 threads will probably run in less than a day. With the most recent development commit 30Gb RAM should be enough.

maickrau avatar Dec 14 '22 12:12 maickrau

I will give it a try soon and share a feed back here!

Thank you Mikko!!

lingliao avatar Dec 15 '22 04:12 lingliao

some insight in this thread: https://github.com/maickrau/GraphAligner/issues/68

clemgoub avatar Feb 03 '23 16:02 clemgoub