Categories
Tags
Category Archives: Uncategorized
Rap Guide to Evolution
Baba Brinkman’s Rap Guide to Evolution is a hilarious show on a serious topic. It’s an alternative approach to educate people about the fact of evolution. If you have it, don’t miss the chance to see him live!
MACS 1.4 patch
A bug was introduced in MACS 1.4, which arises if many of the initial reads in an input SAM file are unaligned. You are having this error if MACS is printing something like the following to stderr: Traceback (most recent … Continue reading
Posted in Uncategorized
Leave a comment
Small example of pthreads
Here’s a simple C program that demonstrates the use of the pthreads library. The following code can be downloaded here, so you can test it yourself. Simply compile with the command: gcc -lpthread pthreads_test.c -o pthreads_test First, let’s import some … Continue reading
MACS password download
Downloading MACS requires you to either sign up for their mailing list or solve a puzzle. I signed up for their mailing list and then solved the puzzle for fun. Perhaps you will find the answer on my website.
Posted in Uncategorized
Leave a comment
Platform independent .bashrc file
The number of computers I have accounts on has recently exploded, and manually editing my .bashrc file on each of these computers started getting tedious. I decided to resolve this by writing a single .bashrc file that can be copied … Continue reading