Help for this page

Select Code to Download


  1. or download this
        if ( $return >> 8 ) {
           warn "fasta32.exe ended with non-zero exit status\n";
        }
    
  2. or download this
    while (<FASTA>)
    {
    ...
                ...
             }
    ...