windows平臺(tái)進(jìn)行基本三部曲
-
安裝,點(diǎn)擊此按鈕下載尋找exe下載安裝即可
-
建庫(kù)
makeblastdb.exe -in unigene.fasta -dbtype prot -out unigene.db
注意:若建立的是氨基酸數(shù)據(jù)庫(kù),則-dbtype相應(yīng)的改為nucl
圖片.png -
比對(duì)
blastn.exe -query msh.fasta -out blast.out.xls -db unigene.db -evalue 1e-5 -outfmt 6
outfmt


