RECENT POSTS
- Introduction to FreeBSD Security Best Practices
- Working with Package Management in FreeBSD
- Understanding FreeBSD Security Advisories and Updates
- Troubleshooting Common System Administration Issues in FreeBSD
- Tips for Hardening FreeBSD to achieve System Protection
- Setting Up DHCP Server in FreeBSD
- Secure User and Group Management in FreeBSD Systems
- Secure Remote Access with SSH in FreeBSD
- Optimizing System Performance in FreeBSD
- Network Packet Capture with tcpdump in FreeBSD
- All posts ...
Do you have GDPR compliance issues ?
Check out Legiscope a GDPR compliance software, that will save you weeks of work, automating your documentation, the training of your teams and all processes you need to keep your organisation compliant with privacy regulations
Mashmap
Jul 20, 2023
Fast approximate aligner for long DNA sequences
MashMap implements a fast and approximate algorithm for computing local alignment boundaries between long DNA sequences. It can be useful for mapping genome assembly or long reads PacBio/ONT to reference genomes. Given a minimum alignment length and an identity threshold for the desired local alignments, Mashmap computes alignment boundaries and identity estimates using k-mers. It does not compute the alignments explicitly, but rather estimates an unbiased k-mer based Jaccard similarity using a combination of minmers a novel winnowing scheme and MinHash. This is then converted to an estimate of sequence identity using the Mash distance. An appropriate k-mer sampling rate is automatically determined using the given minimum local alignment length and identity thresholds.
- Older
- Newer
Checkout these related ports:
- Wise - Intelligent algorithms for DNA searches
- Wfa2-lib - Exact gap-affine algorithm using homology to accelerate alignment
- Vt - Discovers short variants from Next Generation Sequencing data
- Vsearch - Versatile open-source tool for metagenomics
- Viennarna - Alignment tools for the structural analysis of RNA
- Velvet - Sequence assembler for very short reads
- Vcftools - Tools for working with VCF genomics files
- Vcflib - C++ library and CLI tools for parsing and manipulating VCF files
- Vcf2hap - Generate .hap file from VCF for haplohseq
- Vcf-split - Split a multi-sample VCF into single-sample VCFs
- Unikmer - Toolkit for nucleic acid k-mer analysis, set operations on k-mers
- Unanimity - Pacific Biosciences consensus library and applications
- Ugene - Integrated bioinformatics toolkit
- Ucsc-userapps - Command line tools from the UCSC Genome Browser project
- Trimmomatic - Flexible read trimming tool for Illumina NGS data