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 [2021/08/19 13:01]
hmeij07 [Kallisto & Trinity & FastQC]
cluster:73 [2021/10/15 14:08]
hmeij07 [Miniconda2]
Line 19: Line 19:
 Some compilations require 7.x and are in /share/apps/CENTOS7 \\ Some compilations require 7.x and are in /share/apps/CENTOS7 \\
  
-====== Miniconda2 =====+===== Hoomd ===== 
 + 
 +HOOMD-blue is a Python package that runs simulations of particle systems on CPUs and GPUs. 
 + 
 +  * https://hoomd-blue.readthedocs.io/en/latest/index.html 
 +  * requires both minconda3 (centos7) **and** cuda-10.2 (so queue exx96 only) 
 +  * starrlab 
 + 
 +Set up env for miniconda and cuda 
 + 
 +<code> 
 + 
 + export CUDAHOME=/usr/local/cuda-10.2 
 + export PATH=/usr/local/cuda-10.2/bin:$PATH 
 + export LD_LIBRARY_PATH=/usr/local/cuda-10.2/lib:$LD_LIBRARY_PATH 
 + export LD_LIBRARY_PATH=/usr/local/cuda-10.2/lib64:$LD_LIBRARY_PATH 
 + 
 + 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 mpirun python conda 
 + which nvcc 
 + 
 +# installation (not sure how this works, does the * not get expanded in shell?) 
 +# seems to have worked forcing gpu package install on greentail52 
 + conda install -c conda-forge hoomd=*=*gpu* 
 + 
 + 
 +$ conda list | egrep -i "cuda|hoomd" 
 +cudatoolkit               11.0.221             h6bb024c_0   
 +hoomd                     2.9.4           gpu_py38h02d30ca_1    conda-forge 
 + 
 +</code> 
 + 
 +   * installed/updated were... 
 + 
 +<code> 
 + 
 +    ca-certificates-2021.10.8  |       ha878542_0         139 KB  conda-forge 
 +    certifi-2021.10.8          |   py38h578d9bd_0         145 KB  conda-forge 
 +    conda-4.10.3                 py38h578d9bd_2         3.0 MB  conda-forge 
 +    cudatoolkit-11.0.221             h6bb024c_0       622.9 MB 
 +    hoomd-2.9.4                |gpu_py38h02d30ca_1        46.2 MB  conda-forge 
 +    openssl-1.1.1h                   h516909a_0         2.1 MB  conda-forge 
 +    tbb-2020.2                       hc9558a2_0         1.4 MB  conda-forge 
 + 
 +</code>  
 + 
 +===== Miniconda2 =====
  
   * miniconda2 (python 2.7) is hiding in section   * miniconda2 (python 2.7) is hiding in section
Line 510: Line 559:
   * centos7 R v 3.6.0   * centos7 R v 3.6.0
   * use your HPC username and credentials   * use your HPC username and credentials
 +
 +<code>
 +
 +# native OS installation for rstudio
 +/bin/R
 +
 +</code>
  
 ====== DMTCP ===== ====== DMTCP =====
Line 634: Line 690:
 </code> </code>
  
-  * https://github.com/ncbi/sra-tools/+  * **sratools** https://github.com/ncbi/sra-tools/
   * The SRA Toolkit and SDK from NCBI is a collection of tools and libraries for using data in the INSDC Sequence Read Archives.   * The SRA Toolkit and SDK from NCBI is a collection of tools and libraries for using data in the INSDC Sequence Read Archives.
   * requires centos7 (glibc) so queues mwgpu, amber128, exx96   * requires centos7 (glibc) so queues mwgpu, amber128, exx96
Line 643: Line 699:
  
 </code> </code>
 +
 +  * **adapterremoval** https://github.com/MikkelSchubert/adapterremoval
 +  * **bwa** https://github.com/lh3/bwa
 +  * **bowtie2** http://bowtie-bio.sourceforge.net/bowtie2/index.shtml
 +
 +These are all part of Miniconda3 (centos7), to setup the environment consult 
 +
 +  * https://dokuwiki.wesleyan.edu/doku.php?id=cluster:73#miniconda3
 +    * queues: mwgpu, amber128, exx96, debug server greentail52
 +
 +They are also available via Miniconda2 (centos6), consult
 +
 +  * https://dokuwiki.wesleyan.edu/doku.php?id=cluster:73#miniconda2
 +    * queues: hp12, mw256fd, tinymem, debug server swallowtail
 +
 +<code>
 +
 +[hmeij@greentail52 ~]$ conda list | egrep "adapterremoval|bwa|bowtie"
 +adapterremoval            2.3.2                hb7ba0dd_0    bioconda
 +bowtie2                   2.2.5            py38hed8969a_7    bioconda
 +bwa                       0.7.17               hed695b0_7    bioconda
 +
 +</code>
 +
  
  
Line 964: Line 1044:
   * location: /share/apps/FastQC/0.11.8   * location: /share/apps/FastQC/0.11.8
   * https://www.bioinformatics.babraham.ac.uk/projects/fastqc/   * https://www.bioinformatics.babraham.ac.uk/projects/fastqc/
-  * biolab (jcoolon, tearley)+  * requires centos6, may not run on centos7 
 +    * queues: hp12, tinymem, mw256fd mw128 
 +    * debug server swallowtail 
 +  * biolab (coolonlab, tearley)
  
  
cluster/73.txt · Last modified: 2024/05/15 12:58 by hmeij07