]> git.donarmstrong.com Git - mothur.git/blobdiff - removeseqscommand.h
added MPI to dist.seqs command
[mothur.git] / removeseqscommand.h
index 647cb765f0e75781862d0fa74305d55573c85872..1f429d92810402f64a1c2d776510719aa7113610 100644 (file)
@@ -25,13 +25,14 @@ class RemoveSeqsCommand : public Command {
                set<string> names;
                string accnosfile, fastafile, namefile, groupfile, alignfile, listfile, outputDir;
                bool abort, dups;
+               vector<string> outputNames;
                
-               void readFasta();
-               void readName();
-               void readGroup();
-               void readAlign();
+               int readFasta();
+               int readName();
+               int readGroup();
+               int readAlign();
                void readAccnos();
-               void readList();
+               int readList();
                
 };