pbdagcon 0.3+git20180411.c14c422+dfsg-8build3 source package in Ubuntu

Changelog

pbdagcon (0.3+git20180411.c14c422+dfsg-8build3) noble; urgency=medium

  * Rebuild against new libpbbam2.4.0.

 -- Gianfranco Costamagna <email address hidden>  Mon, 13 Nov 2023 18:59:30 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
pbdagcon_0.3+git20180411.c14c422+dfsg.orig.tar.xz 77.9 KiB f554fedfaa673cb22bebb28d941139e72a1a9284039929c92b16d9c58fc1f8b9
pbdagcon_0.3+git20180411.c14c422+dfsg-8build3.debian.tar.xz 56.9 KiB 8cc033aa3d5a820a8eae8b26b1eafe4d6f1037dee4a7404d515739e6be1b7166
pbdagcon_0.3+git20180411.c14c422+dfsg-8build3.dsc 2.4 KiB 4f01892bd9306142a797e4df02f603aa638949f0754d1ae0a5d23e7d518958a9

View changes file

Binary packages built by this source

pbdagcon: sequence consensus using directed acyclic graphs

 pbdagcon is a tool that implements DAGCon (Directed Acyclic Graph Consensus)
 which is a sequence consensus algorithm based on using directed acyclic
 graphs to encode multiple sequence alignment.
 .
 It uses the alignment information from blasr to align sequence reads to a
 "backbone" sequence. Based on the underlying alignment directed acyclic graph
 (DAG), it will be able to use the new information from the reads to find the
 discrepancies between the reads and the "backbone" sequences. A dynamic
 programming process is then applied to the DAG to find the optimum sequence
 of bases as the consensus. The new consensus can be used as a new backbone
 sequence to iteratively improve the consensus quality.
 .
 While the code is developed for processing PacBio(TM) raw sequence data,
 the algorithm can be used for general consensus purpose. Currently, it only
 takes FASTA input. For shorter read sequences, one might need to adjust the
 blasr alignment parameters to get the alignment string properly.
 .
 The code and the underlying graphical data structure have been used for some
 algorithm development prototyping including phasing reads and pre-assembly.

pbdagcon-dbgsym: debug symbols for pbdagcon