python-biotools 1.2.12-5 source package in Ubuntu

Changelog

python-biotools (1.2.12-5) unstable; urgency=medium

  * Really drop Python2 support
    Closes: #937607
  * Standards-Version: 4.4.1
  * Set upstream metadata fields: Bug-Database.

 -- Andreas Tille <email address hidden>  Fri, 13 Dec 2019 12:13:05 +0100

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-biotools_1.2.12-5.dsc 2.0 KiB 9ad04bfe8eac8f5a0d3080fc6d13e3d826f15334325bb1f119ec37abfba44f2e
python-biotools_1.2.12.orig.tar.gz 24.8 KiB d2053c89d9a375927d8f43537e1f753a3503d2fae91eacc2714caf2957792e67
python-biotools_1.2.12-5.debian.tar.xz 7.2 KiB 98270eb43200a495304c48754c94ca1b7b57f4d0aa66e9ce9986a8d343eb4ef1

Available diffs

No changes file available.

Binary packages built by this source

python3-biotools: Python3 bioinformatics utilities for high-throughput genomic sequencing

 This package contains utilities like
  biotools.align - align sequences (hybrid between Needleman-Wunsch and
                   Smith-Waterman which is used to find the subsequence
                   within a larger sequence that best aligns to a reference)
  biotools.annotation - create annotation files. The annotations can be used
                        to create a hierarchy among the annotations
  biotools.BLAST - manage BLAST databases and interface with the BLAST+
                   standalone program available from NCBI.
  biotools.clustal - interface to clustalw global (multiple nucleotide or
                     peptide sequence alignment)
  biotools.complement - creates the complement of a sequence, which can then be
                        reversed
  biotools.sequence - various tools to deal with sequences
  biotools.translate - translate a nucleotide using the standard genetic code
 .
 This package contains the Python3 module.