# pwd = /home/user/intern/RNA-seq
mkdir -p ~/intern/RNA-seq/
cd ~/intern/RNA-seq/
wget https://ccb.jhu.edu/software/tophat/downloads/tophat-2.1.1.Linux_x86_64.tar.gz
tar xvfz tophat-2.1.1.Linux_x86_64.tar.gz
cd tophat-2.1.1.Linux_x86_64.tar.gz
vi ./tophat
#첫번째 줄 python을 python2로 수정
cd ~
mkdir ~/bin
cd ~/bin
ln -s ~/tophat-2.0.0.Linux_x86_64/tophat
#설치확인
cd ~
tophat
'Bioinfomatics' 카테고리의 다른 글
[Review]method for prediction miRNA target (0) | 2022.09.25 |
---|---|
[GCTx format] (0) | 2022.08.19 |
[RNA-seq analysis protocol] Differential gene and transcript expression analysis of RNA-seq experiments with TopHat and Cufflinks (수정중) (0) | 2022.08.19 |
[centrifuge] 설치 및 실행하기 (0) | 2022.08.12 |
[BDS] CH9 Working with Range Data (0) | 2022.08.01 |