GISTIC2.0 安装(GISTIC2.0 Install)

Ubuntu install

#install
mkdir /opt/biosoft/GISTIC_2_0_23
tar -xf GISTIC_2_0_23.tar.gz -C /opt/biosoft/GISTIC_2_0_23/

#install matlab 建议参考CentOS的安装方式
mkdir /opt/sysoft/MATLAB
cd MCR_Installer/
unzip MCRInstaller.zip
./install -mode silent -agreeToLicense yes -destinationFolder /opt/sysoft/MATLAB/
echo 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/sysoft/MATLAB/v83/bin/glnxa64/' >> ~/.bashrc
echo 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/sysoft/MATLAB/v83/runtime/glnxa64/' >> ~/.bashrc
sudo apt-get install libncurses5*
echo 'export PATH=$PATH:/opt/sysoft/MATLAB/v83/' >> ~/.bashrc
source ~/.bashrc
ln -s /opt/sysoft/MATLAB/v83 /opt/biosoft/GISTIC_2_0_23/MATLAB_Compiler_Runtime/

#test
cd /opt/biosoft/GISTIC_2_0_23
./run_gistic_example

CentOS install

#install
mkdir /opt/biosoft/GISTIC_2_0_23
tar -xf GISTIC_2_0_23.tar.gz -C /opt/biosoft/GISTIC_2_0_23/

#install matlab
cd /opt/biosoft/GISTIC_2_0_23/
cd MCR_Installer/
unzip MCRInstaller.zip
./install -mode silent -agreeToLicense yes -destinationFolder /opt/biosoft/GISTIC_2_0_23/MATLAB_Compiler_Runtime/ #注意需要打开X11
echo 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/biosoft/GISTIC_2_0_23/MATLAB_Compiler_Runtime/v83/runtime/glnxa64:/opt/biosoft/GISTIC_2_0_23/MATLAB_Compiler_Runtime/v83/bin/glnxa64:/opt/biosoft/GISTIC_2_0_23/MATLAB_Compiler_Runtime/v83/sys/os/glnxa64/' >> ~/.bashrc
echo 'export XAPPLRESDIR=$XAPPLRESDIR:/opt/biosoft/GISTIC_2_0_23/MATLAB_Compiler_Runtime/v83/X11/app-defaults' >> ~/.bashrc
source ~/.bashrc

#test
cd /opt/biosoft/GISTIC_2_0_23
./run_gistic_example 

#要是遇到ncurses缺少依赖的话需要安装ncurses库
#sudo yum install ncurses-base ncurses-devel #若需要自编译,源码地址:ftp://ftp.gnu.org/gnu/ncurses/ 
此条目发表在Linux, TCGA分类目录。将固定链接加入收藏夹。

GISTIC2.0 安装(GISTIC2.0 Install)》有3条回应

  1. 周一凡说:

    你好,我的系统是centos,我在安装libncurses5*的时候报错,说没有这个安装包。请问这个安装包是ubantu特有的吗?

发表评论

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

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