annotate pyPRADA_1.2/tools/samtools-0.1.16/AUTHORS @ 0:acc2ca1a3ba4

Uploaded
author siyuan
date Thu, 20 Feb 2014 00:44:58 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
acc2ca1a3ba4 Uploaded
siyuan
parents:
diff changeset
1 Heng Li from the Sanger Institute wrote most of the initial source codes
acc2ca1a3ba4 Uploaded
siyuan
parents:
diff changeset
2 of SAMtools and various converters.
acc2ca1a3ba4 Uploaded
siyuan
parents:
diff changeset
3
acc2ca1a3ba4 Uploaded
siyuan
parents:
diff changeset
4 Bob Handsaker from the Broad Institute is a major contributor to the
acc2ca1a3ba4 Uploaded
siyuan
parents:
diff changeset
5 SAM/BAM specification. He designed and implemented the BGZF format, the
acc2ca1a3ba4 Uploaded
siyuan
parents:
diff changeset
6 underlying indexable compression format for the BAM format. BGZF does
acc2ca1a3ba4 Uploaded
siyuan
parents:
diff changeset
7 not support arithmetic between file offsets.
acc2ca1a3ba4 Uploaded
siyuan
parents:
diff changeset
8
acc2ca1a3ba4 Uploaded
siyuan
parents:
diff changeset
9 Jue Ruan for the Beijing Genome Institute designed and implemented the
acc2ca1a3ba4 Uploaded
siyuan
parents:
diff changeset
10 RAZF format, an alternative indexable compression format. RAZF supports
acc2ca1a3ba4 Uploaded
siyuan
parents:
diff changeset
11 arithmetic between file offsets, at the cost of increased index file
acc2ca1a3ba4 Uploaded
siyuan
parents:
diff changeset
12 size and the full compatibility with gzip. RAZF is optional and only
acc2ca1a3ba4 Uploaded
siyuan
parents:
diff changeset
13 used in `faidx' for indexing RAZF compressed fasta files.
acc2ca1a3ba4 Uploaded
siyuan
parents:
diff changeset
14
acc2ca1a3ba4 Uploaded
siyuan
parents:
diff changeset
15 Colin Hercus updated novo2sam.pl to support gapped alignment by
acc2ca1a3ba4 Uploaded
siyuan
parents:
diff changeset
16 novoalign.
acc2ca1a3ba4 Uploaded
siyuan
parents:
diff changeset
17
acc2ca1a3ba4 Uploaded
siyuan
parents:
diff changeset
18 Petr Danecek contributed the header parsing library sam_header.c and
acc2ca1a3ba4 Uploaded
siyuan
parents:
diff changeset
19 sam2vcf.pl script and added knet support to the RAZF library.
acc2ca1a3ba4 Uploaded
siyuan
parents:
diff changeset
20