User Tools

Site Tools


cluster_software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
cluster_software [2021/06/16 13:46]
root old revision restored (2021/01/28 11:22)
cluster_software [2021/12/14 17:10] (current)
root
Line 1: Line 1:
 ====== Cluster Software ====== ====== Cluster Software ======
  
-Operating System: Ubuntu 16.04 LTS+Environment Modules are used to allow multiple versions of pieces of software to be installed "side-by-side" and to make software installation cleaner.
  
-  * Installed on the nodes using PXE and preseeding. +To get a list of installed software, issue one of these commands: 
-  * “Hands-free” install for new node.+ 
 +<code> 
 +module avail 
 +ml avail 
 +</code> 
 + 
 +Or take look in /opt where the naming convention for directories is: 
 + 
 +<code> 
 +/opt/SOFTWARE/VERSION 
 +</code> 
 + 
 +More details on environment modules can be found on the [[Environment Modules]] page.
  
 Cluster Resource Management Cluster Resource Management
Line 12: Line 24:
     * From Lawrence Livermore National Laboratory     * From Lawrence Livermore National Laboratory
   * [[https://slurm.schedmd.com/]]   * [[https://slurm.schedmd.com/]]
-  * Version 15.08.7 +  * Version 19.05.5
- +
-Software Available on the Cluster +
- +
-This is an incomplete list. Look in /usr/local and /usr/local/bin for specific programs. Feel free to ask the system administrators about software you can't see.+
  
 In general, and where possible, we recommend that you install the software you want in your own home directory. This gives you complete control over the versions of software and associated packages that you are using. You can use **conda** to manage specific software versions within different environments, or use **Singularity** to manage your software within a container. These are described on separate pages within these notes. In general, and where possible, we recommend that you install the software you want in your own home directory. This gives you complete control over the versions of software and associated packages that you are using. You can use **conda** to manage specific software versions within different environments, or use **Singularity** to manage your software within a container. These are described on separate pages within these notes.
- 
-If you need a later version of these tools, first look at installing the version you want yourself either directly in your home directory or using conda. If that is not possible, or if you have difficulty installing the software you need, please contact one of the system administrators. 
- 
-  * R currently 3.5.1 
-  * Python 2.7.12 and Python 3.5.2 
-    * Use python3 to run python 3.5.2 
-    * Use conda to install a specific version of python for yourself. 
-  * ABYSS 
-  * agalma 
-  * augustus 
-  * bedtools 
-  * blast 
-  * bowtie 
-  * bowtie2 
-  * bwa 
-  * cufflinks 
-  * eigenstrat 
-  * falcon 
-  * fastqc 
-  * hmmer 
-  * HYPHYMP 
-  * jgil 
-  * matlab 
-  * merlin 
-  * mothur 
-  * plink 
-  * samtools 
-  * SAS 
-  * tophat 
-  * vcftools 
  
cluster_software.1623865589.txt.gz · Last modified: 2021/06/16 13:46 by root