<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 &#39;gb&#39; 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-&gt;new(-file   =&gt; $out,</div><div>                                -format =&gt; $format,</div><div>                                );  </div><div><br></div><div><br></div><div>Yours,</div><div>Cacau</div></div>