]> git.donarmstrong.com Git - mothur.git/blobdiff - chopseqscommand.h
modified chop.seqs
[mothur.git] / chopseqscommand.h
index 2da134e4660202410c86f86d6c1ef1e1139bff5e..b6af15466c3f7fde3062760335c12e11025e7393 100644 (file)
@@ -24,12 +24,12 @@ class ChopSeqsCommand : public Command {
                void help();    
                
        private:
-               string fastafile, outputDir;
+               string fastafile, outputDir, keep;
                bool abort;
-               int end, fromend;
+               int numbases;
+               
+               string getChopped(Sequence);
                
-               string getChoppedAligned(Sequence);
-               string getChoppedUnaligned(Sequence);
 };
 
 #endif