Videos / Posts

It is sometimes useful to have git tracking files stored in a different location from your working directory, for instance if you would …

I dislike java commandline tools for a number of reasons, including their typical extreme verbosity in arguments and lack of one letter …

Our Rstudio server instance runs on a server which is not directly connected to the internet at large. We can connect to it through a …

I do most of my work sshing into linux boxes on the command line. In this environment having a nice history of previous commands is of …

As a continuation of my previous posts comparing the three major scripting languages used in bioinformatics I wanted to take a look at …

Since all the languages I mentioned in my previous post have Bio packages which can parse fasta files, I did a quick comparison of the …

Parsing fasta files is the single most common thing one does when working with sequencing data, so any programming language used should …