golang-github-biogo-biogo 1.0.4-1 source package in Ubuntu

Changelog

golang-github-biogo-biogo (1.0.4-1) unstable; urgency=medium

  * New upstream version 1.0.4
  * Remove patches, they are un-needed
  * Bump Standards-Version to 4.6.0 (no changes needed)

 -- Nilesh Patra <email address hidden>  Sat, 30 Oct 2021 02:45:41 +0530

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Plucky release universe misc
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-biogo-biogo_1.0.4-1.dsc 2.3 KiB 0b9783c062538c524350afde29d89f0fe6e2e1d327b00d8efd38d56778a92d18
golang-github-biogo-biogo_1.0.4.orig.tar.gz 2.9 MiB b38a28dc4c25475d37415a121d69c47b0cae7a796a869769500c0c83d3fc3499
golang-github-biogo-biogo_1.0.4-1.debian.tar.xz 3.4 KiB 63b4a1c4e3dbe5d8a114879d5979d3770ade049270619563474a541eaaccde3a

Available diffs

No changes file available.

Binary packages built by this source

golang-github-biogo-biogo-dev: 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