From 9249816670984d7ad9aaadd57c492fedfe83fe12 Mon Sep 17 00:00:00 2001 From: arq5x <arq5x@virginia.edu> Date: Fri, 11 Jul 2014 12:27:21 -0400 Subject: [PATCH] add @brentp's fisher tool to the help menu. --- src/bedtools.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bedtools.cpp b/src/bedtools.cpp index 3185ec14..fba7d5af 100644 --- a/src/bedtools.cpp +++ b/src/bedtools.cpp @@ -241,6 +241,7 @@ int bedtools_help(void) cout << "[ Statistical relationships ]" << endl; cout << " jaccard " << "Calculate the Jaccard statistic b/w two sets of intervals.\n"; cout << " reldist " << "Calculate the distribution of relative distances b/w two files.\n"; + cout << " fisher " << "Calculate Fisher statistic b/w two feature files.\n"; cout << endl; cout << "[ Miscellaneous tools ]" << endl; -- GitLab