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
- How to use rman backup a noarchivelog databaseHiveDatabase
- Exclusive access could not be obtained because the database is in useAIDatabase
- How to use the Automatic Database Diagnostic Monitor(一)Database
- Oracle Database on NFS : unable to lock file - already in use" ErrorOracleDatabaseNFSError
- To use Rman to duplicate database be careful of db_file_name_convertDatabase
- Msg 3702:Cannot drop the database 'gcard' because it is currently in use.DatabaseGC
- use database 切換提示You can turn off this feature to get a quicker startupDatabaseUI
- When to Use Startup / Shutdown DB and Alter Database Command in 12c_1582453.1Database
- ora-02020 too many database links in useDatabase
- Use Database Replay Feature to Help With Upgrade From 10.2.0.4 to 11g_748895.1Database
- 【轉載】Kano Model — Ways to use it and NOT use it
- Elasticsearch中URI Search和RequestBody Search分析Elasticsearch
- JavaScript search()JavaScript
- the "in" use in mysqlMySql
- nginx useNginx
- PDF Search mac如何使用?PDF Search使用教程Mac
- oracle hint_use_concat_use_nl_with_indexOracleIndex
- LintCode-Search Range in Binary Search Tree
- Elasticsearch Search APIElasticsearchAPI
- 查詢 Search
- plsql use skillsSQL
- GPFS use with OracleOracle
- how to use typeset?
- USE EXPLAIN PLANAI
- URL search 屬性
- elasticsearch(八)---search apiElasticsearchAPI
- Elasticsearch——Filter search resultsElasticsearchFilter
- elasticsearch之search templateElasticsearch
- Linux Packages SearchLinuxPackage
- Elastic Search Java ApiASTJavaAPI
- Search Insert Position
- google search grammerGo
- Use PHP7PHP
- IPFS_basic_use
- how to use coffee script
- Use index_descIndex
- why use dynamic SQL?SQL