From f1dcf39dd1243321385af7c9bc152174cb787c6e Mon Sep 17 00:00:00 2001 From: Derek Date: Thu, 3 Jun 2010 15:28:43 -0400 Subject: [PATCH] Updated README --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 7de7fd1..d71ac8e 100644 --- a/README +++ b/README @@ -47,11 +47,13 @@ of features we hope you find useful. usage: bamtools [--help] COMMAND [ARGS] Available bamtools commands: + count Prints number of alignments in BAM file coverage Prints coverage statistics from the input BAM file - dump Dump BAM file contents to text output + filter Filters BAM file(s) by user-specified criteria header Prints BAM header information index Generates index for BAM file merge Merge multiple BAM files into single file + sam Prints the BAM file in SAM (text) format sort Sorts the BAM file according to some criteria stats Prints some basic statistics from the input BAM file -- 2.39.2