FastAlign.pl
commit1ee664d666f628a2bab7a0af8697129cc214734b
authorantony03 <a.vincent.0312@gmail.com>
Thu, 1 Aug 2013 12:59:58 +0000 (1 08:59 -0400)
committerChris Fields <cjfields@bioperl.org>
Mon, 2 Sep 2013 03:42:51 +0000 (1 22:42 -0500)
treeafa8ad1c9dcb993bd63ab273a38e891faa94d1ce
parentc7215991813399ba255f8a1fb0f1da589fc169c6
FastAlign.pl

I did a bioperl script which uses the heuristic method of tfasty.
The query string is in amino acids and the hit string is in nucleotides.
There are extra nucleotides at the end of the hit string (option -diff and by
default = 10), that allow to verify if the intron start with common rules
(5'-GTGCGA-... for group II intron and after an exonic T for group I intron).

I'm glad to help the bioperl community!
examples/align/FastAlign.pl [new file with mode: 0644]