]> git.donarmstrong.com Git - mothur.git/blobdiff - distancecommand.h
removed readseqs, readfasta, readnexus, readclustal, readseqsphylip and updated seque...
[mothur.git] / distancecommand.h
index 8bdf845e372a9dfc25c8700b14afaa9f6802c8b8..c99e5c2cf8b7a56c4cd9b74d7563619a80b8f421 100644 (file)
 #include "validcalculator.h"
 #include "dist.h"
 #include "sequencedb.h"
-#include "readfasta.h"
-#include "readnexus.h"
-#include "readclustal.h"
-#include "readseqsphylip.h"
-
 
 class DistanceCommand : public Command {
 
@@ -34,8 +29,8 @@ private:
        ValidCalculators* validCalculator;
        Dist* distCalculator;
        SequenceDB* seqDB;
-       ReadSeqs* readSeqs;
        ofstream out;
+       ifstream in;
        string outputFileName;
        string countends;
        int processors;