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
|
Source: fermi-lite
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Sascha Steinbiss <satta@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
d-shlibs,
zlib1g-dev,
libsimde-dev,
help2man
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/fermi-lite
Vcs-Git: https://salsa.debian.org/med-team/fermi-lite.git
Homepage: https://github.com/lh3/fermi-lite
Rules-Requires-Root: no
Package: fml-asm
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
zlib1g
Description: tool for assembling Illumina short reads in small regions
Fml-asm is a command-line tool for assembling Illumina short reads in regions
from 100bp to 10 million bp in size, based on the fermi-lite library.
It is largely a light-weight in-memory version of fermikit without
generating any intermediate files. It inherits the performance, the relatively
small memory footprint and the features of fermikit. In particular, fermi-lite
is able to retain heterozygous events and thus can be used to assemble diploid
regions for the purpose of variant calling.
Package: libfml0
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends},
zlib1g
Description: library for assembling Illumina short reads in small regions
Fermi-lite is a standalone C library tool for assembling Illumina short
reads in regions from 100bp to 10 million bp in size.
.
This package contains a shared library offering the fermi-lite API to custom C
programs.
Package: libfml-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
libfml0 (= ${binary:Version}),
zlib1g-dev,
${devlibs:Depends}
Description: development headers for libfml
Fermi-lite is a standalone C library tool for assembling Illumina short
reads in regions from 100bp to 10 million bp in size.
.
This package contains the C library headers for using libfml in custom tools,
along with a static library.
|