Skip to content

Instantly share code, notes, and snippets.

@andreitudor
Created March 25, 2011 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreitudor/887018 to your computer and use it in GitHub Desktop.
Save andreitudor/887018 to your computer and use it in GitHub Desktop.
use strict;
use warnings;
use Bio::SeqIO;
my $seqio_object = Bio::SeqIO->new(-file => ">./CGYHR025.gbk");
my $seq_object = $seqio_object->next_seq;
print $seq_object;
ERROR:
Use of uninitialized value $seq_object in print at test.pl line 8.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment