Help for this page

Select Code to Download


  1. or download this
    foreach my $id (@lines) {
        my $seq = $gb->get_Seq_by_id($id);
        write_sequence( ">>roar.fa", 'fasta', $seq );
    }