wszystkie opcje
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Pakiet źródłowy: libedlib  ]

Pakiet: python3-edlib (1.2.7-5)

Odnośniki dla python3-edlib

Screenshot

Zasoby systemu Debian:

Pobieranie pakietu źródłowego libedlib:

Opiekunowie:

Zasoby zewnętrzne:

Podobne pakiety:

library for sequence alignment using edit distance (Python3 module)

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 Python3 module.

Inne pakiety związane z python3-edlib

  • wymaga
  • poleca
  • sugeruje
  • enhances

Pobieranie python3-edlib

Pobierz dla wszystkich dostępnych architektur
Architektura Rozmiar pakietu Rozmiar po instalacji Pliki
alpha (port nieoficjalny) 89,1 KiB417,0 KiB [lista plików]
amd64 96,8 KiB341,0 KiB [lista plików]
arm64 84,2 KiB413,0 KiB [lista plików]
armel 81,0 KiB297,0 KiB [lista plików]
armhf 84,4 KiB225,0 KiB [lista plików]
hppa (port nieoficjalny) 92,8 KiB339,0 KiB [lista plików]
i386 99,9 KiB349,0 KiB [lista plików]
ia64 (port nieoficjalny) 108,5 KiB604,0 KiB [lista plików]
m68k (port nieoficjalny) 89,7 KiB313,0 KiB [lista plików]
mips64el 88,3 KiB423,0 KiB [lista plików]
ppc64 (port nieoficjalny) 95,4 KiB413,0 KiB [lista plików]
ppc64el 98,1 KiB413,0 KiB [lista plików]
riscv64 97,1 KiB269,0 KiB [lista plików]
s390x 98,1 KiB369,0 KiB [lista plików]
sh4 (port nieoficjalny) 112,5 KiB409,0 KiB [lista plików]
sparc64 (port nieoficjalny) 80,7 KiB2 085,0 KiB [lista plików]
x32 (port nieoficjalny) 101,1 KiB321,0 KiB [lista plików]