]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeraperseuscommand.h
PDS: update citation fields
[mothur.git] / chimeraperseuscommand.h
index 01f5768a0c070c70aa6c7264b6d482b3636d7148..b6957e39d45cc877a9bee28cccf933af6d86f49e 100644 (file)
@@ -28,8 +28,9 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "chimera.perseus";             }
        string getCommandCategory()             { return "Sequence Processing"; }
+       string getOutputFileNameTag(string, string);
        string getHelpString(); 
-       string getCitation() { return "http://www.mothur.org/wiki/Chimera.perseus\n"; }
+       string getCitation() { return "Quince C, Lanzen A, Davenport RJ, Turnbaugh PJ (2011).  Removing noise from pyrosequenced amplicons.  BMC Bioinformatics  12:38.\nEdgar,R.C., Haas,B.J., Clemente,J.C., Quince,C. and Knight,R. (2011), UCHIME improves sensitivity and speed of chimera detection.  Bioinformatics 27:2194.\nhttp://www.mothur.org/wiki/Chimera.perseus\n"; }
        string getDescription()         { return "detect chimeric sequences"; }
        
        int execute();