]> git.donarmstrong.com Git - samtools.git/blobdiff - AUTHORS
Revert one of my earlier changes - Heng was right, CIGAR P not sensible in a padded...
[samtools.git] / AUTHORS
diff --git a/AUTHORS b/AUTHORS
index c9a1837a966f2001e0c64bf0fface8d837d3974f..95afabb14a29ac827a673003cdca7881fb43bb97 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -7,10 +7,14 @@ underlying indexable compression format for the BAM format. BGZF does
 not support arithmetic between file offsets.
 
 Jue Ruan for the Beijing Genome Institute designed and implemented the
 not support arithmetic between file offsets.
 
 Jue Ruan for the Beijing Genome Institute designed and implemented the
-RAZF format. This is an alternative indexable compression format. It
-supports arithmetic between file offsets, at the cost of increased index
-file size and the full compatibility with gzip. RAZF is optional and
-only used in `faidx' for indexing RAZF compressed fasta files.
+RAZF format, an alternative indexable compression format. RAZF supports
+arithmetic between file offsets, at the cost of increased index file
+size and the full compatibility with gzip. RAZF is optional and only
+used in `faidx' for indexing RAZF compressed fasta files.
 
 Colin Hercus updated novo2sam.pl to support gapped alignment by
 novoalign.
 
 Colin Hercus updated novo2sam.pl to support gapped alignment by
 novoalign.
+
+Petr Danecek contributed the header parsing library sam_header.c and 
+sam2vcf.pl script and added knet support to the RAZF library.
+