]> git.donarmstrong.com Git - mothur.git/blobdiff - alignmentdb.h
added count.groups command and paralellized align.seqs for windows
[mothur.git] / alignmentdb.h
index 22d2dd35c044a652fabafbc5deb1bef3f2022391..27d0434e7cbc453c6cf98dba633d65d8a9bf7790 100644 (file)
@@ -22,6 +22,7 @@ public:
 
        AlignmentDB(string, string, int, float, float, float, float);  //reads fastafile passed in and stores sequences
        AlignmentDB(string);
+       AlignmentDB(const AlignmentDB& adb);
        ~AlignmentDB();
        
        Sequence findClosestSequence(Sequence*);