Detect user’s OS using bash

Here is an approach to detect the user's operating system using a bash script. This might be useful during installation routines of your software.

Create BigWig files with DeepTools

To display data as bar graphs along the genome e.g. in the UCSC genome browser, you can create BigWig files. DeepTools is a powerful library that can also help with…

Software Requirements Specification

For any large software project (i.e. one that requires more than a few scripts performing a one-off task) and for every project that was initiated by a customer request, it…