Can I run a blast for each contig in my contigs file?
1
0
Entering edit mode
11 weeks ago

Hello,

I want to do local alignment with the sequence of a gene against each contig in a contigs file. I wanted to know if there was any program to do this automatically, as my file has 400+ contigs.

Thanks for reading.

blast • 324 views
ADD COMMENT
1
Entering edit mode

If your sequence is homologous you can use blat. One file (gene) against the other (contigs, database). No need to create indexes etc. More info here: https://genome.ucsc.edu/goldenpath/help/blatSpec.html

Note: blat is free only for academic use.

ADD REPLY
1
Entering edit mode
11 weeks ago
Darked89 4.6k

You can just use two fasta files:

  • contigs.fa (to be converted to blast database)
  • putative_genes.fa (to be searched against the first one.

No need to search all against all one by one.

ADD COMMENT

Login before adding your answer.

Traffic: 2391 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6