File: control

package info (click to toggle)
bifrost 1.3.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,916 kB
  • sloc: ansic: 14,246; cpp: 12,851; sh: 13; makefile: 12
file content (79 lines) | stat: -rw-r--r-- 3,008 bytes parent folder | download
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Source: bifrost
Standards-Version: 4.7.2
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders:
 Andreas Tille <tille@debian.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 d-shlibs,
 cmake,
 zlib1g-dev,
Vcs-Browser: https://salsa.debian.org/med-team/bifrost
Vcs-Git: https://salsa.debian.org/med-team/bifrost.git
Homepage: https://github.com/pmelsted/bifrost
Rules-Requires-Root: no

Package: bifrost
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: parallel construction, indexing and querying of de Bruijn graphs
 Bifrost is a command-line tool for sequencing that features a broad
 range of functions, such as indexing, editing, and querying the graph,
 and includes a graph coloring method that maps each k-mer of the graph
 to the genomes it occurs in.
 .
  * Build, index, color and query the compacted de Bruijn graph
  * No need to build the uncompacted de Bruijn graph
  * Reads or assembled genomes as input
  * Output graph in GFA (can be visualized with Bandage), FASTA or binary
  * Graph cleaning: short tip clipping, etc.
  * Multi-threaded
  * No parameters to estimate with other tools
  * Exact or approximate k-mer search of queries

Package: libbifrost0
Architecture: any
Section: libs
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: library for parallel construction, indexing and querying of de Bruijn graphs
 Libbifrost is the shared library for the command-line tool bifrost for
 sequencing that features a broad range of functions, such as indexing,
 editing, and querying the graph, and includes a graph coloring method
 that maps each k-mer of the graph to the genomes it occurs in.
 .
  * Build, index, color and query the compacted de Bruijn graph
  * No need to build the uncompacted de Bruijn graph
  * Reads or assembled genomes as input
  * Output graph in GFA (can be visualized with Bandage), FASTA or binary
  * Graph cleaning: short tip clipping, etc.
  * Multi-threaded
  * No parameters to estimate with other tools
  * Exact or approximate k-mer search of queries

Package: libbifrost-dev
Architecture: any
Section: libdevel
Depends:
 libbifrost0 (= ${binary:Version}),
 ${shlibs:Depends},
 ${misc:Depends},
Description: static library and header files for libbifrost
 Libbifrost-dev is the development library for the command-line tool
 bifrost for sequencing that features a broad range of functions, such as
 indexing, editing, and querying the graph, and includes a graph coloring
 method that maps each k-mer of the graph to the genomes it occurs in.
 .
  * Build, index, color and query the compacted de Bruijn graph
  * No need to build the uncompacted de Bruijn graph
  * Reads or assembled genomes as input
  * Output graph in GFA (can be visualized with Bandage), FASTA or binary
  * Graph cleaning: short tip clipping, etc.
  * Multi-threaded
  * No parameters to estimate with other tools
  * Exact or approximate k-mer search of queries