2018-06-13 Use rpsblast to search Cdd database
makeprofiledb -title cdd -in Cdd.pn -out cdd -threshold 9.82 -scale 100.0 -dbtype rps -index true
The parameter above is default, so the following command is OK, too.
makeprofiledb -title cdd -in Cdd_NCBI.pn -out cdd
But My boss said we should use Cdd instead!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
makeprofiledb -title cdd -in Cdd.pn -out cdd
Then, use rpsblast to search the protein:
rpsblast -i [intput-sequence-path] -d [database-path] -F T -e 0.01 -m 9
-F filter query sequence with SEG
-e 0.01 = 1e-2
-m = 8 tabular output, -9 tabular output with comments
相關文章
- cdd
- use database 切換提示You can turn off this feature to get a quicker startupDatabaseUI
- 【轉載】Kano Model — Ways to use it and NOT use it
- nginx useNginx
- The database owner SID recorded in the master database differs from the database owner SID recorded in database 'DB_NAME'DatabaseAST
- Elasticsearch中URI Search和RequestBody Search分析Elasticsearch
- JavaScript search()JavaScript
- Be better to use NPMNPM
- WireGuard Use Notes
- plsql use skillsSQL
- Oracle Database Cloud - Database as a Service Quick StartOracleDatabaseCloudUI
- Error querying database. XXXXXXXXXXXXX, No database selected。ErrorDatabase
- Convert a Physical Standby Database into a Snapshot Standby DatabaseDatabase
- PDF Search mac如何使用?PDF Search使用教程Mac
- Elasticsearch Search APIElasticsearchAPI
- location.search
- 查詢 Search
- google search grammerGo
- Leetcode Word SearchLeetCode
- DevNow: Search with LunrjsdevJS
- MVC Search 4MVC
- Database TimeoutDatabase
- Database OverallDatabase
- database no shardingDatabase
- Use PHP7PHP
- efcore This MySqlConnection is already in useMySql
- the NTP socket is in use, exiting
- [Typescript] Use Bitwise FlagsTypeScript
- [Vue] Use render functionVueFunction
- Use IE userdata behavior
- use "jsdelivr" to host fileJSVR
- IPFS_basic_use
- Oracle 12.2 使用Database Link優化Standby Database WorkloadOracleDatabase優化
- elasticsearch(八)---search apiElasticsearchAPI
- URL search 屬性
- # Search in Rotated Sorted Array
- Elasticsearch——Filter search resultsElasticsearchFilter
- elasticsearch之search templateElasticsearch