Linux cluster

From CSBLwiki

(Difference between revisions)
Jump to: navigation, search
(MEME)
(MEME)
Line 10: Line 10:
*[http://biowulf.nih.gov/apps/meme.html parallel meme]
*[http://biowulf.nih.gov/apps/meme.html parallel meme]
<pre>qsub -v np=4 -l nodes=node1 memebatch.csh</pre>
<pre>qsub -v np=4 -l nodes=node1 memebatch.csh</pre>
-
*CPU time error: add following option
+
*CPU time error: add a following option
<pre>qsub -q infi</pre>
<pre>qsub -q infi</pre>
*memebatch.csh:
*memebatch.csh:

Revision as of 08:02, 19 March 2010

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
qsub -q infi
#!/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)


Modules

Log book

Panpyro

Personal tools
Namespaces
Variants
Actions
Site
Choi lab
Resources
Toolbox