[Bioperl-l] possible to skip parsing features when
callingBio::SeqIO::new?
Brian Osborne
brian_osborne at cognia.com
Mon Jan 17 21:20:47 EST 2005
Scott,
Why would you want to do this? I can imagine one reason, that there's some
problem with a feature causing the script to exit. In that case do something
like:
my $seq;
eval { $seq = $seqIterator->next_seq; };
Brian O.
-----Original Message-----
From: bioperl-l-bounces at portal.open-bio.org
[mailto:bioperl-l-bounces at portal.open-bio.org]On Behalf Of Scott Markel
Sent: Monday, January 17, 2005 9:00 PM
To: Bioperl-l at portal.open-bio.org
Subject: [Bioperl-l] possible to skip parsing features when
callingBio::SeqIO::new?
I'm using BioPerl 1.4 to read a GenBank sequence file. Is there
an option or parameter I can set in the
my $::seqIterator = Bio::SeqIO->new("-file" => "$file",
"-format" => "genbank");
call that will cause the parser to skip the features?
I checked BioPerl 1.5RC2 and didn't see any changes there
that would address my question.
Scott
--
Scott Markel, Ph.D.
Principal Bioinformatics Architect email: smarkel at scitegic.com
SciTegic Inc. mobile: +1 858 205 3653
9665 Chesapeake Drive, Suite 401 voice: +1 858 279 8800, ext. 253
San Diego, CA 92123 fax: +1 858 279 8804
USA web: http://www.scitegic.com
_______________________________________________
Bioperl-l mailing list
Bioperl-l at portal.open-bio.org
http://portal.open-bio.org/mailman/listinfo/bioperl-l
More information about the Bioperl-l
mailing list