From 0199576fe15bb5e78a442763d711a71a040f951c Mon Sep 17 00:00:00 2001
From: arq5x <arq5x@virginia.edu>
Date: Mon, 9 Dec 2013 16:50:31 -0500
Subject: [PATCH] Add sample to main menu

---
 src/bedtools.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bedtools.cpp b/src/bedtools.cpp
index 079c921e..70c3e660 100644
--- a/src/bedtools.cpp
+++ b/src/bedtools.cpp
@@ -203,6 +203,7 @@ int bedtools_help(void)
     cout  << "    sort          "  << "Order the intervals in a file.\n";
     cout  << "    random        "  << "Generate random intervals in a genome.\n";
     cout  << "    shuffle       "  << "Randomly redistrubute intervals in a genome.\n";
+    cout  << "    sample        "  << "Sample random records from file using reservoir sampling.\n";    
     cout  << "    annotate      "  << "Annotate coverage of features from multiple files.\n";
     
     cout  << endl;
-- 
GitLab