top of page
Feb 5, 20235 min read
Intro into Singularity
Singularity is a container platform that allows users to create and manage lightweight, portable, and reproducible containers that are...
Jan 22, 20238 min read
Unix pipes
Unix 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 read
Determining microbial identity using gANI
Accurately determining which species a microbial strain belongs to is important for the registration of strains for enzyme production,...
Dec 31, 20224 min read
Manipulating files with grep
Bioinformatics is a field that combines computer science, biology, and statistics to analyze and interpret biological data. One of the...
Dec 31, 20224 min read
FASTQ files explained
In 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 read
Manipulating files with AWK
Welcome to this tutorial on awk, a powerful text processing tool for parsing and manipulating text files in Unix-like operating systems....
bottom of page