Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • arkilis
    Senior Member
    • Jul 2013
    • 119

    How could blast contig with multiple databases?

    I have a contig which need to be blasted with all the databases under my /blast_db. Is there any parameter to do the job? Thanks,
  • atcghelix
    Member
    • Jul 2013
    • 74

    #2
    You can use blastdb_aliastool to make a database alias for all those dbs, then blast against that alias. So if you had nt and refseq_genomic in that folder, you'd cd into /blast_db and do
    Code:
    blastdb_aliastool -dblist "nt refseq_genomic" -dbtype nucl -out combined_db -title "Combined nt and refseq_genomic"
    Then
    Code:
    blastn -db combined_db -query contigs.fa -out out.blast

    Comment

    Latest Articles

    Collapse

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, Yesterday, 08:59 AM
    0 responses
    14 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-02-2026, 12:03 PM
    0 responses
    22 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-02-2026, 11:40 AM
    0 responses
    19 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 05-28-2026, 11:40 AM
    0 responses
    32 views
    0 reactions
    Last Post SEQadmin2  
    Working...