Delete unneeded directory
[jabaws.git] / website / archive / binaries / mac / src / clustalw / src / multipleAlign / ProfileStandard.h
diff --git a/website/archive/binaries/mac/src/clustalw/src/multipleAlign/ProfileStandard.h b/website/archive/binaries/mac/src/clustalw/src/multipleAlign/ProfileStandard.h
deleted file mode 100644 (file)
index 2caca5c..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-/**
- * Author: Mark Larkin
- * 
- * Copyright (c) 2007 Des Higgins, Julie Thompson and Toby Gibson.  
- */
-#ifndef PROFILESTANDARD_H
-#define PROFILESTANDARD_H
-
-#include "../alignment/Alignment.h"
-#include "ProfileBase.h"
-
-namespace clustalw
-{
-
-class ProfileStandard : public ProfileBase
-{
-    public:
-        /* Functions */
-        ProfileStandard(int prfLen, int firstS, int lastS);
-        void resetPrf2();
-        void calcStandardProfile(SeqArray* alignment, vector<int>* seqWeight); 
-
-        /* Attributes */
-
-    private:
-        /* Functions */
-
-        /* Attributes */
-};
-
-}
-#endif