Help for this page

Select Code to Download


  1. or download this
    <INPUT TYPE="submit" NAME="value" VALUE="Run BLAST">
    
  2. or download this
    my $response = $browser->post( $URL,
        [ 'Algorithem' => 'blastx', 
    ...
          'QueryText' => $sequence, 
        ]
    );
    
  3. or download this
    my $response = $browser->post( $URL,
        [ 'Algorithem' => 'blastx', 
    ...
          'value' => 'Run BLAST', 
        ]
    );