Entering edit mode
11.7 years ago
shilpy
▴
20
I currently have the following:
use Bio::SeqIO;
$seqio_obj = Bio::SeqIO->new(-file => "J01673.gb", -format => "genbank" );
$seq_obj = $seqio_obj->next_seq;
I am not able to get output using above code.
That's because none of that code generates any output.
Have you already downloaded the file J01673.gb or are you trying to get BioPerl to download it for you? See Hernan's reply below.