From: Heng Li Date: Fri, 12 Jun 2009 14:03:38 +0000 (+0000) Subject: update information... X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=557f0dcf678d262cf12adceaddcd5ef34e604265;p=samtools.git update information... --- diff --git a/AUTHORS b/AUTHORS index e69de29..c9a1837 100644 --- a/AUTHORS +++ b/AUTHORS @@ -0,0 +1,16 @@ +Heng Li from the Sanger Institute wrote most of the initial source codes +of SAMtools and various converters. + +Bob Handsaker from the Broad Institute is a major contributor to the +SAM/BAM specification. He designed and implemented the BGZF format, the +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 +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. + +Colin Hercus updated novo2sam.pl to support gapped alignment by +novoalign. diff --git a/README b/README deleted file mode 100644 index e69de29..0000000