How to get the description of blast hit using blastdbcmd?
blastn -db nt -remote -query query.fa -entrez_query "Homo sapiens [Organism]" -outfmt 6 -out blast_res_2_nt.table
cat blast_res_2_nt.table |perl -e 'while(<>){@ele=split; print "$ele[0]\t$ele[1]\n" if !exists $rec_id{$ele[0]};$rec_id{$ele[0]}++}' |cut -f2 |sort -u |blastdbcmd -db nt -outfmt "%a|%g|%t" -entry_batch - -out blast_res_2_nt.tab_description.tab >> blast_res_2_nt.tab_description.log 2>&1
相關文章
- How to develop locally a Laravel app using LaragondevLaravelAPPGo
- How to get propose products in Sales Order
- How to create the Gold gold using RGB color values All In OneGo
- How To Replicate Data from Oracle to Postgres Using GoldenGate (Doc ID 1544137.1OracleGo
- How to get the exact duration of an audio file in js All In OneJS
- Description
- [20190522]How to get dump or list parameters set at session level.txtSession
- ffmpeg Filtergraph descriptionFilter
- [20201110]How to get the Data Guard broker configuration from a SQL query.txtSQL
- Hacking Hit Tests
- Harmonic Value Description HDU - 5916
- [LeetCode] 362. Design Hit CounterLeetCode
- 《Toon Blast》總收入突破10億美元AST
- Japanese Cryptocurrency Monacoin Hit by Selfish Mining Attack
- Cursor Cache Hit Ratio超過100%
- Sensor Tower:《Toon Blast》總收入突破10億美元AST
- 改進飛碟(Hit UFO)遊戲遊戲
- MySQL 索引優化 Using where, Using filesortMySql索引優化
- How to ssh
- MySQL explain結果Extra中"Using Index"與"Using where; Using index"區別MySqlAIIndex
- 《Toon Blast》發行商Peak Games總收入突破10億美元ASTGAM
- patch_id,version, action ,status,action_time,description
- SAP WebClient UI One Hit Navigation的實現方法WebclientUINavigation
- How to find dependency
- Using hints for PostgresqlSQL
- String interpolation using $
- using的用法
- Using mysqldump for backupsMySql
- MySQL 之 USINGMySql
- [譯] WebAssembly: How and whyWeb
- How OpenStack integrates with Ceph?
- How to Build a Cybersecurity CareerUI
- CISO之What & How
- How to Restart Qt ApplicationRESTQTAPP
- How Python list works?Python
- How to Install psql on MacSQLMac
- How to Install LibreOffice on UbuntuUbuntu
- pdf crop using pythonPython