Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        my $seq = $gb->get_Seq_by_id($id);
        write_sequence( ">>roar.fa", 'fasta', $seq );
    }