#
sequence-alignment
Here are 185 public repositories matching this topic...
Burrow-Wheeler Aligner for short-read alignment (see minimap2 for long-read alignment)
-
Updated
Jul 21, 2021 - C
A versatile pairwise aligner for genomic and spliced nucleotide sequences
-
Updated
Jul 28, 2021 - C
Versatile open-source tool for microbiome analysis
search
bioinformatics
clustering
metagenomics
chimera
fasta
microbiome
fastq
metabarcoding
amplicon
sequence-alignment
-
Updated
Jul 27, 2021 - C++
java
bioinformatics
genomics
pdb
parser-library
protein-data-bank
protein-structure
protein-sequences
sequence-alignment
protein-modification
structure-alignment
structural-bioinformatics
-
Updated
Jul 27, 2021 - Java
randrick
commented
Oct 4, 2017
You can get aligner to work on windows command line by inserting the following lines into aligner.ccp
after line 8: #include <queue>
#ifdef _WIN32
#include "getopt.h"
#endif
#include "edlib.h"
Then adding getopt.h file. The one I used is here: https://raw.githubusercontent.com/skandhurkat/Getopt-for-Visual-Studio/master/getopt.h although that's likely not the origin of the fi
Proof-of-concept seq-to-graph mapper and graph generator
-
Updated
Mar 23, 2021 - C
Open
bed or gff
yannickwurm
commented
Nov 19, 2020
We should enable a slightly-modified table output format that is gff or bed-like and can thus be more easily read into IGV
The modern C++ library for sequence analysis. Contains version 3 of the library and API docs.
bioinformatics
modern
cpp17
fasta
blast
seqan
fastq
samtools
sequence-alignment
fm-index
sequence-analysis
cpp20
cpp-concepts
-
Updated
Jul 27, 2021 - C++
A EXPERIMENTAL fork of minimap2 optimized for assembly-to-reference alignment
-
Updated
Apr 8, 2021 - C
A fast multiple sequence alignment program.
-
Updated
Apr 16, 2021 - C
Genome wide orthology inference and dNdS estimation
r
genomics
species
blast
comparative-genomics
proteome
blast-searches
orthology-inference
comparative-genomics-studies
sequence-alignments
comparative
dnds-estimation
codon-alignment
sequence-alignment
biomartr
entire-genomes
orthologous-genes
comparing-genomes
genomics-studies
retrieve-genomes
-
Updated
Jul 27, 2021 - R
Arioc: GPU-accelerated DNA short-read alignment
bioinformatics
genomics
gpu
methylation
read-aligners
sequence-alignment
bisulfite-sequencing
dna-sequence-alignment
-
Updated
Apr 30, 2021
The Visualization Multitool for Molecular Epidemiology and Bioinformatics
bioinformatics
genomics
phylogenetic-trees
phylogenetics
epidemiology
network-visualization
hiv
cdc
phylogenomics
phylogeny
sequence-alignment
genomic-data-analysis
genomics-visualization
pathogens
-
Updated
Jul 26, 2021 - HTML
Collection of commonly used RDP Tools for easy building
-
Updated
Dec 30, 2020 - Makefile
The Modular Aligner and The Modular SV Caller
-
Updated
Feb 5, 2021 - C++
Sequence alignment tools
bam-files
bioinformatics
biology
high-throughput-sequencing
dna-sequences
sequence-alignment
sequence-analysis
biojulia
smith-waterman-alignment
sam-files
-
Updated
Jul 22, 2021 - Julia
For live demo, see http://lh3lh3.users.sourceforge.net/bioseq.shtml
-
Updated
Aug 8, 2019 - HTML
SneakySnake🐍 is the first and the only pre-alignment filtering algorithm that works efficiently and fast on modern CPU, FPGA, and GPU architectures. It greatly (by more than two orders of magnitude) expedites sequence alignment calculation for both short and long reads. Described in the Bioinformatics (2020) by Alser et al. https://arxiv.org/abs/1910.09020.
fpga
gpu
smith-waterman
needleman-wunsch
sequence-alignment
long-reads
minimap2
short-reads
hardware-accelerator
sequence-aligner
edlib
pre-alignment-filtering
-
Updated
May 12, 2021 - VHDL
Fast & accurate alignment of barcoded short-reads
-
Updated
Apr 12, 2021 - C++
An easy to use and comprehensive python package which aids in the analysis and visualization of orthologous genes. 🐵
python
shell
bash
data-science
bioinformatics
genetics
biology
ftp
sge
phylogenetics
blast
orthologues
qsub
orthology-inference
ncbi
sequence-alignment
pbs
orthologs
orthology
biosql
-
Updated
Mar 20, 2021 - Python
SIMD C/C++ library for massive optimal sequence alignment (local/SW, infix, overlap, global)
-
Updated
Nov 16, 2015 - C++
A collection of publications on comparison of high-throughput sequencing technologies.
bioinformatics
nanopore
genomics
sequencing
pacbio
awesome-list
genome-sequencing
illumina
sequence-alignment
dna-sequencing
human-genomes
-
Updated
Jun 22, 2021
An automated pipeline for retrieving orthologous DNA sequences from GenBank in R
-
Updated
Jun 13, 2020 - R
-
Updated
Dec 19, 2019 - C++
Improve this page
Add a description, image, and links to the sequence-alignment topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sequence-alignment topic, visit your repo's landing page and select "manage topics."
Is there a schedule to add the deprecation warning as per:
https://github.com/biopython/biopython/blob/870f623005ed1b95df877f618cbb12a815bd5696/Bio/SeqFeature.py#L158-L175