in reply to Re^4: I don't understand error message
in thread I don't understand error message
But you have this in your sub-routine:my $in = new Bio::SearchIO(-format => 'blast', -file => $maid_dir."/".$maid."aln_hu.aln", -report_type => 'blastn');
Could it be that the ">" stops Bio::SearchIO from reading/parsing the file?my $in = new Bio::SearchIO(-format => 'blast', -file => ">".$maid_dir."\\".$maid."aln_hu.aln", -report_type => 'blastn');
CountZero
A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James
|
|---|