Buch, Englisch, Band 33, 346 Seiten, Format (B × H): 155 mm x 235 mm, Gewicht: 552 g
Reihe: Computational Biology
The Creation of the SeqAn3 Bioinformatics Library
Buch, Englisch, Band 33, 346 Seiten, Format (B × H): 155 mm x 235 mm, Gewicht: 552 g
Reihe: Computational Biology
ISBN: 978-3-030-90992-5
Verlag: Springer International Publishing
This is a book about software engineering, bioinformatics, the C++ programming language and the SeqAn library. In the broadest sense, it will help the reader create better, faster and more reliable software by deepening their understanding of available tools, language features, techniques and design patterns.
Every developer who previously worked with C++ will enjoy the in-depth chapter on important changes in the language from C++11 up to and including C++20. In contrast to many resources on Modern C++ that present new features only in small isolated examples, this book represents a more holistic approach: readers will understand the relevance of new features and how they interact in the context of a large software project and not just within a "toy example". Previous experience in creating software with C++ is highly recommended to fully appreciate these aspects.
SeqAn3 is a new, re-designed software library. The conception and implementation process is detailed in this book, including a critical reflection on the previous versions of the library. This is particularly helpful to readers who are about to create a large software project themselves, or who are planning a major overhaul of an existing library or framework. While the focus of the book is clearly on software development and design, it also touches on various organisational and administrative aspects like licensing, dependency management and quality control.
Zielgruppe
Research
Autoren/Hrsg.
Fachgebiete
Weitere Infos & Material
Part I: Background.- Sequence Analysis.- The SeqAn library (version 1 & 2).- Modern C++.- Part II: SeqAn3.- The design of SeqAn3.- Library structure and small modules.- The Alphabet module.- The Range module.- The Input/Output module.- The Search module.- The Alignment module.- Part III: Lambda.- Lambda: an application built with SeqAn.- Part IV: Conclusion and appendix.- Conclusion.- Appendix.- References.