[med-svn] [bwa] 01/01: start libbwa-dev package

Michael Crusoe misterc-guest at moszumanska.debian.org
Sat Sep 19 06:24:26 UTC 2015


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

misterc-guest pushed a commit to branch master
in repository bwa.

commit d0080a63a0b47118761403a9051b98bab36dd3c3
Author: Michael R. Crusoe <crusoe at ucdavis.edu>
Date:   Fri Sep 18 21:02:15 2015 -0700

    start libbwa-dev package
---
 debian/control            | 22 +++++++++++++++++++++-
 debian/libbwa-dev.install |  9 +++++++++
 2 files changed, 30 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 16508b2..0ea8028 100644
--- a/debian/control
+++ b/debian/control
@@ -28,4 +28,24 @@ Description: Burrows-Wheeler Aligner
  alignment, but BWA-MEM, which is the latest, is generally recommended
  for high-quality queries as it is faster and more accurate. BWA-MEM
  also has better performance than BWA-backtrack for 70-100bp Illumina
- reads. 
+ reads.
+
+Package: libbwa-dev
+Section: libdevel
+Architecture: amd64 kfreebsd-amd64
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Suggests: samtools
+Description: Burrows-Wheeler Aligner source files
+ BWA is a software package for mapping low-divergent sequences against
+ a large reference genome, such as the human genome. It consists of
+ three algorithms: BWA-backtrack, BWA-SW and BWA-MEM. The first
+ algorithm is designed for Illumina sequence reads up to 100bp, while
+ the rest two for longer sequences ranged from 70bp to 1Mbp. BWA-MEM
+ and BWA-SW share similar features such as long-read support and split
+ alignment, but BWA-MEM, which is the latest, is generally recommended
+ for high-quality queries as it is faster and more accurate. BWA-MEM
+ also has better performance than BWA-backtrack for 70-100bp Illumina
+ reads.
+ .
+ This package contains the source files for use in other programs. 
diff --git a/debian/libbwa-dev.install b/debian/libbwa-dev.install
new file mode 100644
index 0000000..f48ef40
--- /dev/null
+++ b/debian/libbwa-dev.install
@@ -0,0 +1,9 @@
+bwa.h usr/include/bwa/
+bwamem.h usr/include/bwa/
+bntseq.h usr/include/bwa/
+bwt.h usr/include/bwa/
+kvec.h usr/include/bwa/
+ksort.h usr/include/bwa/
+utils.h usr/include/bwa/
+QSufSort.h usr/include/bwa/
+libbwa.a usr/lib/

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



More information about the debian-med-commit mailing list