X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=formatphylip.h;fp=formatphylip.h;h=9ca14bb782f1c6d4eb2a69890762a421c3384055;hb=e1cf60b82a48d4d96e3a696a2d221c56cfb0b298;hp=0000000000000000000000000000000000000000;hpb=92f998cc7debc4bf3e8594848586b8153d96db16;p=mothur.git diff --git a/formatphylip.h b/formatphylip.h new file mode 100644 index 0000000..9ca14bb --- /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(); + void read(NameAssignment*); +private: + ifstream fileHandle; + string filename; +}; + +/******************************************************/ + +#endif +