alla flaggor
bookworm  ] [  trixie  ] [  sid  ]
[ Källkod: libedlib  ]

Paket: libedlib1 (1.2.7-5)

Länkar för libedlib1

Screenshot

Debianresurser:

Hämta källkodspaketet libedlib:

Ansvariga:

Externa resurser:

Liknande paket:

library for sequence alignment using edit distance

A lightweight and super fast C/C++ library for sequence alignment using edit distance.

Calculating edit distance of two strings is as simple as:

 edlibAlign("hello", 5, "world!", 6,
            edlibDefaultAlignConfig()).editDistance;
Features

 * Calculates edit distance (Levehnstein distance).
 * It can find optimal alignment path (instructions how to transform
   first sequence into the second sequence).
 * It can find just the start and/or end locations of alignment path -
   can be useful when speed is more important than having exact
   alignment path.
 * Supports multiple alignment methods: global(NW), prefix(SHW) and
   infix(HW), each of them useful for different scenarios.
 * You can extend character equality definition, enabling you to e.g.
   have wildcard characters, to have case insensitive alignment or to
   work with degenerate nucleotides.
 * It can easily handle small or very large sequences, even when finding
   alignment path, while consuming very little memory.
 * Super fast thanks to Myers's bit-vector algorithm.

This package contains the shared library.

Andra paket besläktade med libedlib1

  • beror
  • rekommenderar
  • föreslår
  • enhances

Hämta libedlib1

Hämtningar för alla tillgängliga arkitekturer
Arkitektur Paketstorlek Installerad storlek Filer
alpha (inofficiell anpassning) 16,0 kbyte83,0 kbyte [filförteckning]
amd64 17,2 kbyte50,0 kbyte [filförteckning]
arm64 16,2 kbyte82,0 kbyte [filförteckning]
armel 14,2 kbyte42,0 kbyte [filförteckning]
armhf 14,3 kbyte34,0 kbyte [filförteckning]
hppa (inofficiell anpassning) 16,9 kbyte42,0 kbyte [filförteckning]
i386 16,7 kbyte46,0 kbyte [filförteckning]
ia64 (inofficiell anpassning) 19,8 kbyte62,0 kbyte [filförteckning]
m68k (inofficiell anpassning) 16,5 kbyte50,0 kbyte [filförteckning]
mips64el 16,7 kbyte83,0 kbyte [filförteckning]
ppc64 (inofficiell anpassning) 18,1 kbyte82,0 kbyte [filförteckning]
ppc64el 20,0 kbyte82,0 kbyte [filförteckning]
riscv64 16,2 kbyte38,0 kbyte [filförteckning]
s390x 19,5 kbyte54,0 kbyte [filförteckning]
sh4 (inofficiell anpassning) 17,8 kbyte82,0 kbyte [filförteckning]
sparc64 (inofficiell anpassning) 14,6 kbyte1.043,0 kbyte [filförteckning]
x32 (inofficiell anpassning) 17,1 kbyte46,0 kbyte [filförteckning]