This is an automated email from the git hooks/post-receive script. sascha-guest pushed a commit to branch master in repository minimap.
commit 70230da61f28f6d63c1304a40b99ac3151671381 Author: Sascha Steinbiss <[email protected]> Date: Sun Jan 10 17:30:31 2016 +0000 make descriptions more clear See discussion on bug ticket #810600. --- debian/control | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index e55db64..db63a1b 100644 --- a/debian/control +++ b/debian/control @@ -17,10 +17,11 @@ Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, zlib1g -Description: tool to find approximate mapping positions between long sequences +Description: tool for approximate mapping of long biosequences such as DNA reads Minimap is an experimental tool to efficiently find multiple approximate - mapping positions between two sets of long sequences, such as between - reads and reference genomes, between genomes and between long noisy reads. + mapping positions between two sets of long biological sequences, such as + between DNA reads and reference genomes, between genomes and between long + noisy reads. Minimap does not generate alignments as of now and because of this, it is usually tens of times faster than mainstream aligners. It does not replace mainstream aligners, but it can be useful when you @@ -34,9 +35,9 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, zlib1g -Description: library to find approximate mapping positions between long sequences +Description: library for approximate mapping of long biosequences Minimap is an experimental tool to efficiently find multiple approximate - mapping positions between two sets of long sequences, such as between + mapping positions between two sets of long sequences, such as between DNA reads and reference genomes, between genomes and between long noisy reads. . This package contains a shared library offering the minimap API to custom C @@ -52,7 +53,7 @@ Depends: ${shlibs:Depends}, Description: development headers for libminimap Minimap is an experimental tool to efficiently find multiple approximate mapping positions between two sets of long sequences, such as between - reads and reference genomes, between genomes and between long noisy reads. + DNA reads and reference genomes, between genomes and between long noisy reads. . This package contains the C library headers for using minimap in custom tools, along with a static library. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/minimap.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
