The installtion of GeneWise in Centos6.5 (在Centos6.5上的GeneWise安装)

wget -c http://www.ebi.ac.uk/~birney/wise2/wise2.4.1.tar.gz --no-check-certificate

tar -zxf wise2.4.1.tar.gz
cd wise2.4.1
cd src/
cp ~/wise2.4.1/src/HMMer2/sqio.c ~/sqio.c.bak
sed -i 's/getline/new_getline/g' ~/wise2.4.1/src/HMMer2/sqio.c >> sqio.c

cd
wget -c https://download.gnome.org/sources/glib/2.10/glib-2.10.0.tar.gz
tar -zxf glib-2.10.0.tar.gz
cd glib-2.10.0
mkdir ~/glib
./configure --prefix=/home/train/glib
make
cd..
export CFLAGS='-I/usr/include -I/home/train/glib/include'

cd wise2.4.1/src/
find . -name makefile | xargs sed -i 's/glib-config/pkg-config glib-2.0/g'
sed -i 's/isnumber/isdigit/g' models/phasemodel.c
make all
export WISECONFIGDIR=/home/train/wise2.4.1/wisecfg/
make test
echo 'export PATH=$PATH:/home/train/wise2.4.1/src/bin/' >> ~/.bashrc
echo 'export WISECONFIGDIR=/home/train/wise2.4.1/wisecfg/' >> ~/.bashrc
source ~/.bashrc

参考: 1、GENEWISE 的使用 2、同源注释工具GeneWise安装和使用 3、genewise.rb 4、Tutorial: Getting Cegma/Genewise To Work On Centos, Rhel

此条目发表在Linux, NGS_analysis分类目录。将固定链接加入收藏夹。

发表评论

邮箱地址不会被公开。 必填项已用*标注

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four 
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

For more help see http://daringfireball.net/projects/markdown/syntax

Protected with IP Blacklist CloudIP Blacklist Cloud