-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
list of language available on Rosalind
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|