X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=screenseqscommand.cpp;h=f67dba7223eded3e55cc104841657ee229bc0db8;hb=8699fd2c88f10abda5fe32c89be061a89d673fd6;hp=ab750321b8468670d626f5d5b724aba61a98c071;hpb=89d6711c2beed6ee75fb00e5e57f1a91564d3e89;p=mothur.git diff --git a/screenseqscommand.cpp b/screenseqscommand.cpp index ab75032..f67dba7 100644 --- a/screenseqscommand.cpp +++ b/screenseqscommand.cpp @@ -134,7 +134,7 @@ ScreenSeqsCommand::ScreenSeqsCommand(string option) { void ScreenSeqsCommand::help(){ try { m->mothurOut("The screen.seqs command reads a fastafile and creates .....\n"); - m->mothurOut("The screen.seqs command parameters are fasta, start, end, maxambig, maxhomop, minlength, maxlength, name, and group.\n"); + m->mothurOut("The screen.seqs command parameters are fasta, start, end, maxambig, maxhomop, minlength, maxlength, name, group and processors.\n"); m->mothurOut("The fasta parameter is required.\n"); m->mothurOut("The start parameter .... The default is -1.\n"); m->mothurOut("The end parameter .... The default is -1.\n"); @@ -142,6 +142,7 @@ void ScreenSeqsCommand::help(){ m->mothurOut("The maxhomop parameter .... The default is -1.\n"); m->mothurOut("The minlength parameter .... The default is -1.\n"); m->mothurOut("The maxlength parameter .... The default is -1.\n"); + m->mothurOut("The processors parameter allows you to specify the number of processors to use while running the command. The default is 1.\n"); m->mothurOut("The name parameter allows you to provide a namesfile, and the group parameter allows you to provide a groupfile.\n"); m->mothurOut("The screen.seqs command should be in the following format: \n"); m->mothurOut("screen.seqs(fasta=yourFastaFile, name=youNameFile, group=yourGroupFIle, start=yourStart, end=yourEnd, maxambig=yourMaxambig, \n");