X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=formatphylip.h;fp=formatphylip.h;h=b920d088cba0673f9c597ad870307084de551afd;hb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;hp=0000000000000000000000000000000000000000;hpb=1b73ff67c83892a025e597dabd9df6fe7b58206a;p=mothur.git diff --git a/formatphylip.h b/formatphylip.h new file mode 100644 index 0000000..b920d08 --- /dev/null +++ b/formatphylip.h @@ -0,0 +1,31 @@ +#ifndef FORMATPHYLIP_H +#define FORMATPHYLIP_H + +/* + * formatphylip.h + * Mothur + * + * Created by westcott on 1/13/10. + * Copyright 2010 Schloss Lab. All rights reserved. + * + */ + +#include "formatmatrix.h" + +/******************************************************/ + +class FormatPhylipMatrix : public FormatMatrix { + +public: + FormatPhylipMatrix(string); + ~FormatPhylipMatrix(); + int read(NameAssignment*); +private: + ifstream fileHandle; + string filename; +}; + +/******************************************************/ + +#endif +