<?xml version="1.0" encoding="UTF-8" ?>
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
		         xmlns="http://purl.org/rss/1.0/"
		         xmlns:dc="http://purl.org/dc/elements/1.1/"
		         xmlns:content="http://purl.org/rss/1.0/modules/content/"
		         xmlns:cc="http://web.resource.org/cc/" xml:lang="ja">
		<channel rdf:about="http://www.nibb.ac.jp/hiroyo/index.php?mode=rss">
		<title>Hiroyo’s Outbox</title>
		<link>http://www.nibb.ac.jp/hiroyo/</link>
		<description></description>
		<dc:language>ja</dc:language>
		<items>
		<rdf:Seq>
		<rdf:li rdf:resource="http://www.nibb.ac.jp/hiroyo/index.php?e=38" />
		<rdf:li rdf:resource="http://www.nibb.ac.jp/hiroyo/index.php?e=37" />
		<rdf:li rdf:resource="http://www.nibb.ac.jp/hiroyo/index.php?e=36" />
		<rdf:li rdf:resource="http://www.nibb.ac.jp/hiroyo/index.php?e=35" />
		<rdf:li rdf:resource="http://www.nibb.ac.jp/hiroyo/index.php?e=34" />
		</rdf:Seq>
		</items>
		</channel>
		
		<item rdf:about="http://www.nibb.ac.jp/hiroyo/index.php?e=38"><link>http://www.nibb.ac.jp/hiroyo/index.php?e=38</link><title>TIGR が消えてた・・・</title><description>http://compbio.dfci.harvard.edu/tgi/DFCIに移ったそうです</description><content:encoded><![CDATA[<span style="font-size:10px;">http://compbio.dfci.harvard.edu/tgi/<br /><br />DFCIに移ったそうです</span>]]></content:encoded><dc:subject>BioInformatics::Other</dc:subject><dc:date>2010-07-20T18:11:12+09:00</dc:date><dc:creator>Hiroyo NISHIDE</dc:creator><dc:publisher>BlognPlus</dc:publisher><dc:rights>Hiroyo NISHIDE</dc:rights></item>
		<item rdf:about="http://www.nibb.ac.jp/hiroyo/index.php?e=37"><link>http://www.nibb.ac.jp/hiroyo/index.php?e=37</link><title>MEME + OpenMPI + GridEngine (SGE)</title><description>&quot;MEME currently does not support Open MPI&quot; とつれない MEME ですが、OpenMPI でちゃんと動きました。 % ./configure --with-mpidir=/openmpi_root_pathで、コンパイル＆インストールSGEのスクリプトはこう書きます　#!/bin/sh　#$ -pe mpi_pe 8　　meme data_set meme_option -p 8インストールガ</description><content:encoded><![CDATA[<span style="font-size:10px;">"MEME currently does not support Open MPI" とつれない MEME ですが、<br />OpenMPI でちゃんと動きました。<br /><br /> <font color="blue">% ./configure --with-mpidir=/openmpi_root_path</font><br /><br />で、コンパイル＆インストール<br />SGEのスクリプトはこう書きます<br /><br /><font color="brown">　#!/bin/sh<br />　#$ -pe mpi_pe 8<br />　<br />　meme data_set meme_option -p 8</font><br /><br />インストールガイドに、<br /><blockquote>Once mpicc and qsub are located by configure, the parallel version of MEME, <br />called meme_p is compiled and installed automatically via commands make and make install.</blockquote><br />とあるので、思わず meme_p と書いてしまいそうですがこれは間違いで<br />meme_p は meme から自動で呼ばれ、気にしなくていいもののようです。<br /><blockquote>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).</blockquote><br />とあり、コンパイルうまくいってれば mpirun を書く必要もないということでした〜</span>]]></content:encoded><dc:subject>BioInformatics::Software</dc:subject><dc:date>2010-06-23T09:09:12+09:00</dc:date><dc:creator>Hiroyo NISHIDE</dc:creator><dc:publisher>BlognPlus</dc:publisher><dc:rights>Hiroyo NISHIDE</dc:rights></item>
		<item rdf:about="http://www.nibb.ac.jp/hiroyo/index.php?e=36"><link>http://www.nibb.ac.jp/hiroyo/index.php?e=36</link><title>MrBayes インストールで /usr/bin/ld: cannot find エラー</title><description>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&lt;</description><content:encoded><![CDATA[<span style="font-size:10px;">MrBayes を64bit版、MPI対応でインストール。<br /><br /><font color="blue">　% less Makefile </font><br /><br />　　<font color="brown">ARCHITECTURE = unix   <br />　　MPI = yes<br />　　OPTFLAGS = -O3</font><br /><br />ここいらでバッチをゲット<br />http://technical.bestgrid.org/index.php/Bioinformatics_applications_at_University_of_Canterbury_HPC<br /><br />　<font color="blue">% setenv OBJECT_MODE 64<br />　% make _64BIT=yes</font><br /><br />　　<font color="red">/usr/bin/ld: cannot find -lncurses</font><br /><br />この場合、-l に続くパッケージ（nucurses）のライブラリがないので、<br />yum で（探してから）インストール<br /><br /><font color="blue">　% yum search ncurses<br /><br />　% yum install ncurses-devel.x86_64</font><br /><br />エラーはなくなりインストール完了しました</span>]]></content:encoded><dc:subject>BioInformatics::Software</dc:subject><dc:date>2010-06-07T13:32:15+09:00</dc:date><dc:creator>Hiroyo NISHIDE</dc:creator><dc:publisher>BlognPlus</dc:publisher><dc:rights>Hiroyo NISHIDE</dc:rights></item>
		<item rdf:about="http://www.nibb.ac.jp/hiroyo/index.php?e=35"><link>http://www.nibb.ac.jp/hiroyo/index.php?e=35</link><title>sort: open failed: +1: No such file or directory</title><description>シェルのソートコマンド、n番目のフィールドでソート：+n オプションが使えなくなったんですねー代わりに　-k オプションで指定してやるらしいです。  sort -r -t&quot;   &quot; +1　   ↓  sort -r -t&quot;   &quot; -k 1&quot;  On older systems, `sort' supports an obsolete origin-zero syntax`+POS1 [-POS2]' for</description><content:encoded><![CDATA[<span style="font-size:10px;">シェルのソートコマンド、<br />n番目のフィールドでソート：+n <br />オプションが使えなくなったんですねー<br /><br />代わりに　-k オプションで指定してやるらしいです。<br /><br />  sort -r -t"   " +1<br />　   ↓<br />  <font color="blue">sort -r -t"   " -k 1</font></span><br /><br /><span style="font-size:9px;">"  On older systems, `sort' supports an obsolete origin-zero syntax<br />`+POS1 [-POS2]' for specifying sort keys.  POSIX 1003.1-2001 (*note<br />Standards conformance::) does not allow this; use `-k' instead. "</span><br />]]></content:encoded><dc:subject>Other</dc:subject><dc:date>2010-04-20T11:41:27+09:00</dc:date><dc:creator>Hiroyo NISHIDE</dc:creator><dc:publisher>BlognPlus</dc:publisher><dc:rights>Hiroyo NISHIDE</dc:rights></item>
		<item rdf:about="http://www.nibb.ac.jp/hiroyo/index.php?e=34"><link>http://www.nibb.ac.jp/hiroyo/index.php?e=34</link><title>Not an ARRAY reference at  foo/perl5/Heap/Elem.pm line 31</title><description>マシンを引っ越して Heap を CPANからインストールしたらHeap::Elen で上記のエラー Not an ARRAY reference at foo/Heap/Elem.pm line 31どうもバージョン0.80のバグ（？）で本家CPANのバグレポートにこうありますIn version 0.80, Heap::Elem appears to be implemented as a blessed array instead of a blessed hash. This means it is no longer </description><content:encoded><![CDATA[<span style="font-size:10px;">マシンを引っ越して Heap を CPANからインストールしたら<br />Heap::Elen で上記のエラー<br /><br /> <font color="red">Not an ARRAY reference at foo/Heap/Elem.pm line 31</font><br /><br />どうもバージョン0.80のバグ（？）で本家CPANのバグレポートにこうあります<br /><blockquote>In version 0.80, Heap::Elem appears to be implemented as a <br />blessed array instead of a blessed hash. This means it is no <br />longer possible to make an object heapable as described in the <br />"Inheriting" section of Heap::Elem's POD.<br /></blockquote><br />えーっと、今までハッシュ型をblessしてたのを配列でやらないと<br />とのことですが、手元のプログラムで Heap::Elen の該当箇所を呼んでるのは Heap::Fibonacci で、これを書き直すの？？<br /><br />昔のマシンでは動いていたはずなので、他のマシンを探しまわって Heap0.7.1 を入手。<br /><br />　<font color="blue">perl_lib_dir/Heap071/</font><br /><br />に入れておいて、呼び出しは下記で<br /><br />　<font color="blue">use Heap071::Fibonacci;</font><br /><br />うーん　でも他に代替品ないのかな</span>]]></content:encoded><dc:subject>Programing::perl</dc:subject><dc:date>2010-03-26T15:29:21+09:00</dc:date><dc:creator>Hiroyo NISHIDE</dc:creator><dc:publisher>BlognPlus</dc:publisher><dc:rights>Hiroyo NISHIDE</dc:rights></item></rdf:RDF>