Entering edit mode
2.4 years ago
Harry
•
0
I have tried running the following command: ./NGSadmix -likes GL1.beagle.gz -K 3 -P 4 -o Output/admixture -minMaf 0.05
Which produces the error: Input: lname=Output/GL1.beagle.gz nPop=3, fname=(null) qname=(null) outfiles=Output/admixture Setup: seed=1656675653 nThreads=4 method=1 Convergence: maxIter=2000 tol=0.000010 tolLike50=0.100000 dymBound=0 Filters: misTol=0.050000 minMaf=0.050000 minLrt=0.000000 minInd=0 Segmentation fault
Does anyone know why i am getting a segmentation fault?
segfault can be caused by not allocating enough memory. How much are you giving it and how big ar your files?