DReichLab / EIG

Eigen tools by Nick Patterson and Alkes Price lab
Other
180 stars 60 forks source link

Unable to "make install" #65

Open ghost opened 3 years ago

ghost commented 3 years ago

Hello,

I successfully completed the following codes: cd src make

Bu when typing make install, I got the following error: $make install mv baseprog convertf mergeit pca eigensrc/pcatoy eigensrc/smartrel eigensrc/smarteigenstrat eigensrc/twstats eigensrc/eigenstrat eigensrc/eigenstratQTL eigensrc/smartpca smartpca ../bin mv: will not overwrite just-created ../bin/smartpca with smartpca make: *** [install] Error 1

It seems this was trying to move two same "smartpca" to the "/bin" folder and cause the problem. Could you help me with this install step? Thank you.

MatthewMah commented 3 years ago

This looks like a Makefile issue. Please pull the latest changes to see if this is fixed by 09ed563fdec05648a66c206ba1fc37a198395cd7.