Linux cluster

From CSBLwiki

(Difference between revisions)
Jump to: navigation, search
(MEME)
Line 1: Line 1:
[[image:panpyro.jpg|thumb|100px|right|panpyro 파이숭이]]
[[image:panpyro.jpg|thumb|100px|right|panpyro 파이숭이]]
 +
==Administration==
 +
*Change locale (language)
 +
<pre>bash shell:
 +
export LC_ALL=en_GB.ISO8859-1
 +
export LANG=en_GB.ISO8859-1
 +
</pre>
==Parallel computing==
==Parallel computing==
===MEME===
===MEME===
Line 19: Line 25:
===Bin directory (/home/tools)===
===Bin directory (/home/tools)===
*Statistical Packages
*Statistical Packages
-
**R-2.8.1  
+
**R-2.8.1
-
*assembly packages
+
***RMySQL
-
**amos
+
***DBI
 +
 
 +
*Assembly packages
 +
**AMOS
**EMBOSS(/usr/local/share/EMBOSS)
**EMBOSS(/usr/local/share/EMBOSS)
**EULER ( ?? )
**EULER ( ?? )
-
 
+
**''ab initio'' assembly
-
*ab initio assembly
+
***ARACHNE 3.2
-
**ARACHNE 3.2
+
***WGS
-
**WGS
+
**''de novo''
-
 
+
-
*de novo
+
#de Bruijn graphs
#de Bruijn graphs
##velvet
##velvet
Line 40: Line 47:
#??
#??
##SHARCGS
##SHARCGS
-
 
+
**comparative
-
*comparative
+
***maq 0.7.1
-
**maq 0.7.1
+

Revision as of 01:49, 26 August 2009

panpyro 파이숭이

Contents

Administration

bash shell:
export LC_ALL=en_GB.ISO8859-1
export LANG=en_GB.ISO8859-1

Parallel computing

MEME

qsub -v np=4 -l nodes=node1 memebatch.csh
#!/bin/csh
#PBS -N memejobtest
setenv PATH /usr/local/mpich/bin:$PATH
cd /home/users/igchoi/exp
mpirun -machinefile $PBS_NODEFILE -np $np /home/tools/MEME/bin/meme_p rep21-1.fasta -oc 072909.4 -protein -nmotifs 50 -minsites 2 -minw 8 -p 4

Programs Installed

Bin directory (/home/tools)

  1. de Bruijn graphs
    1. velvet
    2. abyss 1.0.5
  2. suffix tree-based approach
    1. QSRA
    2. SSAKE
  3. overlap-layout-consensus
    1. edena
  4. ??
    1. SHARCGS


Modules

Personal tools
Namespaces
Variants
Actions
Site
Choi lab
Resources
Toolbox