Skip to content

Commit

Permalink
updated BLAST check
Browse files Browse the repository at this point in the history
  • Loading branch information
eead-csic-compbio committed Nov 14, 2024
1 parent 13850cc commit af87254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.pl
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
print "## Checking blast (lib/phyTools: \$ENV{'EXE_BLASTP'})\n";

if($downloadOK){
$ENV{'EXE_BLASTP'} = $ENV{'MARFIL'}."/bin/ncbi-blast-2.14.0+/bin/blastp"
$ENV{'EXE_BLASTP'} = $ENV{'MARFIL'}."/bin/ncbi-blast-2.16.0+/bin/blastp"
}

$output = `$ENV{'EXE_BLASTP'} 2>&1`;
Expand Down

0 comments on commit af87254

Please sign in to comment.