adaptivegenome / repeatseq

Accurate microsatellite genotypes from high-throughput resequencing data
www.mittelmanlab.com
Other
23 stars 9 forks source link

I have a problem when building with GCC 6.3 #4

Open luoshizhi opened 7 years ago

luoshizhi commented 7 years ago

hi, I have a problem when building with GCC 6.3 g++ -c -O3 -Ibamtools/src repeatseq.cpp repeatseq.cpp: In function 'bool fileCheck(std::__cxx11::string)': repeatseq.cpp:1398:9: error: cannot convert 'std::ifstream {aka std::basic_ifstream}' to 'bool' in return return ifile; ^~~~~ How can I fix the error? Thanks

freitasleandro commented 5 years ago

I got the same error. Did you solve it?

luoshizhi commented 5 years ago

I got the same error. Did you solve it?

sorry,i did not.