Warning: Undefined array key "DOKU_PREFS" in /usr/share/dokuwiki/inc/common.php on line 2082
cluster:73 [DokuWiki]

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 [2022/04/07 10:48]
hmeij07
cluster:73 [2022/08/03 10:38]
hmeij07 [Amber]
Line 4: Line 4:
 ====== Software ====== ====== Software ======
  
-[[cluster:215|OpenHPC Software]]+[[cluster:215|OpenHPC Software]] for **Rocky 8** 
 + 
 +Below is all centos 6 and/or 7, which may or may not run in 8. 
  
 IMPORTANT NOTE: **Since moving to the TrueNAS/ZFS appliance all references to** ''/home/apps'' **should be replaced with** ''/share/apps'' **which points to** ''/zfshomes/apps'' IMPORTANT NOTE: **Since moving to the TrueNAS/ZFS appliance all references to** ''/home/apps'' **should be replaced with** ''/share/apps'' **which points to** ''/zfshomes/apps''
Line 315: Line 318:
  
 ** Flye ** ** Flye **
 +
 +Somewhat annoying, no miniconda3 package, so local install, use minconda3 env
 +
 +  * v2.9
 +  * python bin/flye
 +
 +<code>
 +
 +export PATH=/share/apps/CENTOS7/flye/2.9/bin:$PATH
 +export LD_LIBRARY_PATH=/share/apps/CENTOS7/flye/2.9/lib:$LD_LIBRARY_PATH
 +which flye
 +/share/apps/CENTOS7/flye/2.9/bin/flye
 +flye --version
 +2.9-b1774
 +
 +</code>
  
   * https://github.com/fenderglass/Flye    * https://github.com/fenderglass/Flye 
Line 640: Line 659:
 Using htslib 1.9 Using htslib 1.9
 Copyright (C) 2018 Genome Research Ltd. Copyright (C) 2018 Genome Research Ltd.
 +
 +</code>
 +
 +  * **iqtree** fcohanlab/jwang06
 +
 +<code>
 +
 +[hmeij@greentail52 ~]$ iqtree --version
 +IQ-TREE multicore version 2.0.3 for Linux 64-bit built Dec 20 2020
 +
  
 </code> </code>
Line 942: Line 971:
 [hmeij@petaltail ~]$ mapDamage --version [hmeij@petaltail ~]$ mapDamage --version
 2.0.6 2.0.6
 +
 +</code>
 +
 +  * **PCAngsd**, requires miniconda3's python
 +  * https://github.com/Rosemeis/pcangsd
 +  * apparently the repo is needed ''/share/apps/CENTOS7/pcangsd/1.1.0''
 +
 +<code>
 +
 +source /share/apps/CENTOS7/amber/miniconda3/etc/profile.d/conda.sh
 +export PATH=/share/apps/CENTOS7/amber/miniconda3/bin:$PATH
 +export LD_LIBRARY_PATH=/share/apps/CENTOS7/amber/miniconda3/lib:$LD_LIBRARY_PATH
 +
 +which pcangsd
 +/share/apps/CENTOS7/amber/miniconda3/bin/pcangsd
 +pcangsd --version
 +pcangsd 1.10
 +
 +</code>
 +
 +  * **Standard RAxML version**
 +  * https://github.com/stamatak/standard-RAxML
 +
 +<code>
 +
 +# add path to $PATH
 +
 +[hmeij@greentail52 tmp]$ ll /share/apps/CENTOS7/raxml/8.2.12/
 +total 3202
 +-rwxr-xr-x 1 hmeij its 1177632 Apr 25 14:49 raxmlHPC-AVX
 +-rwxr-xr-x 1 hmeij its 1177632 Apr 25 14:49 raxmlHPC-AVX2
 +-rwxr-xr-x 1 hmeij its 1152040 Apr 25 14:49 raxmlHPC_serial
 +-rwxr-xr-x 1 hmeij its 1185704 Apr 25 14:49 raxmlHPC-SSE3
  
 </code> </code>
Line 1303: Line 1365:
 cufflinks                 2.2.1                    py27_2    bioconda cufflinks                 2.2.1                    py27_2    bioconda
 samtools                  1.13                 h8c37831_0     samtools                  1.13                 h8c37831_0    
 +
 +# fcohan lab
 +[hmeij@petaltail ~]$ iqtree --version
 +IQ-TREE multicore version 2.1.4-beta COVID-edition for Linux 64-bit built Jun 24 2021
  
 </code> </code>
 +
 +
  
 **Trinity** assembles transcript sequences from Illumina RNA-Seq data. **Trinity** assembles transcript sequences from Illumina RNA-Seq data.
Line 3194: Line 3262:
  
 ====== Amber ======  ====== Amber ====== 
 +
 +** Amber 22 **
 +
 +Details on how to run on CentOS7 can be found at
 +
 +  * https://dokuwiki.wesleyan.edu/doku.php?id=cluster:214#amber22
  
 ** Amber 20 ** ** Amber 20 **
cluster/73.txt · Last modified: 2024/05/15 08:58 by hmeij07