odelaneau / GLIMPSE

Low Coverage Calling of Genotypes
MIT License
139 stars 26 forks source link

Issue in compiling GLIMPSE2 #203

Open dev3105 opened 7 months ago

dev3105 commented 7 months ago

hey @srubinacci, I was using GLIMPSE2 for imputing my low coverage whole genome sequencing data. I downloaded the last version of the GLIMPSE2 code using: git clone https://github.com/odelaneau/glimpse.git. As mentioned, Each program in the suite contains the same folder structure: bin, obj, src and makefile. When i used the link in my linux server, the program has only makefile and src. Why not other folder?

Help me !!

srubinacci commented 7 months ago

Hi,

The folders are created when you compile using "make". See the makefile for details. If uncertain, the static_exe are a good place to start.

Hope this helps,

Best,

Simone