Skip to content
Snippets Groups Projects
Commit 0199576f authored by arq5x's avatar arq5x
Browse files

Add sample to main menu

parent 8085664c
No related branches found
No related tags found
No related merge requests found
...@@ -203,6 +203,7 @@ int bedtools_help(void) ...@@ -203,6 +203,7 @@ int bedtools_help(void)
cout << " sort " << "Order the intervals in a file.\n"; cout << " sort " << "Order the intervals in a file.\n";
cout << " random " << "Generate random intervals in a genome.\n"; cout << " random " << "Generate random intervals in a genome.\n";
cout << " shuffle " << "Randomly redistrubute 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 << " annotate " << "Annotate coverage of features from multiple files.\n";
cout << endl; cout << endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment