]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeraccodecommand.h
created blank accnos in chimera commands if no seqs are deemed chimeric. modified...
[mothur.git] / chimeraccodecommand.h
index a07178e720ba59716c22d8d685624db2e3d83c0b..c3d71c920ee2d84e8c6a2738e21cbcb840d4a8c5 100644 (file)
@@ -42,7 +42,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, outputDir, maskfile;
        int processors, window, numwanted, numSeqs, templateSeqsLength;
        Chimera* chimera;