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 run demo city bars using sencha architect
- How to Find Out How Much Space an Index is UsingIndex
- using escape character whitin oracleOracle
- How to get propose products in Sales Order
- How to get SCN ,TIMESTAMP ,CHECKPOINT
- How to get complete sessions informationSessionORM
- How to get the donuts in Lode Runner 2
- How to develop locally a Laravel app using LaragondevLaravelAPPGo
- how to get sharepoint lookup value
- Oracle HowTo:How to get Oracle SCN?Oracle
- How to get and set the system socket buffer in AIXAI
- How to get Timer Job History
- Using SQL Script Get Information about ASMSQLORMASM
- Description
- How To Using Flashback Data Archive (Oracle Total Recall)HiveOracle
- How to Restore the Database Using AMDU after Diskgroup CorruptionRESTDatabase
- How to check whether the current database in using Oracle optionsDatabaseOracle
- How to get ORACLE_HOME from data dictionaryOracle
- google api , using a refresh token to get the access tokenGoAPI
- How to Quickly Create a Copy of a Table using Transact-SQLUISQL
- How to copy a datafile from ASM to a file system not using RMANASM
- How To Export a Concurrent Program and Executable Using Fndload ?Export
- How can I get the followling results?
- How to Set Device Name Using UDEV on Oracle Linux 7.1devOracleLinux
- How to serve uncommon file in WebDAV using IIS in Win ServerWebServer
- How To Monitor Remote Windows Machine Using Nagios on LinuxREMWindowsMaciOSLinux
- How to Monitor and Log Network Traffic on Linux Using vnStatLinux
- How To Recreate A Database Using TTS (Transportable TableSpace) [ID 733824.1]DatabaseTTS
- How to get the exact duration of an audio file in js All In OneJS
- ffmpeg Filtergraph descriptionFilter
- How to See Supplier Contact Information Using SQL in R12ORMSQL
- How to create the Gold gold using RGB color values All In OneGo
- How To Move Datafiles On AIX Using Raw Logical Volumes To A New Location?AI
- HOW TO SHRINK A TABLE USING ONLINE REDEFINITION (文件 ID 1357878.1)
- How to Move a Database Using Transportable Tablespaces (文件 ID 1493809.1)Database
- GET ORA-32700 WHEN TRYING TO CREATE DATABASE USING 9.2Database
- How to Move Tablespaces Across Platforms Using Transportable Tablespaces With RMAN [ID 371556.1]ROSPlatform
- [Cexpert-001] How to implement atoi with least codes using C language?AST