annotate SNV/SNVMix2_source/SNVMix2-v0.12.1-rc1/samtools-0.1.6/AUTHORS @ 0:74f5ea818cea

Uploaded
author ryanmorin
date Wed, 12 Oct 2011 19:50:38 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
74f5ea818cea Uploaded
ryanmorin
parents:
diff changeset
1 Heng Li from the Sanger Institute wrote most of the initial source codes
74f5ea818cea Uploaded
ryanmorin
parents:
diff changeset
2 of SAMtools and various converters.
74f5ea818cea Uploaded
ryanmorin
parents:
diff changeset
3
74f5ea818cea Uploaded
ryanmorin
parents:
diff changeset
4 Bob Handsaker from the Broad Institute is a major contributor to the
74f5ea818cea Uploaded
ryanmorin
parents:
diff changeset
5 SAM/BAM specification. He designed and implemented the BGZF format, the
74f5ea818cea Uploaded
ryanmorin
parents:
diff changeset
6 underlying indexable compression format for the BAM format. BGZF does
74f5ea818cea Uploaded
ryanmorin
parents:
diff changeset
7 not support arithmetic between file offsets.
74f5ea818cea Uploaded
ryanmorin
parents:
diff changeset
8
74f5ea818cea Uploaded
ryanmorin
parents:
diff changeset
9 Jue Ruan for the Beijing Genome Institute designed and implemented the
74f5ea818cea Uploaded
ryanmorin
parents:
diff changeset
10 RAZF format, an alternative indexable compression format. RAZF supports
74f5ea818cea Uploaded
ryanmorin
parents:
diff changeset
11 arithmetic between file offsets, at the cost of increased index file
74f5ea818cea Uploaded
ryanmorin
parents:
diff changeset
12 size and the full compatibility with gzip. RAZF is optional and only
74f5ea818cea Uploaded
ryanmorin
parents:
diff changeset
13 used in `faidx' for indexing RAZF compressed fasta files.
74f5ea818cea Uploaded
ryanmorin
parents:
diff changeset
14
74f5ea818cea Uploaded
ryanmorin
parents:
diff changeset
15 Colin Hercus updated novo2sam.pl to support gapped alignment by
74f5ea818cea Uploaded
ryanmorin
parents:
diff changeset
16 novoalign.