File: control

package info (click to toggle)
golang-github-biogo-biogo 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,356 kB
  • sloc: sh: 282; makefile: 2
file content (43 lines) | stat: -rw-r--r-- 1,809 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
Source: golang-github-biogo-biogo
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Andreas Tille <tille@debian.org>, Nilesh Patra <npatra974@gmail.com>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-biogo-hts-dev,
               golang-github-biogo-graph-dev,
               golang-github-biogo-store-dev,
               golang-gopkg-check.v1-dev
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-biogo-biogo
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-biogo-biogo.git
Homepage: https://github.com/biogo/biogo
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/biogo/biogo

Package: golang-github-biogo-biogo-dev
Architecture: all
Depends: golang-github-biogo-hts-dev,
         golang-gopkg-check.v1-dev,
         ${misc:Depends}
Description: biogo is a bioinformatics library for Go (library)
 Bíogo stems from the need to address the size and structure of modern
 genomic and metagenomic data sets. These properties enforce requirements
 on the libraries and languages used for analysis:
 .
  * speed - size of data sets
  * concurrency - problems often embarrassingly parallelisable
 .
 In addition to the computational burden of massive data set sizes in
 modern genomics there is an increasing need for complex pipelines to
 resolve questions in tightening problem space and also a developing need
 to be able to develop new algorithms to allow novel approaches to
 interesting questions. These issues suggest the need for a simplicity in
 syntax to facilitate:
 .
  * ease of coding
  * checking for correctness in development and particularly in
    peer review