Changes between Version 5 and Version 6 of biocluster/AutoFACT
- Timestamp:
- Dec 8, 2009, 3:21:30 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
biocluster/AutoFACT
v5 v6 7 7 執行 AutoFACT 的系統需要有: Perl, BioPerl-1.4 (這個是perl下的module), 還有BLAST這樣就可以了 8 8 }}} 9 10 = 【說明】 = 11 12 13 = 【安裝】 = 14 1. 下載及安裝: 15 {{{ 16 cd /opt 17 wget http://www.bch.umontreal.ca/Software/AutoFACT_v3_4.tar 18 tar xvf AutoFACT_v3_4.tar 19 mv AutoFACT autofact 20 cd autofact 21 }}} 22 1. 設定路徑: 23 {{{ 24 echo "export PATH2AUTOFACT=/opt/AutoFACT" >> /etc/profile 25 source /etc/profile 26 }}} 27 1. 下載資料庫: 28 {{{ 29 cd /opt/autofact 30 mkdir db_files 31 cd db_files 32 sudo perl /opt/autofact/scripts/downloads_4_AutoFACT.pl 33 }}} 34 35 36 = 【路徑】 = 37 {{{ 38 /opt/autofact/ 39 }}} 40 41 = 【測試】 = 42 {{{ 43 44 }}} 45 46 = 【結果】 = 47 {{{ 48 49 }}}