1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
|
Source: shasta
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Shayan Doust <hello@shayandoust.me>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
dh-exec,
cmake,
patchelf,
chrpath,
libboost-all-dev,
libpng-dev,
ncbi-blast+,
python3-sphinx,
python3-dev,
libseqan2-dev,
libspoa-dev,
python3-pybind11,
libcpu-features-dev [any-amd64],
libcereal-dev,
libblas-dev,
liblapack-dev,
gfortran
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/med-team/shasta
Vcs-Git: https://salsa.debian.org/med-team/shasta.git
Homepage: https://github.com/chanzuckerberg/shasta
Rules-Requires-Root: no
Package: shasta
Architecture: any-amd64 arm64
# even if one comments out the sections that forbid compilation on other archs
# one gets this error message:
# undefined reference to `__sync_bool_compare_and_swap_16'
# see src/dset64.hpp for more details
Depends: ${misc:Depends},
${shlibs:Depends},
python3-shasta (= ${binary:Version}),
Description: 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.
Package: python3-shasta
Architecture: any-amd64 arm64
Section: python
Depends: ${python3:Depends},
${shlibs:Depends},
${misc:Depends},
ncbi-blast+
Description: 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.
Package: python3-shasta-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Built-Using: ${sphinxdoc:Built-Using}
Depends: ${sphinxdoc:Depends},
${misc:Depends}
Recommends: shasta,
python3-shasta
Description: 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.
|