kingsfordgroup / sailfish

Rapid Mapping-based Isoform Quantification from RNA-Seq Reads
http://www.cs.cmu.edu/~ckingsf/software/sailfish
GNU General Public License v3.0
124 stars 45 forks source link

Fatal error: spdlog/fmt/ostr.h #105

Open studident opened 6 years ago

studident commented 6 years ago

Hi, I'm trying to build a Sailfish library using Cmake. Somehow it gives me this fatal error:

In file included from /usr/tools/SailfishBeta-0.7.6_Linux-x86-64/bin/sailfish/src/SailfishIndexer.cpp:60:0: /usr/tools/SailfishBeta-0.7.6_Linux-x86-64/bin/sailfish/external/install/include/rapmap/RapMapSAIndex.hpp:31:29: fatal error: spdlog/fmt/ostr.h: No such file or directory

Where exactly does this file or directory have to be?

Best, Steve