Feb 5, 20235 min readIntro into SingularitySingularity is a container platform that allows users to create and manage lightweight, portable, and reproducible containers that are...
Jan 22, 20238 min readUnix pipesUnix pipes allow you to connect the output of one command to the input of another command, allowing you to create a pipeline of multiple...
Dec 31, 20224 min readDetermining microbial identity using gANIAccurately determining which species a microbial strain belongs to is important for the registration of strains for enzyme production,...
Dec 31, 20224 min readManipulating files with grepBioinformatics is a field that combines computer science, biology, and statistics to analyze and interpret biological data. One of the...
Dec 31, 20224 min readFASTQ files explainedIn this post we will look into a data format that most sequencing facilities return to you after sequencing your samples. These files...
Dec 30, 20224 min readManipulating files with AWKWelcome to this tutorial on awk, a powerful text processing tool for parsing and manipulating text files in Unix-like operating systems....