in reply to Genome UV Mutation Script -- Critique
See perldoc Bio::SeqIO.my $seq_io = Bio::SeqIO->new( -file => $file, format => 'genbank'); my $whole_genome = $seq_io->next_seq;
This parser is quite robust...Which is important as you will notice when you screen many different species ;)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Genome UV Mutation Script -- Critique
by BrowserUk (Patriarch) on Mar 15, 2007 at 04:54 UTC | |
by lima1 (Curate) on Mar 15, 2007 at 09:20 UTC |