fastq-pair 1.0-3 source package in Ubuntu

Changelog

fastq-pair (1.0-3) unstable; urgency=medium

  * Team upload.
  * Fix watch file
  * Standards-Version: 4.6.1 (routine-update)

 -- Andreas Tille <email address hidden>  Tue, 06 Dec 2022 20:04:00 +0100

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any
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

Downloads

File Size SHA-256 Checksum
fastq-pair_1.0-3.dsc 1.9 KiB f38b0afd5992cf6971483519af9ac3f8e8a89094da50f0073b0fe061c5e3a631
fastq-pair_1.0.orig.tar.gz 212.0 KiB 74fd5bae4d85cc02245ff1b03f31fa3788c50966d829b107076a806ae061da3b
fastq-pair_1.0-3.debian.tar.xz 3.3 KiB b2914aeb055240278cc9d81b65123db7ccb814ad45179eb1ca66ea1c6cfacf58

Available diffs

No changes file available.

Binary packages built by this source

fastq-pair: Rewrites paired end fastq so all reads have a mate to separate out singletons

 This package rewrites the fastq files with the sequences in order,
 with matching files for the two files provided on the command line,
 and then any single reads that are not matched are place in two separate
 files, one for each original file.
 .
 This code is designed to be fast and memory efficient, and works with large
 fastq files. It does not store the whole file in memory, but rather just stores
 the locations of each of the indices in the first file provided in memory.

fastq-pair-dbgsym: debug symbols for fastq-pair