edlib VS nanopolish

Compare edlib vs nanopolish and see what are their differences.

edlib

Lightweight, super fast C/C++ (& Python) library for sequence alignment using edit (Levenshtein) distance. (by Martinsos)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
edlib nanopolish
2 1
484 541
- -
1.1 5.2
about 1 year ago 9 months ago
C++ C++
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

edlib

Posts with mentions or reviews of edlib. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-03.
  • What's an efficient way to find multiple subsequences in several FASTQs?
    1 project | /r/bioinformatics | 8 Feb 2022
    I’ve got a similar situation. I was implementing the Smith-Waterman algorithm when I figured someone had to have already written a “fast” version of this. I found the edlib package (https://github.com/Martinsos/edlib) which does sequence alignment using Levenshtein distance. Essentially same DP algorithm as your traditional NW or SW only this is a C++ implementation with a Python wrapper. (I’m assuming you’re using Python, could be wrong though). The pertinent aspects of the output of this function contains the distance (dissimilarity) and the location (what index does the alignment start and end). This tool may go a ways to helping your pipeline. You could also look to metagenomic papers for inspiration as this is a problem (find a substring in a huge amount of data) that the community contends with all the time. Kmer based approach may also be useful if you want to attempt the alignment free path. Cheers.
  • ModuleNotFoundError after running `pip install -e .` locally
    2 projects | /r/learnpython | 3 Jan 2022
    I appear to get that error with the original source as well. https://github.com/Martinsos/edlib

nanopolish

Posts with mentions or reviews of nanopolish. We have used some of these posts to build our list of alternatives and similar projects.
  • ONT Frustration
    1 project | /r/bioinformatics | 9 Apr 2023
    I use nanopore for de novo methylation motif detection and some ssDNA signal comparison. Tombo has not worked with R10 data for me, so I’ll have to revisit that. Nanocompore uses Nanopolish for signal comparison, which does not support R10 data (see github).

What are some alternatives?

When comparing edlib and nanopolish you can also consider the following projects:

seq - A high-performance, Pythonic language for bioinformatics

megahit - Ultra-fast and memory-efficient (meta-)genome assembler

bwa-mem2 - The next version of bwa-mem

bowtie - An ultrafast memory-efficient short read aligner

libnitrokey - Communicate with Nitrokey devices in a clean and easy manner

salmon - 🐟 🍣 🍱 Highly-accurate & wicked fast transcript-level quantification from RNA-seq reads using selective alignment

casadi - CasADi is a symbolic framework for numeric optimization implementing automatic differentiation in forward and reverse modes on sparse matrix-valued computational graphs. It supports self-contained C-code generation and interfaces state-of-the-art codes such as SUNDIALS, IPOPT etc. It can be used from C++, Python or Matlab/Octave.

opensim-core - SimTK OpenSim C++ libraries and command-line applications, and Java/Python wrapping.

frugally-deep - Header-only library for using Keras (TensorFlow) models in C++.

stellarium - Stellarium is a free GPL software which renders realistic skies in real time with OpenGL. It is available for Linux/Unix, Windows and macOS. With Stellarium, you really see what you can see with your eyes, binoculars or a small telescope.

edlibtest - Private changes to https://github.com/Martinsos/edlib