Categories
Tags
Tag Archives: C
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
RSEQtools: A modular framework to analyze RNA-Seq data using compact, anonymized data summaries
Abstract Summary: The advent of next-generation sequencing for functional genomics has given rise to quantities of sequence information that are often so large that they are difficult to handle. Moreover, sequence reads from a specific individual can contain sufficient information … Continue reading