From 557f0dcf678d262cf12adceaddcd5ef34e604265 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Fri, 12 Jun 2009 14:03:38 +0000 Subject: [PATCH] update information... --- AUTHORS | 16 ++++++++++++++++ README | 0 2 files changed, 16 insertions(+) delete mode 100644 README 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 -- 2.39.5