]> git.donarmstrong.com Git - mothur.git/blobdiff - makecontigscommand.h
added classic parameter to cluster.split. working on make.contigs command. fixed...
[mothur.git] / makecontigscommand.h
index 5d123d55eace0254a6ae2f6a3a9f48ef589d692a..e63695e77f401b0411df0e9405c1ce99fbd44b98 100644 (file)
@@ -48,7 +48,7 @@ private:
     vector<string> outputNames;
     
     fastqRead readFastq(ifstream&);
-    vector< vector<string> > readFastqFiles();
+    vector< vector<string> > readFastqFiles(int&);
     bool checkReads(fastqRead&, fastqRead&);
 };