Delete unneeded directory
[jabaws.git] / website / archive / binaries / mac / src / clustalw / src / tree / UPGMA / RootedClusterTree.h
diff --git a/website/archive/binaries/mac/src/clustalw/src/tree/UPGMA/RootedClusterTree.h b/website/archive/binaries/mac/src/clustalw/src/tree/UPGMA/RootedClusterTree.h
deleted file mode 100644 (file)
index c7207eb..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/**
- * Author: Mark Larkin
- * 
- * Copyright (c) 2007 Des Higgins, Julie Thompson and Toby Gibson.  
- */
-#ifndef ROOTEDCLUSTERTREE_H
-#define ROOTEDCLUSTERTREE_H
-#include "../ClusterTree.h"
-#include "RootedGuideTree.h"
-#include "../AlignmentSteps.h"
-namespace clustalw
-{
-
-class RootedClusterTree : private ClusterTree
-{
-    public:    
-        //RootedClusterTree();
-        /**
-         * NOTE these will have different signatures!!!!
-         */ 
-        void treeFromAlignment(TreeNames* treeNames, Alignment *alignPtr);
-        auto_ptr<AlignmentSteps> treeFromDistMatrix(RootedGuideTree* phyloTree, 
-                                        DistMatrix* distMat, Alignment *alignPtr, int seq1, 
-                                        int nSeqs, string& phylipName);
-};
-
-}
-#endif