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/06/18 19:03]
hmeij07 [Sequencing Tools]
cluster:73 [2020/07/13 14:49]
hmeij07 [LAMMPS CPU/GPU]
Line 15: Line 15:
 Some compilations require 7.x and are in /share/apps/CENTOS7 \\ Some compilations require 7.x and are in /share/apps/CENTOS7 \\
  
-====== Sequencing Tools ======+====== Sequencing Tools #2 ======
  
   * macs python package (macs2 see below)   * macs python package (macs2 see below)
Line 22: Line 22:
   * https://broadinstitute.github.io/picard/   * https://broadinstitute.github.io/picard/
   * https://bedtools.readthedocs.io/en/latest/content/installation.html   * https://bedtools.readthedocs.io/en/latest/content/installation.html
 +  * padillalab 
  
 <code> <code>
Line 32: Line 33:
 # ls /share/apps/CENTOS6/python/2.7.9/bin/macs2 # ls /share/apps/CENTOS6/python/2.7.9/bin/macs2
 /share/apps/CENTOS6/python/2.7.9/bin/macs2 /share/apps/CENTOS6/python/2.7.9/bin/macs2
 +
 +# or change python version to
 +which python: /share/apps/CENTOS7/python/3.8.3/bin/python
 +pip list: Package         Version
 +--------------- -------
 +bowtie          0.11.0
 +MACS2           2.2.7.1
 +numpy           1.18.5
 +picard          2.3.2
 +scipy           1.4.1
  
  
Line 67: Line 78:
     * portainer     * portainer
   * consult [[cluster:193|Docker Containers Usage]]   * consult [[cluster:193|Docker Containers Usage]]
 +  * QAC
  
 ====== Paleogenomics Tools ====== ====== Paleogenomics Tools ======
Line 76: Line 88:
   * BCFtools:Reading/writing BCF2/VCF/gVCF files and calling/filtering/summarising SNP and short indel sequence variants   * BCFtools:Reading/writing BCF2/VCF/gVCF files and calling/filtering/summarising SNP and short indel sequence variants
   * HTSlib: A C library for reading/writing high-throughput sequencing data    * HTSlib: A C library for reading/writing high-throughput sequencing data 
 +  * Archeology (kbrunson)
  
 <code> <code>
Line 123: Line 136:
   * https://openstructure.org/   * https://openstructure.org/
   * recipe at /share/apps/CENTOS6/openstructure/1.9-install.txt   * recipe at /share/apps/CENTOS6/openstructure/1.9-install.txt
 +  * Starrlab
  
 OpenStructure relies on these applications and Python 2.7.15 (see python2 section). OpenStructure relies on these applications and Python 2.7.15 (see python2 section).
Line 177: Line 191:
   * add the bin/ directory to your PATH (see examples on this page)   * add the bin/ directory to your PATH (see examples on this page)
   * http://abacus.gene.ucl.ac.uk/software/paml.html   * http://abacus.gene.ucl.ac.uk/software/paml.html
 +  * fcolanlab (wmei, ndelgaudio)
  
 ====== Spyder ====== ====== Spyder ======
Line 186: Line 201:
 ====== Python3 ====== ====== Python3 ======
  
-Added to both versions\\+  * Python 3.8.3 
 +  * /share/apps/CENTOS7/python/3.8.3  (so queues mwgpu, exx96) 
 +  * most packages found on this page 
 +  * picked up mpirun from miniconda2 apps (that may be a problem) 
 + 
 +<code> 
 + 
 +# needed for _ctypes to compile properly for https retrievals 
 + yum install openssl openssl-devel 
 + yum install yum install libffi-devel libffi 
 + 
 +  tar -xvf ../Python-3.8.3.tgz 
 +  cd Python-3.8.3/ 
 +  ./configure --prefix=/share/apps/CENTOS7/python/3.8.3 --enable-optimizations 
 +  make 
 +  make install 
 +  pip3 install --upgrade pip 
 +# make symbolic links python3->pyhton, pip3->pip 
 +# drop all the packages in from previous versions 
 +https://dokuwiki.wesleyan.edu/doku.php?id=cluster:73#python3 
 + 
 +</code> 
 + 
 + 
 +Added to both 3.5.2 versions\\
 pycuda\\ pycuda\\
  --- //[[hmeij@wesleyan.edu|Henk]] 2020/02/18 08:45//  --- //[[hmeij@wesleyan.edu|Henk]] 2020/02/18 08:45//
Line 387: Line 426:
   * 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)
  
  
Line 507: Line 547:
  
  
-====== Sequencing Tools ======+====== Sequencing Tools #1 ======
  
 All of these are located in /share/apps/CENTOS6/python/3.5.2/ All of these are located in /share/apps/CENTOS6/python/3.5.2/
Line 516: Line 556:
   * deepbinner --help   * deepbinner --help
   * https://github.com/rrwick/Deepbinner   * https://github.com/rrwick/Deepbinner
 +  * fcohanlab (ndelgaudio)
  
 **Canu**: a single molecule sequence assembler for genomes large and small.  **Canu**: a single molecule sequence assembler for genomes large and small. 
Line 624: Line 665:
   * gpu version local to n78   * gpu version local to n78
   * sample programs /home/hmeij/freesurfer   * sample programs /home/hmeij/freesurfer
 +  * mindlab (ploui et al)
  
 ====== FSL ======  ====== FSL ====== 
Line 633: Line 675:
   * gpu version local on n78   * gpu version local on n78
   * sample programs /home/hmeij/fsl   * sample programs /home/hmeij/fsl
 +  * mindlab (ploui et al)
  
 ====== Campari ======  ====== Campari ====== 
Line 702: Line 745:
  
   * www: https://github.com/hpparvi/PyTransit   * www: https://github.com/hpparvi/PyTransit
 +  * astrolab
  
  
Line 806: Line 850:
   * program: see below, binary download, no requirement checks.   * program: see below, binary download, no requirement checks.
   * www: http://www.atnf.csiro.au/computing/software/miriad/INSTALL.html   * www: http://www.atnf.csiro.au/computing/software/miriad/INSTALL.html
 +  * astrolab (kflaherty)
  
 <code> <code>
Line 852: Line 897:
   * program: see below   * program: see below
   * www: http://dan.iel.fm/emcee   * www: http://dan.iel.fm/emcee
 +  * astrolab (kflaherty)
  
 <code> <code>
Line 1216: Line 1262:
     * /share/apps/CENTOS7/lammps/03Mar2020.install     * /share/apps/CENTOS7/lammps/03Mar2020.install
     * CUDA_ARCH = sm_75 (probably only works on queue exx96)     * CUDA_ARCH = sm_75 (probably only works on queue exx96)
-  * sample script in ~hmeij/k20redo/run.rtx.lammps+  * **sample script in ~hmeij/k20redo/run.rtx.lammps**
  
 <code> <code>
cluster/73.txt · Last modified: 2024/05/15 12:58 by hmeij07