Blast a gene against one genome
1
Hello,
I want to run a blast of one gene against one genome. I have a fasta file of them both. Is there any way to run it other than converting the genome to a DB file?
Thank you in advance
blast
• 9.0k views
makeblastdb takes a few seconds for a medium size genome. However, see the -subject
parameter of blast+ binaries to accomplish this without a db.
It is advisable to create a blast database, because of
low-complexity filtering and masking (recommended for whole genomes with repeats)
being able to parse sequence ids (recommended when exported from genbank)
easy retrieval of sequences by blastdbcmd
entries can have additional annotation, e.g. individual taxon id (metagenomics)
you'll always run blast twice
*** BLAST-2-Sequences options
-subject <File_In>
Subject sequence(s) to search
* Incompatible with: db, gilist, seqidlist, negative_gilist,
db_soft_mask, db_hard_mask
•
link
updated 2.6 years ago by
Ram
44k
•
written 9.9 years ago by
Michael
55k
Login before adding your answer.
Traffic: 1111 users visited in the last hour
I don't think so. If you genome sequence is in NCBI's database you can blast a sequence against it.. unless a quick makeblastdb should make it.
edit Michael precises that
-subject
parameter should work in you case