X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chimeracheckcommand.h;fp=chimeracheckcommand.h;h=b3b49d30bad83f82d5c48b3cf1acf82f80ac766e;hb=52ea8f3a52c05331b9bd7519ae0b518bda233d05;hp=6db61bd82cbfe30fd2b8c5d48e43f83b3df266b3;hpb=14bf280629e8e52ff1ea3c9da6f7aae1e28f9acb;p=mothur.git diff --git a/chimeracheckcommand.h b/chimeracheckcommand.h index 6db61bd..b3b49d3 100644 --- a/chimeracheckcommand.h +++ b/chimeracheckcommand.h @@ -46,8 +46,10 @@ private: string fastafile, templatefile, namefile, outputDir; int processors, increment, ksize, numSeqs, templateSeqsLength; Chimera* chimera; - - + vector fastaFileNames; + vector nameFileNames; + vector outputNames; + }; /***********************************************************/