SeqAn on Biowulf
SeqAn is an open source C++ library of efficient algorithms and data structures for the analysis of sequences with the focus on biological data. It applies a unique generic design that guarantees high performance, generality, extensibility, and integration with other libraries.
This package also contains a suite of apps, including:
- Fiona - parallel and automatic strategy for read error correction
- Gustaf - Generic mUlti-SpliT Alignment Finder
- Mason - tools for biological sequence simulation
- RazerS 3 - Faster, fully sensitive read mapping
- Yara - Yet another read aligner
- SeqAn T-Coffee - multiple sequence aligner
- Stellar - the SwifT Exact LocaL AligneR
- searchjoin - String Similarity Search/Join
References:
- http://www.seqan.de/publications/
- Andreas Döring, David Weese, Tobias Rausch and Knut Reinert. SeqAn an efficient, generic C++ library for sequence analysis. BMC Bioinformatics, 9:11, 2008. doi: 10.1186/1471-2105-9-11
- see individual app websites above for more specific citations
Documentation
Important Notes