[med-svn] [htslib] 01/01: Polish descriptions.

Charles Plessy plessy at moszumanska.debian.org
Sun Aug 17 12:16:51 UTC 2014


This is an automated email from the git hooks/post-receive script.

plessy pushed a commit to branch debian/unstable
in repository htslib.

commit 8aca25fb9e2a37d7807dc79779454757d72f2208
Author: Charles Plessy <plessy at debian.org>
Date:   Sun Aug 17 20:08:17 2014 +0900

    Polish descriptions.
---
 debian/control | 31 ++++++++++++-------------------
 1 file changed, 12 insertions(+), 19 deletions(-)

diff --git a/debian/control b/debian/control
index f443ee9..c336a32 100644
--- a/debian/control
+++ b/debian/control
@@ -19,16 +19,15 @@ Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Description: C library for high-throughput sequencing data formats
- HTSlib is a unified C library for accessing common file formats, such as SAM
- (Sequence Alignment/Map) and VCF (Variant Call Format), used for nucleic acid
- sequence data obtained by high-throughput sequencing.
+ HTSlib is an implementation of a unified C library for accessing common file
+ formats, such as SAM (Sequence Alignment/Map), CRAM and VCF (Variant Call
+ Format), used for high-throughput sequencing data, and is the core library
+ used by samtools and bcftools. HTSlib only depends on zlib. It is known to be
+ compatible with gcc, g++ and clang.
  .
- HTSlib implements a generalized BAM (binary SAM) index.  The HTSlib file
- reader first looks for the new index and then for the old if the new index is
- absent.
- .
- HTSlib is still experimental.  It has not been tested on large-scale real
- data. Some useful APIs are missing.
+ HTSlib implements a generalized BAM (binary SAM) index, with file extension
+ ‘csi’ (coordinate-sorted index). The HTSlib file reader first looks for the
+ new index and then for the old if the new index is absent.
 
 Package: libhts-dev
 Architecture: any
@@ -37,22 +36,14 @@ Section: libdevel
 Depends: libhts1 (= ${binary:Version}),
          ${misc:Depends}
 Description: Development files for the HTSlib
- HTSlib is a unified C library for accessing common file formats, such as SAM
- (Sequence Alignment/Map) and VCF (Variant Call Format), used for nucleic acid
- sequence data obtained by high-throughput sequencing.
- .
- This package contains development files: headers, static library, manual pages,
- etc.
+ This package contains development files for the HTSlib: headers, static
+ library, manual pages, etc.
 
 Package: htslib-test
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends}
 Description: Test data for HTSlib
- HTSlib is a unified C library for accessing common file formats, such as SAM
- (Sequence Alignment/Map) and VCF (Variant Call Format), used for nucleic acid
- sequence data obtained by high-throughput sequencing.
- .
  This package contains test files and scripts for the HTSlib.
 
 Package: tabix
@@ -65,3 +56,5 @@ Description: generic indexer for TAB-delimited genome position files
  like interface. After indexing, tabix is able to quickly retrieve data lines by
  chromosomal coordinates. Fast data retrieval also works over network if an URI
  is given as a file name.
+ .
+ This version of tabix is built from the HTSlib source.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/htslib.git



More information about the debian-med-commit mailing list