racon 1.5.0-1 source package in Ubuntu

Changelog

racon (1.5.0-1) unstable; urgency=medium

  [ Nilesh Patra ]
  * Team Upload.
  * New upstream version 1.5.0

  [ tony mancill ]
  * Rework the autopkgtest to invoke installed racon
  * No longer install racon_test in binary package.
    This test is run at build-time.
  * Freshen years in debian/copyright

 -- tony mancill <email address hidden>  Wed, 29 Dec 2021 22:16:12 -0800

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

Downloads

File Size SHA-256 Checksum
racon_1.5.0-1.dsc 2.0 KiB a7c8ca43d40797404a810ea473960548146ad08e6c361181d7668cf398dc2b99
racon_1.5.0.orig.tar.gz 2.9 MiB 58fdbbd88f0990b18e3139280aa4fa81e138a9cf0761edd66c43982af784d395
racon_1.5.0-1.debian.tar.xz 19.9 KiB c08840ece6d37d91726cd6a92936d6eff70f6c1908393555ebb9ce0bc580682a

No changes file available.

Binary packages built by this source

racon: consensus module for raw de novo DNA assembly of long uncorrected reads

 Racon is intended as a standalone consensus module to correct raw
 contigs generated by rapid assembly methods which do not include a
 consensus step. The goal of Racon is to generate genomic consensus which
 is of similar or better quality compared to the output generated by
 assembly methods which employ both error correction and consensus steps,
 while providing a speedup of several times compared to those methods. It
 supports data produced by both Pacific Biosciences and Oxford Nanopore
 Technologies.
 .
 Racon can be used as a polishing tool after the assembly with either
 Illumina data or data produced by third generation of sequencing. The
 type of data inputed is automatically detected.
 .
 Racon takes as input only three files: contigs in FASTA/FASTQ format,
 reads in FASTA/FASTQ format and overlaps/alignments between the reads
 and the contigs in MHAP/PAF/SAM format. Output is a set of polished
 contigs in FASTA format printed to stdout. All input files can be
 compressed with gzip.
 .
 Racon can also be used as a read error-correction tool. In this
 scenario, the MHAP/PAF/SAM file needs to contain pairwise overlaps
 between reads including dual overlaps.
 .
 A wrapper script is also available to enable easier usage to the end-
 user for large datasets. It has the same interface as racon but adds
 two additional features from the outside. Sequences can be subsampled
 to decrease the total execution time (accuracy might be lower) while
 target sequences can be split into smaller chunks and run sequentially
 to decrease memory consumption. Both features can be run at the same
 time as well.

racon-dbgsym: debug symbols for racon