ANGSD: Analysis of next generation Sequencing Data

Latest tar.gz version is (0.938/0.939 on github), see Change_log for changes, and download it here.

Memory Usage: Difference between revisions

From angsd
Jump to navigation Jump to search
(Created page with "For large sample sizes and if many threads are allocated to the program the memory usage can become severe. The filewriting has to be done in the correct order, and if some g...")
 
(No difference)

Latest revision as of 03:32, 18 December 2012

For large sample sizes and if many threads are allocated to the program the memory usage can become severe.

The filewriting has to be done in the correct order, and if some given region of the genome is computational intensive. You might experience an increase of memory usage, due to the fact that the "done" chunks are waiting to be written. To avoid this problem you can specify a maxsize of queue of "done" chunks.

-nQueueSize