snakemake 6.12.3-1 source package in Ubuntu

Changelog

snakemake (6.12.3-1) unstable; urgency=medium

  * New upstream release.  Refresh patches.
  * Remove unnecessary repack.
  * Update d/copyright.
  * Use python3-connection-pool instead of an embedded copy.
  * Remove unsatisfiable Suggests.  Update and sort build/test-Depends.
  * Run the tests in a copy instead of trying to clean up after them.
  * Update Lintian overrides.
  * Don't try to use local Javascript in GUI, as this is risky.
  * Fix possibly broken local Javascript in documentation.
  * Merge TODO into README.source and update.
  * Fix some broken tests, and document still needed test skips.

 -- Rebecca N. Palmer <email address hidden>  Tue, 11 Jan 2022 21:22:44 +0000

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
snakemake_6.12.3-1.dsc 3.3 KiB 330eb3b832457c7293a64f6a7d75ea4438db0bdb057e30d61162ed631978d039
snakemake_6.12.3.orig.tar.gz 7.3 MiB bb1a693a6010bc87d7b967e5a7599393ca41fdae9ee5b563cdb4f2f8f950a7ea
snakemake_6.12.3-1.debian.tar.xz 22.1 KiB beb0734826a490148a29d3c335dee0876a58ae1bd2a02f009af033c6ce13f8ea

Available diffs

No changes file available.

Binary packages built by this source

snakemake: pythonic workflow management system

 Build systems like GNU Make are frequently used to create complicated
 workflows, e.g. in bioinformatics. This project aims to reduce the
 complexity of creating workflows by providing a clean and modern domain
 specific language (DSL) in Python style, together with a fast and
 comfortable execution environment.