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
|
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 (>= 9),
d-shlibs,
zlib1g-dev,
help2man
Standards-Version: 3.9.8
Testsuite: autopkgtest
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/fermi-lite.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/fermi-lite.git
Homepage: https://github.com/lh3/fermi-lite
Package: fml-asm
Architecture: any-amd64 x32
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-amd64 x32
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-amd64 x32
Depends: ${shlibs:Depends},
${misc:Depends},
libfml0 (= ${binary:Version}),
zlib1g-dev
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.
|