statgen / demuxlet

Genetic multiplexing of barcoded single cell RNA-seq
Apache License 2.0
117 stars 25 forks source link

Shouldn't need to import htslib from local address #7

Closed Shians closed 6 years ago

Shians commented 6 years ago

If the user has htslib installed properly, you should be able to use

#include <htslib/sam.h>

and such without needing the library in some neighbouring folder. You should be able to just add -lhts to the compile line.