]> git.donarmstrong.com Git - samtools.git/blobdiff - samtools.1
fixed a few bugs in the indel caller. Probably there are more.
[samtools.git] / samtools.1
index 77b5a22f62b6233f513d5695ad98a61d5474cdff..09cb14765df6cde33503e9eebd4a84577edd4f6c 100644 (file)
@@ -601,12 +601,16 @@ Individuals are identified from the
 tags in the
 .B @RG
 header lines. Individuals can be pooled in one alignment file; one
-individual can also be separated into multiple files. Similarly, one may
-consider to apply
+individual can also be separated into multiple files. In addition, one
+may consider to apply
 .B -C50
 to
 .BR mpileup .
 
+SNP calling with mpileup also works for single sample and has the
+advantage of enabling more powerful filtering. The drawback is the lack
+of short indel calling, which may be implemented in future.
+
 .IP o 2
 Derive the allele frequency spectrum (AFS) on a list of sites from multiple individuals:
 
@@ -637,7 +641,7 @@ tags at the same time. The
 .B calmd
 command also comes with the
 .B -C
-option, the same as the on in
+option, the same as the one in
 .B pileup
 and
 .BR mpileup .
@@ -663,8 +667,9 @@ although a little slower.
 .PP
 Heng Li from the Sanger Institute wrote the C version of samtools. Bob
 Handsaker from the Broad Institute implemented the BGZF library and Jue
-Ruan from Beijing Genomics Institute wrote the RAZF library. Various
-people in the 1000 Genomes Project contributed to the SAM format
+Ruan from Beijing Genomics Institute wrote the RAZF library. John
+Marshall and Petr Danecek contribute to the source code and various
+people from the 1000 Genomes Project have contributed to the SAM format
 specification.
 
 .SH SEE ALSO