<div dir="ltr"><div>Hi,</div><div><br></div><div>I would like to download sequences in genbank (full) format in batch. What should the format be (see the codes)?</div><div><br></div><div>I tried 'gb' but got sequences in genbank format. Sometimes the full genome sequences might not be downloaded.</div><div><br></div><div><br></div><div>#code</div><div>$seqin = Bio::SeqIO->new(-file  => $out,</div><div>                -format => $format,</div><div>                );  </div><div><br></div><div><br></div><div>Yours,</div><div>Cacau</div></div>