Undefined Constructor for template class GenomicRegionCollection
yonghanyu opened this issue · 1 comments
yonghanyu commented
Several constructor declared in GenomicRegionCollection.h are not defined in GenomicRegionCollection.cpp, resulted in failed compilication with undefined reference error code.
wulj2 commented
I think you want to isolate the GenomicRegionCollection.h for your personal usage, and find out that it could not be compiled by just include the GenomicRegionCollection.h file. I advice that you can include both GenomicRegionCollection.h and GenomicRegionCollection.cpp in your source code and try to recompile, may it succeed~ @JackTATStraw