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/11 19:31]
hmeij07 [Paleogenomics Tools]
cluster:73 [2021/08/19 12:58]
hmeij07 [Kallisto & Trinity & FastQC]
Line 18: Line 18:
 on either cottontail2 or node n33 located at /share/apps/CENTOS6 \\ on either cottontail2 or node n33 located at /share/apps/CENTOS6 \\
 Some compilations require 7.x and are in /share/apps/CENTOS7 \\ Some compilations require 7.x and are in /share/apps/CENTOS7 \\
 +
 +====== Miniconda2 =====
 +
 +  * miniconda2 (python 2.7) is hiding in section
 +  * "Kallisto & Trinity & FastQC"
 +    * some packages require centos 6 (like cufflinks)
 +  * many packages are also available in miniconda3 section
 +    * requires centos 7 (python 3.9)
 +
 +====== Sequencing Tools #4 ======
 +
 +Added to miniconda3, see section "Miniconda3"
 +
 +  * Requires centos7 so queues mwgpu, amber128, exx96
 +    * debug server greentail52
 +    * PREFIX=/share/apps/CENTOS7/miniconda3
 +    * python 3.9
 +  * jcoolon lab
 +    
 +
 +<code>
 +
 +# environment
 +source /share/apps/CENTOS7/miniconda3/etc/profile.d/conda.sh
 +export PATH=/share/apps/CENTOS7/miniconda3/bin:$PATH
 +export LD_LIBRARY_PATH=/share/apps/CENTOS7/miniconda3/lib:$LD_LIBRARY_PATH
 +
 +
 +    libgcc-7.2.0                     h69d50b8_2         304 KB  conda-forge
 +    samtools-1.7                              1         1.0 MB  bioconda
 +    bowtie2-2.2.5              |   py38hed8969a_7        11.8 MB  bioconda
 +    perl-5.26.2                |    h36c2ea0_1008        15.4 MB  conda-forge
 +    bedtools-2.30.0            |       hc088bd4_0        14.0 MB  bioconda
 +
 +# cufflinks requires centos 6, weird, so also added to miniconda2, 
 +# see section "Kallisto & Trinity & FastQC"
 +
 +</code>
  
 ====== Sequencing Tools #3 ====== ====== Sequencing Tools #3 ======
Line 935: Line 973:
  
 <code> <code>
 +
 + --- //[[hmeij@wesleyan.edu|Henk]] 2021/08/19 08:55//
 +\\
 +Added packages below for Prof Coolon's lab (skalra)
 +
 +<code>
 +
 +conda list | egrep -i "samtools|bowtie2|bedtools|cufflinks"
 +bedtools                  2.30.0               h7d7f7ad_1    bioconda
 +bowtie2                   2.3.5.1          py27he513fc3_0    bioconda
 +cufflinks                 2.2.1                    py27_2    bioconda
 +samtools                  1.13                 h8c37831_0    bioconda
 +
 +</code>
  
 export PATH="/share/apps/CENTOS6/miniconda2/bin:$PATH" export PATH="/share/apps/CENTOS6/miniconda2/bin:$PATH"
cluster/73.txt ยท Last modified: 2024/05/15 12:58 by hmeij07