User Tools

Site Tools


cluster:73

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
Next revision Both sides next revision
cluster:73 [2020/01/14 14:57]
hmeij07 [Paleogenomics Tools]
cluster:73 [2020/02/18 13:46]
hmeij07 [Python3]
Line 2: Line 2:
 **[[cluster:0|Back]]** **[[cluster:0|Back]]**
  
 +===== Software =====
  
 The listings below will be updated as software is installed, location is /share/apps/ or /home/apps/ (same thing). The listings below will be updated as software is installed, location is /share/apps/ or /home/apps/ (same thing).
Line 10: Line 10:
 Most of the compilations have been performed by Intel's icc/ifort compilers. Most of the compilations have been performed by Intel's icc/ifort compilers.
  
-The list of software was primarily compiled under RHEL5.1 but more recent compilation are done on host sharptail under RHEL5.5Newer compilations are done with CentOS 6.(since summer 2013) on either swallowtail or node n33.+Old compilations, mostly located in /share/apps, are RHEL 5.5 \\ 
 +Newer compilations are done with CentOS 6.10 (since summer 2013) \\ 
 +on either cottontail2 or node n33 located at /share/apps/CENTOS6 \\ 
 +Some compilations require 7.x and are in /share/apps/CENTOS7 \\
  
 ====== Paleogenomics Tools ====== ====== Paleogenomics Tools ======
Line 40: Line 43:
  
 </code> </code>
 +
 +  * https://www.beast2.org/
 +  * BEAST 2 is a cross-platform program for Bayesian phylogenetic analysis of molecular sequences. 
 +
 +<code>
 +
 +# with local java jre1.8.0_212
 +export PATH=/share/apps/CENTOS6/beast/2.6.0/bin:$PATH
 +
 +</code>
 +
  
 ====== CD-HIT ====== ====== CD-HIT ======
Line 118: Line 132:
  
 ====== Python3 ====== ====== Python3 ======
 +
 +Added to both versions\\
 +pycuda\\
 + --- //[[hmeij@wesleyan.edu|Henk]] 2020/02/18 08:45//
 +
 +Added to both 3.5.2 versions\\
 +Successfully installed\\
 +boto-2.49.0 boto3-1.12.0 botocore-1.15.0 gensim-3.8.1 jmespath-0.9.4 s3transfer-0.3.3 smart-open-1.9.0\\
 +joblib, scikit-learn, sklearn\\
 +\\
 +Requirement already satisfied:\\
 +keras keras-preprocessing keras-applications\\
 +tensorflow (requires centos7)\\
 + --- //[[hmeij@wesleyan.edu|Henk]] 2020/02/17 13:02//
 +
  
 Added to both 3.5.2 versions\\ Added to both 3.5.2 versions\\
Line 2595: Line 2624:
  
 For all these installations you will need to set $PATH and $LD_LIBRARY_PATH, look for samples on this page ... For all these installations you will need to set $PATH and $LD_LIBRARY_PATH, look for samples on this page ...
 +
 +  * program: GCC v 9.2.0
 +  * /share/apps/CENTOS6/9.2.0
 +  * note: libgomp disabled for nanopolish compile attempt
 +
 +<code>
 +
 +  wget ftp://ftp.nluug.nl/mirror/languages/gcc/releases/gcc-9.2.0/gcc-9.2.0.tar.gz
 +  tar zxvf gcc-9.2.0.tar.gz
 +  cd gcc-9.2.0
 +  ./contrib/download_prerequisites
 +  ./configure --prefix=/share/apps/CENTOS6/gcc/9.2.0 --disable-libgomp --disable-multilib
 +  make
 +  make install
 +
 +
 +</code>
  
   * program: GCC v 4.8.4   * program: GCC v 4.8.4
cluster/73.txt · Last modified: 2024/05/15 12:58 by hmeij07