Help for this page

Select Code to Download


  1. or download this
    &search('nucleotide','txid4512[orgn] AND gbdiv_est[PROP]');
    
  2. or download this
    my $i;
    while ( my $seq = $seqio->next_seq() ) {
    ...
        print $seq->display_id, "\n";
        last if $i++ > 5;
    }