HPC for Bioinformatics (3/?): Head Nodes
· 7 min read
HPC clusters can be daunting to beginners. This blog post explains the difference of compute and head nodes and goes into detail on head nodes.
From transistors to biomedical insight
Many Bioinformaticians spend a lot of their time handling text files. Linux (and other Unixes) excel at processing text files and offer many tools for handling it. However, extracting a particular column from text files is surprisingly hard. This blog post explores some robust solutions.
This post deals with the basics “and beyond” of job control in Bash. The Bourne Again Shell (Bash) arguably is the most widely used POSIX-compliant shell. It has been around since 1989 and is still alive and kicking.