Changes between Version 5 and Version 6 of biocluster/BLAST
- Timestamp:
- Sep 16, 2009, 12:51:16 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
biocluster/BLAST
v5 v6 3 3 * http://www.ncbi.nih.gov/BLAST/ 4 4 * Debian 套件: [http://packages.debian.org/blast2 blast2] 5 6 7 = 【說明】 =8 9 10 5 11 6 = 【安裝】 = … … 14 9 }}} 15 10 16 17 18 = 【執行】 =19 20 21 22 11 = 【測試】 = 23 12 資料庫: 24 13 * ftp://ftp.ncbi.nih.gov/blast/executables/LATEST/ 25 14 * ftp://ftp.ncbi.nih.gov/blast/executables/LATEST/blast-2.2.21-ia32-linux.tar.gz 15 16 1. 指令: 17 {{{ 18 formatdb -i nt.ests -p F -o T -n test.nt 19 }}} 20 輸出檔案:bl2seq.out 21 1. 指令: 22 {{{ 23 formatdb -i nt.ests -p F -o T -n test.nt 24 }}} 25 輸出檔案: 26 * test.nt.nhr test.nt.nsd 27 * test.nt.nin test.nt.nsi 28 * test.nt.nnd test.nt.nsq 29 * test.nt.nni formatdb.log 30 1. 指令: 31 {{{ 32 fastacmd -d test.nt -s 5986 33 }}} 34