[Bioperl-l] Bio::SeqIO::excel

Xu, Lizhe - APHIS Lizhe.Xu at aphis.usda.gov
Thu Jan 5 18:52:02 UTC 2012


I tried to use Bio::SeqIO to read an Excel file but got some error message. The following info includes my running env and screenshots. Please help me to fix the problem. Thank you very much.


  *   The version of Bioperl you're working with.                                                              1.6.1
[cid:image001.png at 01CCCBA0.3DA8CBA0]

  *   The platform or operating system you're using.                                                          Window XP
  *   What you are trying to do.                                                                                          Read the excel file with two columns (name of primer, primer sequence) without head row
#!C:\Perl\bin -w
use Bio::Seq;
use Bio::SeqIO;

$file="ViralPrimers.xls";
$seqio_obj = Bio::SeqIO->new(-file => $file, -format => 'excel' );
......
[cid:image002.jpg at 01CCCBA0.3DA8CBA0]

When I added the following statement to the script,
use Bio::SeqIO::excel;

[cid:image003.jpg at 01CCCBA0.3DA8CBA0]


Lizhe Xu, PhD
Microbiologist
PVSS, FADDL, APHIS, USDA
Plum Island Animal Disease Center
Greenport, NY 11944
Tel: 631 323 3023
fax: 631 323 3366
Lizhe.Xu at aphis.usda.gov<mailto:Lizhe.Xu at aphis.usda.gov>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 21438 bytes
Desc: image001.png
URL: <http://lists.open-bio.org/pipermail/bioperl-l/attachments/20120105/4cffcd33/attachment-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.jpg
Type: image/jpeg
Size: 74665 bytes
Desc: image002.jpg
URL: <http://lists.open-bio.org/pipermail/bioperl-l/attachments/20120105/4cffcd33/attachment-0008.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.jpg
Type: image/jpeg
Size: 30053 bytes
Desc: image003.jpg
URL: <http://lists.open-bio.org/pipermail/bioperl-l/attachments/20120105/4cffcd33/attachment-0009.jpg>


More information about the Bioperl-l mailing list