Available Software

From IBERS Bioinformatics and HPC Wiki
Revision as of 09:27, 5 April 2012 by Mjv08 (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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]