bioinfo:kmer_analysis
This is an old revision of the document!
Table of Contents
K-mer analysis software
khmer
SGA preqc
KAT - The K-mer Analysis Toolkit
일반 정보
- 논문: KAT: a K-mer analysis toolkit to quality control NGS datasets and genome assemblies. Bioinformatics (2016) PubMed
설치
bioconda를 이용하여 설치하였다. CentOS 6.x에서 bioconda로 설치한 gnuplot은 약간 까다로운 에러를 발생한다.
gnuplot: error while loading shared libraries: libjpeg.so.8: cannot open shared object file: No such file or directory
차라리 $PATH 맨 앞에 /usr/local/bin(/gnuplot version 5.0 patchlevel 3)이 오게 만들어서 실행하는 것이 나을 것이다. 그러나 'set terminal png large size 1024,1024'를 문법적 에러로 인식할 수도 있다. 그래도 png 그림은 만들어진다.
gnuplot> set terminal png large size 1024,1024 ^ line 0: unrecognized terminal option
사용법
Hist mode
$ kat hist AH10_149ng_1.fastq AH10_149ng_2.fastq
GCP mode
bioinfo/kmer_analysis.1536038577.txt.gz · Last modified: 2021/03/17 13:09 (external edit)