Help for this page

Select Code to Download


  1. or download this
    my @command = ("c:\\blast\bin\\blastall.exe",
       -p => 'blastn',
    ...
       -o => $alignment,
    );
    system(@command);