]> git.donarmstrong.com Git - mothur.git/blob - chimeraseqscommand.cpp
663b8940592f1f4ecfc8dce5ae81beadef8bef45
[mothur.git] / chimeraseqscommand.cpp
1 /*
2  *  chimeraseqscommand.cpp
3  *  Mothur
4  *
5  *  Created by Sarah Westcott on 6/29/09.
6  *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
7  *
8  */
9
10 #include "chimeraseqscommand.h"
11
12 //***************************************************************************************************************
13
14 ChimeraSeqsCommand::ChimeraSeqsCommand(string option)  {}
15 //**********************************************************************************************************************
16
17 void ChimeraSeqsCommand::help(){}
18
19 //***************************************************************************************************************
20
21 ChimeraSeqsCommand::~ChimeraSeqsCommand(){      /*      do nothing      */      }
22
23 //***************************************************************************************************************
24
25 int ChimeraSeqsCommand::execute(){
26         
27                 m->mothurOut("The chimera.seqs command has been broken up into 5 separate commands.\n");
28                 m->mothurOut("The chimera.bellerophon, chimera.ccode, chimera.check, chimera.pintail and chimera.slayer commands.\n");
29         
30         return 0;
31 }
32 //**********************************************************************************************************************
33
34