download: http://hannonlab.cshl.edu/fastx_toolkit/download.html
1. libgtextutils-0.6.1.tar.bz2 설치
> wget -r [tools download page link]
> bunzip2 libgtextutils-0.6.1.tar.bz2
> tar -xvf libgtextutils-0.6.1.tar
2. 해당 폴더로 가서 설치
> ./configure --prefix=/my/local/page/libgtextutils-0.6.1
> make
> make install
출처: http://hannonlab.cshl.edu/fastx_toolkit/pkg_config_email.txt
3. path 설정
> pkg-config --cflags libgtextutils-0.6.1
If your file was installed into "/usr/local/lib..." but pkg-config shows the following error: Package gtextutils-0.1 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtextutils-0.1.pc' to the PKG_CONFIG_PATH environment variable No package 'gtextutils-0.1' found
4. fastx_toolkit-0.0.13.2.tar.bz2 설치
> wget -r [tools download page link]
> bunzip2 fastx_toolkit-0.0.13.2.tar.bz2
> tar -xvf fastx_toolkit-0.0.13.2.tar
5. 해당 폴더로 가서 설치
> ./configure --prefix=/my/local/page/fastx_toolkit-0.0.13.2
> make
> make install
6. /my/local/page/fastx_toolkit-0.0.13.2/bin 폴더에 fastx toolkit들이 설치된 것을 확인
---------------------------------------------------------------------------------------------------
fastx toolkit 의 fastq_quality_boxplot_graph.sh 명령어 실행 시
fastq_quality_boxplot_graph.sh: line 162: gnuplot: command not found 와 같은 오류 발생.
gnuplot 프로그램을 설치해야 함.
homepage: http://www.gnuplot.info/
download: http://sourceforge.net/projects/gnuplot/files/gnuplot/4.6.3/
1. 프로그램 다운로드
> wget -r [program]
2. 압축을 풀고 해당 폴더로 가서 설치
> tar -xvzf gnuplot-4.6.3.tar.gz
> cd gnuplot-4.6.3
> ./configure
> make
> sudo make install
'Bioinformatics > New Tech' 카테고리의 다른 글
vector trim을 위한 NCBI vecscreen 서버에 설치하기 (0) | 2014.01.23 |
---|---|
BLAST local db setting (0) | 2014.01.20 |
GWAS? TCGA? ENCODE? (0) | 2013.11.01 |
Fold Change (0) | 2013.10.11 |
미토콘드리아 모계 유전 (0) | 2013.07.29 |