Generating ACT crunch files using blastall
When doing comparative genomics analysis, we need to order the assembled contigs against a reference genome using Mauve or MUMmer.
In the case of using Mauve, we need to prepare a comparison file, or a crunch file. To generate the file, one can upload the genome sequences in genbank/embl/fasta format to WebACT, or upload sequences in fasta format to Double ACT (It has been reported that genbank format didn’t work well with DoubleACT1), then wait for their notification when finished.
Alternately, one can generate a crunch file locally using blastall like this:
Besides, ACT
works just like Artemis
, except gbk
file, a gff
file can be loaded as well for annotations.
To sum up, here is the steps need to be done:
- get genome sequences in fasta format
- do pairwise blastn search to generate the comparison crunch files.
- load the genome fasta and crunch files
- load the annotation files in gff format
-
https://www.mail-archive.com/artemis-users@sanger.ac.uk/msg00372.html ↩