We recently released a new version of our qudaich software, designed to compare short read sequence data sets to each other. Qudaich is built around a suffix trie and provides a rapid way to compare short read data sets at the DNA or protein level. Here is how to use qudaich to compare a set of metagenomes to find out how similar they are.
Monthly Archives: June 2016
Enabling C debugging in CentOS
We use CentOS for most of our servers, and we us C for some of our programming. Here’s a quick reminder on how to enable C debugging for CentOS and using the GNU debugger.
Getting data from an Arduino SD card
We play a lot with Arduinos and write data to the excellent Adafruit MicroSD Card Breakout Board. However, if you have an arduino, a card, and a cable, how do you get your data off. Here is a way!