X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clearcutcommand.cpp;h=f8d389c60d81654f944e6b892ef7ad19a6d91859;hb=5a86e9e5a5a9e061e17b3ae64fb8881f14e53b8a;hp=fc028a2f91fae5f2c50e3ba33fef889806f46a6c;hpb=b1bcc272003b50a8c06dc9120754da1f5b744598;p=mothur.git diff --git a/clearcutcommand.cpp b/clearcutcommand.cpp index fc028a2..f8d389c 100644 --- a/clearcutcommand.cpp +++ b/clearcutcommand.cpp @@ -139,6 +139,7 @@ void ClearcutCommand::help(){ try { m->mothurOut("The clearcut command interfaces mothur with the clearcut program written by Initiative for Bioinformatics and Evolutionary Studies (IBEST) at the University of Idaho.\n"); m->mothurOut("For more information about clearcut refer to http://bioinformatics.hungry.com/clearcut/ \n"); + m->mothurOut("The clearcut executable must be in a folder called clearcut in the same folder as your mothur executable, similar to mothur's requirements for using blast. \n"); m->mothurOut("The clearcut command parameters are phylip, fasta, version, verbose, quiet, seed, norandom, shuffle, neighbor, expblen, expdist, ntrees, matrixout, stdout, kimura, jukes, protein, DNA, stdin. \n"); m->mothurOut("The phylip parameter allows you to enter your phylip formatted distance matrix. \n"); m->mothurOut("The fasta parameter allows you to enter your aligned fasta file, if you enter a fastafile you specify if the sequences are DNA or protein using the DNA or protein parameters. \n"); @@ -233,3 +234,7 @@ int ClearcutCommand::execute() { } } /**************************************************************************************/ + + + +