File: control

package info (click to toggle)
blasr 5.3%2B0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,064 kB
  • sloc: cpp: 13,753; ansic: 614; python: 314; makefile: 237; xml: 201; sh: 72
file content (31 lines) | stat: -rw-r--r-- 976 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: blasr
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Afif Elghraoui <afif@debian.org>
Build-Depends:
	debhelper (>= 9),
	python,
	cmake,
	libboost-dev,
	libhdf5-dev,
	zlib1g-dev,
	libpbseq-dev (>= 0~20160912),
	libpbbam-dev,
Standards-Version: 3.9.8
Homepage: https://github.com/PacificBiosciences/blasr
Vcs-Git: https://anonscm.debian.org/git/debian-med/blasr.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/blasr.git

Package: blasr
Architecture: any
Depends:
	${shlibs:Depends},
	${misc:Depends},
	libpbseq (>= 0~20160912),
	libpbbam,
Description: mapping single-molecule sequencing reads
 Basic local alignment with successive refinement (BLASR) is a method
 for mapping single-molecule sequencing reads against a reference genome.
 Such reads are thousands of bases long, with divergence between them
 and the genome being dominated by insertion and deletion error.