X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getseqscommand.h;fp=getseqscommand.h;h=0f606ffb59ac884b46ac97d861aa3542786d1793;hb=42d411d3362186465347aeabdd3155bd3259671e;hp=4561d28614c62686c42e29a9747b84d853537fd0;hpb=e98d56be8369a799e61a411bc13d3bd1fa3451e5;p=mothur.git diff --git a/getseqscommand.h b/getseqscommand.h index 4561d28..0f606ff 100644 --- a/getseqscommand.h +++ b/getseqscommand.h @@ -36,6 +36,9 @@ class GetSeqsCommand : public Command { vector outputNames; string accnosfile, accnosfile2, fastafile, namefile, groupfile, alignfile, listfile, taxfile, qualfile, outputDir; bool abort, dups; + + //for debug + map > sanity; //maps file type to names chosen for file. something like "fasta" -> vector. If running in debug mode this is filled and we check to make sure all the files have the same names. If they don't we output the differences for the user. int readFasta(); int readName(); @@ -46,6 +49,9 @@ class GetSeqsCommand : public Command { int readTax(); int readQual(); int compareAccnos(); + int runSanityCheck(); + int createMisMatchFile(ofstream&, string, string, set, set); + };