#
sequence-alignment
Here are 169 public repositories matching this topic...
Burrow-Wheeler Aligner for short-read alignment (see minimap2 for long-read alignment)
-
Updated
Nov 20, 2020 - C
A versatile pairwise aligner for genomic and spliced nucleotide sequences
-
Updated
Dec 10, 2020 - C
Versatile open-source tool for microbiome analysis
search
bioinformatics
clustering
metagenomics
chimera
fasta
microbiome
fastq
metabarcoding
amplicon
sequence-alignment
-
Updated
Nov 17, 2020 - C++
java
bioinformatics
genomics
pdb
parser-library
protein-data-bank
protein-structure
protein-sequences
sequence-alignment
protein-modification
structure-alignment
structural-bioinformatics
-
Updated
Dec 13, 2020 - 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
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
eseiler
commented
Sep 16, 2020
Code:
#include <seqan3/argument_parser/all.hpp>
int main(int argc, char ** argv)
{
seqan3::argument_parser parser{"App", argc, argv, seqan3::update_notifications::off};
parser.info.author = "Foo Bar";
parser.info.email = "foobar@example.com";
parser.info.short_copyright = "BSD 3-Clause License";
try
{
parser.parse();
}
catch (seqan3Proof-of-concept seq-to-graph mapper and graph generator
-
Updated
Dec 14, 2020 - 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
Aug 10, 2020 - R
A fast multiple sequence alignment program.
-
Updated
Nov 6, 2020 - C
Collection of commonly used RDP Tools for easy building
-
Updated
Apr 9, 2020 - Makefile
Arioc: GPU-accelerated DNA short-read alignment
bioinformatics
genomics
gpu
methylation
read-aligners
sequence-alignment
bisulfite-sequencing
dna-sequence-alignment
-
Updated
Dec 10, 2020
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
Dec 11, 2020 - HTML
For live demo, see http://lh3lh3.users.sourceforge.net/bioseq.shtml
-
Updated
Aug 8, 2019 - HTML
Sequence alignment tools
bam-files
bioinformatics
biology
high-throughput-sequencing
dna-sequences
sequence-alignment
sequence-analysis
biojulia
smith-waterman-alignment
sam-files
-
Updated
Oct 3, 2020 - Julia
The Modular Aligner
-
Updated
Sep 22, 2020 - C++
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
Nov 25, 2020 - VHDL
Fast & accurate alignment of barcoded short-reads
-
Updated
Dec 24, 2019 - 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
Aug 21, 2020 - Python
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
Dec 16, 2020
SIMD C/C++ library for massive optimal sequence alignment (local/SW, infix, overlap, global)
-
Updated
Nov 16, 2015 - C++
An automated pipeline for retrieving orthologous DNA sequences from GenBank in R
-
Updated
Jun 13, 2020 - R
Scalable annotated de Bruijn graphs for DNA indexing, alignment, and assembly
-
Updated
Dec 17, 2020 - C++
DOM Text Based Multiple Sequence Alignment Library
javascript
bioinformatics
biology
ascii
vanilla-javascript
data-visualization
javascript-library
async-programming
ascii-art
alignment
help-wanted
animation-library
sequence-alignment
msa
good-first-issue
msa-viewer
-
Updated
Jul 9, 2019 - JavaScript
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."


Setup
Seen with latest code from git while preparing the 1.73 release on Linux, but applies to all platforms.
Expected behaviour