Hi, I was running plink(1.9) tool to create bed file (plink --file inputfile --make-bed --noweb --out outputfile
) which worked fine, but when I switched to plink2, the same command doesn't work. Can we do everything that plink(1.9) does with plink2? Can someone please clarify this? Thank you.
I don't think plink2 does
--noweb
. It is probably assumed by default now.EDIT: Looks like the differences are much more extensive. See https://www.cog-genomics.org/plink/2.0/input
Even this command doesn't work:
plink2 --file inputfile --make-bed --out outputfile
I don't think
--file
is acceptedI was creating .bed file using
inputfile.ped
andinputfile.map
. I was able to do it with plink, but not with plink2. What could be the reason?I think you still need plink to get to the binary files! Odd!
Not sure why - I've never used plink2 myself
I mostly began using plink at version 1.9; so, have witnessed the shift-over to plink2. I believe, correct me if wrong, that the release of plink2 mostly coincided with the original authors 'moving on' in their respective careers (and the licensing to Cog Genomics). However, plink2 is still maintained by Christopher Chang, who is active on Biostars.
I think that plink2 is much comprehensive and there is a lot of ideas listed on the home-page in terms of future development work.
Unfortunately, a question like this can really only be answered by one of the developers.