bcgsc / biobloom

Create Bloom filters for a given reference and then use it to categorize sequences
http://www.bcgsc.ca/platform/bioinfo/software/biobloomtools
GNU General Public License v3.0
75 stars 15 forks source link

Question for installation #37

Closed lh12565 closed 5 years ago

lh12565 commented 5 years ago

Hi, Justin Chu When I make the biobloom, it has the following error:

MIBFGen.hpp:834:46: error: use of deleted function std::basic_ofstream::basic_ofstream(const std::basic_ofstream&)... /usr/include/c++/4.8.2/fstream:599:11: error: use of deleted function std::basic_ostream::basic_ostream(const std::basic_ostream&).... .....

How do I solve this problem? Thanks!

JustinChu commented 5 years ago

Hi, can you try the latest commit 5c028884f41147e7bc0f654d8188d85ee017c0c1. I removed that function since it is technically unused. I suspect a newer version of GCC would work, but I'll make sure this fix is applied to the release version for better compatibility.

lh12565 commented 5 years ago

It works. You are right. My gcc is 4.8.5. Thanks!