]> git.donarmstrong.com Git - mothur.git/blobdiff - blastdb.hpp
changed random forest output filename
[mothur.git] / blastdb.hpp
index e2f4f57180560ae287c644a527553abde89e45e6..50a8379b68ec89130b7df1892aab4538daa77a1e 100644 (file)
@@ -18,8 +18,6 @@ class BlastDB : public Database {
 public:
        BlastDB(string, float, float, float, float, string, int);
        BlastDB(string, int);
-       BlastDB(const BlastDB& bdb) : dbFileName(bdb.dbFileName), queryFileName(bdb.queryFileName), blastFileName(bdb.blastFileName), path(bdb.path),
-                                                                       count(bdb.count), gapOpen(bdb.gapOpen), gapExtend(bdb.gapExtend), match(bdb.match), misMatch(bdb.misMatch), Database(bdb) {}
        ~BlastDB();
        
        void generateDB();