Skip to content

Commit

Permalink
list of language available on Rosalind
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrunetti committed Jan 11, 2018
1 parent dbe659a commit 74ee342
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Software_Availability_on_Rosalind.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Software Available

Rosalind has many of the widely used programming/scripting languages and tools already pre-installed. Some of these languages are globally installed and ready for use as one would do on their local device, while other may need to be loaded as modules or as a node request before the language can be used.

## Global Installs
These language can be used similarly to how one would use them on their local device. They are globally available to all users anywhere they may navigate to within their group on Rosalind.
1. Java
2. C/C++
3. Awk
4. Sed

## Module Loads
These languages are availabe for use after the user has called `module load` followed by the module they would like to install. To load a particular version of one these language, please check `module avail` to find the full module name. Using `module load python` defaults to version 2.7 and using `module load R` default to version 3.4
1. R-3.3.1
2. Python 2.7/3.5

## Node Installs
These languages are restricted to particular set of nodes on Rosalind. Due to licensing restrictions, only a subset of nodes have these languages installed on them. For more information on how to use these languages please [click here](https://github.com/tbrunetti/Rosalind_HPC/blob/master/Nodes_and_Queues.md)
1. SAS
2. MATLAB

0 comments on commit 74ee342

Please sign in to comment.