Difference between revisions of "Available Software"

From IBERS Bioinformatics and HPC Wiki
Jump to: navigation, search
(Created page with "There is a lot of software available on the IBERS HPC machine. If something is not available, please contact your systems administrator. '''File Editing Software''' Since yo...")
 
Line 8: Line 8:
  
 
vi - A standard UNIX editor available on most systems. This is quite complex to use, but once mastered it is very useful. [http://www.eng.hawaii.edu/Tutor/vi.html]
 
vi - A standard UNIX editor available on most systems. This is quite complex to use, but once mastered it is very useful. [http://www.eng.hawaii.edu/Tutor/vi.html]
 +
 +
'''Plotting Software'''
 +
 +
gnuplot - Very simple to use and can produce fantastic plots in various file formats. [http://www.gnuplot.info/]

Revision as of 09:33, 5 April 2012

There is a lot of software available on the IBERS HPC machine. If something is not available, please contact your systems administrator.

File Editing Software

Since you will be accessing the HPC machine via the command line, you do not usually have access to a graphical interface. Therefore a command line editor is very useful. You can use this to write software, edit workflows or even write documents.

nano - A very simple lightweight file editor. Very simple to use. [1]

vi - A standard UNIX editor available on most systems. This is quite complex to use, but once mastered it is very useful. [2]

Plotting Software

gnuplot - Very simple to use and can produce fantastic plots in various file formats. [3]