GNU sort is one of my favorite program. It is fast and highly flexible. However, when I try to sort chromosome names, it becomes a pain. In bioinformatics, chromosomes are usually named as chr1, chr2, …, chr10, chr11, … chr20, …, chrX and chrY. It seems to me that there is no way to sort [...]
Posts Tagged ‘software’
Improved GNU sort (from textutils-1.22)
Posted in development, tagged C, myprog, programming, software on August 22, 2008 | Leave a Comment »
Converting Source Codes to HTML
Posted in resources, tagged software on August 19, 2008 | 1 Comment »
If you use Emacs, you can convert everything you see on the screen to an HTML file with almost exactly the same look and style. The package you need is htmlize.el. Some Emacs distributions, such as Carbon Emacs, package this module by default. This page shows an example. Really fantastic! It goes far beyond any [...]