rikuu / Gap2Seq

Gap2Seq is a gap filling and insertion genotyping tool.
GNU Affero General Public License v3.0
17 stars 6 forks source link

Installation problem #14

Closed eriklysoe closed 3 years ago

eriklysoe commented 3 years ago

Hi

Should probably be

git clone --recursive https://github.com/rikuu/Gap2Seq cd Gap2Seq cd thirdparty/htslib make cd .. mkdir build cd build cmake ../.. make

Since CMakeLists.txt is in the main folder, and not in Gap2Seq/thirdparty

Cheers Erik

rikuu commented 3 years ago

Yeah, that makes sense. Fixed