I know nothing about bioinformatics but have you tried using the object returned by ->align in the iterator loop ?
poj#!perl my $factory = Bio::Tools::Run::Alignment::Clustalw ->new(-matrix => 'BLOSUM'); . . . my $alnio = $factory->align($seq_array_ref); while( my $aln = $alnio->next_aln ) { . . }
In reply to Re^5: how to combine these two scripts in perl?
by poj
in thread how to combine these two scripts in perl?
by dimitris852
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |