]> git.donarmstrong.com Git - mothur.git/blobdiff - slayer.h
added checks for ^C to quit command instead of program
[mothur.git] / slayer.h
index d746b47b0cb1170f26e16c4d7589656ab0204808..33ccc3fda70ad9e6dca595eb626c0bb9e5dedc1c 100644 (file)
--- a/slayer.h
+++ b/slayer.h
@@ -83,7 +83,7 @@ class Slayer {
                
                vector<data_struct> runBellerophon(Sequence*, Sequence*, Sequence*, map<int, int>&);
                vector<snps> getSNPS(string, string, string, int, int);
-               void bootstrapSNPS(vector<snps>, vector<snps>, float&, float&);
+               int bootstrapSNPS(vector<snps>, vector<snps>, float&, float&);
                float snpQA(vector<snps>);
                float snpQB(vector<snps>);
                float snpAB(vector<snps>);