atropos 1.1.29+dfsg-1build1 source package in Ubuntu

Changelog

atropos (1.1.29+dfsg-1build1) jammy; urgency=medium

  * No-change rebuild with Python 3.10 as default version

 -- Graham Inggs <email address hidden>  Thu, 13 Jan 2022 19:03:12 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Jammy
Original maintainer:
Debian Med
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
atropos_1.1.29+dfsg.orig.tar.xz 3.0 MiB 68f76f0c83809bf51bb4b8a08dd0e87fcb7fa04b572260498b479e410db9645e
atropos_1.1.29+dfsg-1build1.debian.tar.xz 5.1 KiB 44d438c8f1abd171825bc41eb971aef7c450d3a5b7a29c200487fc32d5101bf7
atropos_1.1.29+dfsg-1build1.dsc 2.1 KiB 4da7f4ecbc626fcec1f0e5127e85d9d115845398a28d616bc93a0415fadeee35

View changes file

Binary packages built by this source

atropos: NGS read trimming tool that is specific, sensitive, and speedy

 Atropos is tool for specific, sensitive, and speedy trimming of NGS
 reads. It is a fork of the venerable Cutadapt read trimmer, with the
 primary improvements being:
 .
   1. Multi-threading support, including an extremely fast "parallel
      write" mode.
   2. Implementation of a new insert alignment-based trimming algorithm
      for paired-end reads that is substantially more sensitive and
      specific than the original Cutadapt adapter alignment-based
      algorithm. This algorithm can also correct mismatches between the
      overlapping portions of the reads.
   3. Options for trimming specific types of data (miRNA, bisulfite-seq).
   4. A new command ('detect') that will detect adapter sequences and
      other potential contaminants.
   5. A new command ('error') that will estimate the sequencing error
      rate, which helps to select the appropriate adapter- and quality-
      trimming parameter values.
   6. A new command ('qc') that generates read statistics similar to
      FastQC. The trim command can also compute read statistics both
      before and after trimming (using the '--stats' option).
   7. Improved summary reports, including support for serialization
      formats (JSON, YAML, pickle), support for user-defined templates
      (via the optional Jinja2 dependency), and integration with MultiQC.
   8. The ability to merge overlapping reads (this is experimental and
      the functionality is limited).
   9. The ability to write the summary report and log messages to
      separate files.
  10. The ability to read SAM/BAM files and read/write interleaved
      FASTQ files.
  11. Direct trimming of reads from an SRA accession.
  12. A progress bar, and other minor usability enhancements.

atropos-dbgsym: debug symbols for atropos