...
Eclipse IDE
Eclipse is a multi-language software development environment comprising an integrated development environment (IDE) and an extensible plug-in system.
Load the following:
> module load java/1.6.0_64bit
> module load eclipse/1.4.1-x86_64
To run on the login node:
> eclipse
or on a compute node:
> bsub -Ip -q int_public6 eclipse
Python Compiler
Installed python modules: matplotlib, numpy, Networkx, Biopython
...