Favorite command of the day: parallel from moreutils

Yesterday I have discovered a nice Unix tool to launch commands in parallel. It is called ‘parallel’ and it is very easy to use. I think it is the easiest way to parallelize things in a multi-core computer. You can install it from the ‘moreutils’ package in Linux, or from http://www.gnu.org/s/parallel/ the basic usage is:

Continue reading

update on the status of the ‘Ten Simple Rules’ initiative after the first 2 weeks

This is an update of the status of the ‘Ten Simple Rules for getting help from Mailing Lists and Online  Scientific Communities’ initiative, after two weeks.  I am posting it here, but if you want to follow the initiative you should better subscribe to the dedicated mailing list. First of all, I would like to

Continue reading

scripting Cytoscape to plot different Node Centrality measures

Finally I have made it: scripting and automatizing Cytoscape with python!! Below you can see a figure that I have automatically generated with Cytoscape, including legend and values distributions merged into a single file: Cytoscape is a software to visualize and analyze networks, widely adopted by the bioinformatics community and with a lot of plugins

Continue reading