conda create --yes -n centrifuge centrifuge
conda activate centrifuge
mkdir centrifuge
cd centrifuge
curl -O ftp://ftp.ccb.jhu.edu/pub/infphilo/centrifuge/data/p_compressed+h+v.tar.gz
tar -xvzf p_compressed+h+v.tar.gz
#paired-end
centrifuge -x p_compressed+h+v -1 example.1.fq -2 example.2.fq --report-file report.txt -S results.txt
#single-end
centrifuge -x p_compressed+h+v -U single.fq --report-file report.txt -S results.txt
reference)
1. https://genomics.sschmeier.com/ngs-taxonomic-investigation/index.html
'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 |
[tophat] 설치하기 (0) | 2022.08.12 |
[BDS] CH9 Working with Range Data (0) | 2022.08.01 |