Help for this page

Select Code to Download


  1. or download this
    my $result = `blastall -i foo -o bar -p blastx -d baz`;
    
    die("Could not execute blastall: $!\n")
       if !defined($result);