]> git.donarmstrong.com Git - mothur.git/blobdiff - mothurout.h
added fastq to list.seqs, get.seqs and remove.seqs. fixed bug where venn command...
[mothur.git] / mothurout.h
index f58f4e874a7f72961489d7e2651bda651e3d2bb4..db931b5a5e380169c3147ee8b0c9acb4d72f1a00 100644 (file)
@@ -97,7 +97,9 @@ class MothurOut {
                int openOutputFileAppend(string, ofstream&);
         int openOutputFileBinaryAppend(string, ofstream&);
                int openInputFile(string, ifstream&);
-               int openInputFile(string, ifstream&, string); //no error given 
+               int openInputFile(string, ifstream&, string); //no error given
+    
+        bool checkLocations(string&, string);  //filename, inputDir. checks for file in ./, inputdir, default and mothur's exe location.  Returns false if cant be found. If found completes name with location
                string getline(ifstream&);
                string getline(istringstream&);
                void gobble(istream&);