Apache ANT Java development software
Apache Ant is a Java library and command-line tool who's mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. ANT is accessed via Modules.
...
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:
> salloc -N1 -c1 -p interactive
> module load java/1.6.0_64bit
> module load eclipse/1.4.1-x86_64To run on the login node:
> srun eclipse or on a compute node:
> bsub -Ip -q int_public6 eclipse
When finished, type exit to release the allocation.
Python Compiler
Installed python modules: matplotlib, numpy, Networkx, Biopython
To check docs online while logged into cluster:
> pydoc matplotlib
Complete Python docs
A guide to Python Modules
...