Help for this page

Select Code to Download


  1. or download this
    use Bio::SeqIO;
    my $seqIO = Bio::SeqIO->new({-file=>'nt', -format=>'fasta'});
    ...
         }
    
    print "There are $i non-redundant nucleotide sequences\n";