kmer 0~20150903+r2013-6build1 source package in Ubuntu

Changelog

kmer (0~20150903+r2013-6build1) focal; urgency=medium

  * No-change rebuild to generate dependencies on python2.

 -- Matthias Klose <email address hidden>  Tue, 17 Dec 2019 12:34:55 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Med
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
kmer_0~20150903+r2013.orig.tar.gz 1.2 MiB 8fd9c289244e69e38bb7709f3523d39edf1c2ced2cbcc687fcf00ecfca78ea47
kmer_0~20150903+r2013-6build1.debian.tar.xz 2.3 MiB 82f0f1cc603a0097b08abf9b10476f514e31a42b7b1689550f76cd8bc0f29b17
kmer_0~20150903+r2013-6build1.dsc 2.4 KiB b5c0fbb314d292fbb7cbe39fc71c35a9c4b287878cf4a231a8d796c0fcfae6f1

View changes file

Binary packages built by this source

atac: No summary available for atac in ubuntu groovy.

No description available for atac in ubuntu groovy.

atac-dbgsym: debug symbols for atac
kmer: suite of tools for DNA sequence analysis

 The kmer package is a suite of tools for DNA sequence analysis.
 It provides tools for searching (ESTs, mRNAs, sequencing reads);
 aligning (ESTs, mRNAs, whole genomes); and a variety of analyses
 based on kmers.
 .
 This is a metapackage depending on the executable components of the kmer suite.

kmer-examples: No summary available for kmer-examples in ubuntu groovy.

No description available for kmer-examples in ubuntu groovy.

leaff: biological sequence library utilities and applications

 LEAFF (Let's Extract Anything From Fasta) is a utility program for
 working with multi-fasta files. In addition to providing random access
 to the base level, it includes several analysis functions.
 .
 This package is part of the Kmer suite.

leaff-dbgsym: No summary available for leaff-dbgsym in ubuntu groovy.

No description available for leaff-dbgsym in ubuntu groovy.

libkmer-dev: suite of tools for DNA sequence analysis (development lib)

 The kmer package is a suite of tools for DNA sequence analysis.
 It provides tools for searching (ESTs, mRNAs, sequencing reads);
 aligning (ESTs, mRNAs, whole genomes); and a variety of analyses
 based on kmers.
 .
 This package contains headers and static libraries for kmer.

libmeryl-dev: No summary available for libmeryl-dev in ubuntu groovy.

No description available for libmeryl-dev in ubuntu groovy.

meryl: in- and out-of-core kmer counting and utilities

 meryl computes the kmer content of genomic sequences. Kmer
 content is represented as a list of kmers and the number of
 times each occurs in the input sequences. The kmer can be
 restricted to only the forward kmer, only the reverse kmer,
 or the canonical kmer (lexicographically smaller of the
 forward and reverse kmer at each location). Meryl can
 report the histogram of counts, the list of kmers and their
 counts, or can perform mathematical and set operations
 on the processed data files.
 .
 This package is part of the Kmer suite.

meryl-dbgsym: debug symbols for meryl
sim4db: batch spliced alignment of cDNA sequences to a target genome

 Sim4db performs fast batch alignment of large cDNA (EST, mRNA) sequence
 sets to a set of eukaryotic genomic regions. It uses the sim4 and sim4cc
 algorithms to determine the alignments, but incorporates a fast sequence
 indexing and retrieval mechanism, implemented in the sister package
 'leaff', to speedily process large volumes of sequences.
 .
 While sim4db produces alignments in the same way as sim4 or sim4cc, it
 has additional features to make it more amenable for use with whole-genome
 annotation pipelines. A script file can be used to group pairings between
 cDNAs and their corresponding genomic regions, to be aligned as one run
 and using the same set of parameters. Sim4db also optionally reports more
 than one alignment for the same cDNA within a genomic region, as long
 as they meet user-defined criteria such as minimum length, percentage
 sequence identity or coverage. This feature is instrumental in finding
 all alignments of a gene family at one locus. Lastly, the output is
 presented either as custom sim4db alignments or as GFF3 gene features.
 .
 This package is part of the Kmer suite.

sim4db-dbgsym: debug symbols for sim4db