NEWEST /    BACK >

TIGR が消えてた・・・

http://compbio.dfci.harvard.edu/tgi/

DFCIに移ったそうです

| BioInformatics::Other | 06:11 PM | comments (0) | trackback (x) |

MEME + OpenMPI + GridEngine (SGE)

"MEME currently does not support Open MPI" とつれない MEME ですが、
OpenMPI でちゃんと動きました。

% ./configure --with-mpidir=/openmpi_root_path

で、コンパイル&インストール
SGEのスクリプトはこう書きます

 #!/bin/sh
 #$ -pe mpi_pe 8
 
 meme data_set meme_option -p 8


インストールガイドに、
Once mpicc and qsub are located by configure, the parallel version of MEME,
called meme_p is compiled and installed automatically via commands make and make install.

とあるので、思わず meme_p と書いてしまいそうですがこれは間違いで
meme_p は meme から自動で呼ばれ、気にしなくていいもののようです。
the -p <np> argument causes a version of MEME compiled for a parallel CPU architecture to be run. (By placing <np> in quotes you may pass installation specific switches to the 'mpirun' command. The number of processors to run on must be the first argument following -p).

とあり、コンパイルうまくいってれば mpirun を書く必要もないということでした〜

| BioInformatics::Software | 09:09 AM | comments (0) | trackback (x) |

MrBayes インストールで /usr/bin/ld: cannot find エラー

MrBayes を64bit版、MPI対応でインストール。

 % less Makefile

  ARCHITECTURE = unix
  MPI = yes
  OPTFLAGS = -O3


ここいらでバッチをゲット
http://technical.bestgrid.org/index.php/Bioinformatics_applications_at_University_of_Canterbury_HPC

 % setenv OBJECT_MODE 64
 % make _64BIT=yes


  /usr/bin/ld: cannot find -lncurses

この場合、-l に続くパッケージ(nucurses)のライブラリがないので、
yum で(探してから)インストール

 % yum search ncurses

 % yum install ncurses-devel.x86_64


エラーはなくなりインストール完了しました

| BioInformatics::Software | 01:32 PM | comments (0) | trackback (x) |

phrap以外のソフトで作られたACEファイルをconsedで開く

% consed -nophd -ace foo.ace


| BioInformatics::Software | 10:20 AM | comments (0) | trackback (x) |

MATLAB PCT が JobManager を見つけられない


Parallel Computing Toolbox から、Distributed Computing Server の JobManager に接続できない T T

MATLAB/Parallel から MDCS JobManager を設定し、
「Start Validation」をポチッとすると Test Stage - Find Resource でいきなりエラー
該当場所のコードはこんなの
 sched = findResource('jobmanager','LookupURL','foo.nibb.ac.jp')

続き▽

| BioInformatics::Software | 01:58 PM | comments (0) | trackback (x) |

NEWEST / PAGE TOP /    BACK >


ARCHIVES

<前月 2010年09月 次月>
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30   

CATEGORIES

OTHER