the .tped file should be associated to a .tfam file (same name, different extension. i.e. FILE.tped and FILE.tfam), in this way you could avoid to type the extension of the file, and write just FILE.
Plink will go through both the files in order to elaborate what you need.
I have also a huge tped file, and when I try to use the command plink --tfile file.tped --recode, the software returns me an error telling me that the file that I am using as input but with extension .tfam doesn't exists. This is true, but in the previous command it does not appear so I don't know where is the problem.
To read a transposed fileset, use the command
which implies
mydata.tped
andmydata.tfam
exists; alternatively, if the files are differently named, they can be individually, fully specified:HINT You can generate transposed filesets with the
--transpose
option, described in the data management section