X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removelineagecommand.h;h=60712c95e8455e020e9fc77a0a851d41c36f06c4;hb=8f89a92f4ada82a2b3bf51b23b6a977770f2b9e2;hp=c590ec640dbbfec2f9cbc886041aadfe614fd719;hpb=a5af3313f0221a8b41aa362d72eadb60a4dd6e27;p=mothur.git diff --git a/removelineagecommand.h b/removelineagecommand.h index c590ec6..60712c9 100644 --- a/removelineagecommand.h +++ b/removelineagecommand.h @@ -40,6 +40,7 @@ class RemoveLineageCommand : public Command { int readList(); int readTax(); string removeConfidences(string); + vector< map > getTaxons(string); }; #endif