jellyfish1 1.1.11-9 source package in Ubuntu

Changelog

jellyfish1 (1.1.11-9) unstable; urgency=medium

  * Add support for loongarch64 in d/control
    Closes: #1057127
  * Standards-Version: 4.6.2 (routine-update)

 -- Andreas Tille <email address hidden>  Fri, 01 Dec 2023 11:51:12 +0100

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
amd64 arm64 loong64 mips64el ppc64el hppa ia64 kfreebsd-amd64 riscv64
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
jellyfish1_1.1.11-9.dsc 2.1 KiB 9f0305481a81fe3f2db05e152cc98d09ad48516e129fdb4b5707ba0c4e1259ba
jellyfish1_1.1.11.orig.tar.gz 1.0 MiB 496645d96b08ba35db1f856d857a159798c73cbc1eccb852ef1b253d1678c8e2
jellyfish1_1.1.11-9.debian.tar.xz 6.2 KiB 2248b754a1afcc2e6e2df8860ca3a1d7241a839f958735538c4712146a322884

Available diffs

No changes file available.

Binary packages built by this source

jellyfish1: count k-mers in DNA sequences

 JELLYFISH is a tool for fast, memory-efficient counting of k-mers in
 DNA. A k-mer is a substring of length k, and counting the occurrences
 of all such substrings is a central step in many analyses of DNA
 sequence. JELLYFISH can count k-mers using an order of magnitude less
 memory and an order of magnitude faster than other k-mer counting
 packages by using an efficient encoding of a hash table and by
 exploiting the "compare-and-swap" CPU instruction to increase
 parallelism.
 .
 JELLYFISH is a command-line program that reads FASTA and multi-FASTA
 files containing DNA sequences. It outputs its k-mer counts in an
 binary format, which can be translated into a human-readable text
 format using the "jellyfish dump" command.
 .
 This is the latest version of the 1.x series of jellyfish which is
 used by some other applications that are not compatible with version
 2.x which is provided inside the jellyfish package.

jellyfish1-dbgsym: debug symbols for jellyfish1