fcgene bimbam to plink
1
2
Entering edit mode
6.3 years ago
smb2174 ▴ 20

using fcgene software to convert bimbam files into plink format using command line

fcgene --wgd mydosage --pos mymap --oformat plink --out myresult

it seems that reads the dosage file correctly but is given an error

Reading file "mymap":
 EROOR: There should be 5 or 6 columns in each row of file: mymap but this is not the case in 1th row.

according to the software, position file should be a comma delimited file with 3 columns, i.e, example.pos

snp1,  1, 1
snp2,  2, 1
snp3,  3, 1

so that is how the mymap is being formatted

any idea/suggestion?

software error • 1.8k views
ADD COMMENT
0
Entering edit mode

according to the software, position file should be a comma delimited file with 3 column

I cannot find this. Any pointers ?

ADD REPLY
0
Entering edit mode

Pierre, that is the example that is distributed by the software under a folder called examples/bimbam

ADD REPLY
0
Entering edit mode

there is no such folder, I cannot find any example.

$ find fcgene-1.0.7/ -type f -exec grep -lF -- '--pos' '{}' ';'
fcgene-1.0.7/src/cparse.cpp
fcgene-1.0.7/fcgene_static
fcgene-1.0.7/fcgene
fcgene-1.0.7/fcgene.exe
ADD REPLY
0
Entering edit mode

i still get errors

fcgene --wgd NEWchr22_dosage.txt --geno --pos c22.pos --oformat plink --out c22
EROOR: Are you sure about the argument after --geno? If yes, we suggest you to rename the argument: --pos.

fcgene --wgd NEWchr22_dosage.txt --wbg --pos c22.pos --oformat plink --out c22
EROOR: Are you sure about the argument after --wbg? If yes, we suggest you to rename the argument: --pos
ADD REPLY
0
Entering edit mode

Please use ADD REPLY/ADD COMMENT when responding to existing posts to keep threads logically organized. This comment should go under @Pierre's answer.

ADD REPLY
0
Entering edit mode
6.3 years ago

Can you please try:

fcgene --wgd mydosage --geno --pos mymap --oformat plink --out myresult

or

fcgene --wgd mydosage --wbg --pos mymap --oformat plink --out myresult
ADD COMMENT

Login before adding your answer.

Traffic: 2675 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