Entering edit mode
6.9 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?
I cannot find this. Any pointers ?
Pierre, that is the example that is distributed by the software under a folder called examples/bimbam
there is no such folder, I cannot find any example.
i still get errors
Please use
ADD REPLY/ADD COMMENT
when responding to existing posts to keep threads logically organized. This comment should go under @Pierre's answer.