| 13 |
Package: samtools |
Package: samtools |
| 14 |
Architecture: any |
Architecture: any |
| 15 |
Depends: ${shlibs:Depends}, ${misc:Depends} |
Depends: ${shlibs:Depends}, ${misc:Depends} |
| 16 |
Description: Processing sequence alignments in SAM format. |
Description: processing sequence alignments in SAM and BAM formats |
| 17 |
Samtools is a set of utilities that manipulate alignments in the BAM format. |
Samtools is a set of utilities that manipulate nucleotide sequence alignments |
| 18 |
It imports from and exports to the SAM (Sequence Alignment/Map) format, does |
in the BAM format. It imports from and exports to the SAM (Sequence |
| 19 |
sorting, merging and indexing, and allows to retrieve reads in any regions |
Alignment/Map) format, does sorting, merging and indexing, and allows to |
| 20 |
swiftly. |
retrieve reads in any regions swiftly. It is designed to work on a stream, and |
| 21 |
|
is able to open a BAM (not SAM) file on a remote FTP server. |
| 22 |
|
|
| 23 |
Package: libbam-dev |
Package: libbam-dev |
| 24 |
Architecture: any |
Architecture: any |
| 25 |
Depends: ${shlibs:Depends}, ${misc:Depends} |
Depends: ${shlibs:Depends}, ${misc:Depends} |
| 26 |
Description: libbam |
Description: manipulates nucleotide sequence alignments in BAM or SAM format |
| 27 |
............ |
The BAM library provides I/O and various operations on manipulating nucleotide |
| 28 |
|
sequence alignments in the BAM (Binary Alignment/Mapping) or SAM (Sequence |
| 29 |
Package: samtools-examples |
Alignment/Map) format. It now supports importing from or exporting to TAM, |
| 30 |
Architecture: all |
sorting, merging, generating pileup, and quickly retrieval of reads overlapped |
| 31 |
Depends: ${misc:Depends} |
with a specified region. |
|
Description: examples |
|
|
............. |
|