]> git.donarmstrong.com Git - mothur.git/blobdiff - chimerapintailcommand.h
created blank accnos in chimera commands if no seqs are deemed chimeric. modified...
[mothur.git] / chimerapintailcommand.h
index b0dcceb4d766e693a9d9c32819352690740c9946..65e67fe0f92fb86df0abd757c4b06167dc024992 100644 (file)
@@ -43,7 +43,7 @@ private:
        int driverMPI(int, int, MPI_File&, MPI_File&, MPI_File&, vector<long>&);
        #endif
 
-       bool abort, filter, MPIWroteAccnos;
+       bool abort, filter;
        string fastafile, templatefile, consfile, quanfile, maskfile, outputDir, inputDir;
        int processors, window, increment, numSeqs, templateSeqsLength;
        Chimera* chimera;