shasta 0.11.1-1ubuntu1 source package in Ubuntu

Changelog

shasta (0.11.1-1ubuntu1) lunar; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - d/tests/run-unit-test: Disable shasta binary test as it requires too
      much memory, even with the configuration for big_packages.

shasta (0.11.1-1) unstable; urgency=medium

  * Team upload
  * Upstream repository moved from github.com/chanzuckerberg/shasta
    to github.com/paoloshasta/shasta

 -- Steve Langasek <email address hidden>  Tue, 24 Jan 2023 20:26:07 -0800

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
any-amd64 arm64 all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64 [FULLYBUILT] arm64

Downloads

File Size SHA-256 Checksum
shasta_0.11.1.orig.tar.gz 3.8 MiB 7fdf7cfd939f33a619773f5c6ca56e168b3e1cc77b9b7811a98ec06f6dd8ba9a
shasta_0.11.1-1ubuntu1.debian.tar.xz 9.6 KiB 90c8bc3745f506bbf692f4a0fcab8a9a2849c5e2b32e421679dc7539b3146779
shasta_0.11.1-1ubuntu1.dsc 2.4 KiB efeadc371c2ffc941ab289a438086736cf8e8f9710535e03727f7194c281d36f

View changes file

Binary packages built by this source

python3-shasta: nanopore whole genome assembly (dynamic library)

 De novo assembly from Oxford Nanopore reads. The goal of the Shasta long
 read assembler is to rapidly produce accurate assembled sequence using
 as input DNA reads generated by Oxford Nanopore flow cells.
 .
 Computational methods used by the Shasta assembler include:
 .
  * Using a run-length representation of the read sequence. This makes
    the assembly process more resilient to errors in homopolymer
    repeat counts, which are the most common type of errors in Oxford
    Nanopore reads.
 .
  * Using in some phases of the computation a representation of the read
    sequence based on markers, a fixed subset of short k-mers (k ≈ 10).
 .
 Shasta assembly quality is comparable or better than assembly quality
 achieved by other long read assemblers.
 .
 This package contains the dynamic library that can be interfaced and
 imported within Python.

python3-shasta-dbgsym: debug symbols for python3-shasta
python3-shasta-doc: nanopore whole genome assembly (documentation)

 De novo assembly from Oxford Nanopore reads. The goal of the Shasta long
 read assembler is to rapidly produce accurate assembled sequence using
 as input DNA reads generated by Oxford Nanopore flow cells.
 .
 Computational methods used by the Shasta assembler include:
 .
  * Using a run-length representation of the read sequence. This makes
    the assembly process more resilient to errors in homopolymer
    repeat counts, which are the most common type of errors in Oxford
    Nanopore reads.
 .
  * Using in some phases of the computation a representation of the read
    sequence based on markers, a fixed subset of short k-mers (k ≈ 10).
 .
 Shasta assembly quality is comparable or better than assembly quality
 achieved by other long read assemblers.
 .
 This package contains the documentation for the shasta and python3-shasta
 packages.

shasta: nanopore whole genome assembly (binaries and scripts)

 De novo assembly from Oxford Nanopore reads. The goal of the Shasta long
 read assembler is to rapidly produce accurate assembled sequence using
 as input DNA reads generated by Oxford Nanopore flow cells.
 .
 Computational methods used by the Shasta assembler include:
 .
  * Using a run-length representation of the read sequence. This makes
    the assembly process more resilient to errors in homopolymer
    repeat counts, which are the most common type of errors in Oxford
    Nanopore reads.
 .
  * Using in some phases of the computation a representation of the read
    sequence based on markers, a fixed subset of short k-mers (k ≈ 10).
 .
 Shasta assembly quality is comparable or better than assembly quality
 achieved by other long read assemblers.
 .
 This package contains the executable binaries (tools) and
 accommodating scripts.

shasta-dbgsym: debug symbols for shasta