PLINK1.9 Segmentation fault (core dumped)
2
0
Entering edit mode
18 months ago
krishii • 0

Hi,

I am trying to create .bim/fam and bed files from map and ped files. But I got different error messages and I sorted out those with the below code. However, I was not able to create the above file. Kindly help me in this regard.

plink1.9 --file UK-3121_220411_PLINK_PCF_TOP --make-bed --chr-set 26 no-xy no-mt --allow-extra-chr --allow-no-sex --nonfounders --out UK

16106 MB RAM detected; reserving 8053 MB for main workspace. Segmentation fault (core dumped)

Thank you.

Segmentation fault Plink1.9 • 1.7k views
ADD COMMENT
1
Entering edit mode

On the plink2-users Google group, I asked you to provide at least the plink 1.9 version string, which you inexplicably omitted from the output you copied.

ADD REPLY
0
Entering edit mode

while i hesitate before commenting on a thread relating to plink2 that has already been addressed by literally chris 'no, seriously' chang, in my experience this kind of thing is typically misspecified input. also, provide the bit of output hes asking for, it will help you.

ADD REPLY
0
Entering edit mode
17 months ago
M.O.L.S ▴ 100

Perhaps just use --make bed and stop there.

ADD COMMENT
0
Entering edit mode
17 months ago

For the record, the segmentation fault was due to a bug that was fixed on 28 Apr 2020; there should have been an error message reporting that the input file had chrX/chrY/chrM, in violation of the specified chromosome set.

The correct flag for filtering out chrX/chrY/chrM, when they are in the input, is “—not-chr X Y MT”.

ADD COMMENT

Login before adding your answer.

Traffic: 2708 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6