http://readiab.org/ - IAB is primarily being developed by Greg Caporaso(GitHub/Twitter: @gregcaporaso) in the Caporaso Lab at Northern Arizona University. You can find information on the courses I teach on my teaching website and...
Institut Pasteur de Tunis (IPT):The IPT is a research institution founded in 1883. IPT is under the supervision of the Ministry of Health and is part of the Université El Manar of Tunis (Ministry of high Education). The missions...
This is a comprehensive guide to prepare for your next coding interview. It's great for recent graduates and has questions and practice materials structured from traditional big tech interview formats.While it does not include the latest...
A while ago we posted a request for online resources on must-read papers in evolutionary biology, for a literature club. We received many answers in the meantime
Awk is a programming language which allows easy manipulation of structured data and is mostly used for pattern scanning and processing. It searches one or more files to see if they contain lines that match with the specified patterns and then...
bioinformaticsworkbook.org - This books assumes that the reader has some knowledge of biology and basic understanding of the Unix command line. However, for the beginner, the appendix contains introductory material and tips/tricks for common bioinformatic problems, that is...
github.com - There is a directory for each chapter of the book. Each directory contains a test.py program you can use with pytest to check that you have written the program correctly. I have included a short README to describe each exercise....