[Bioperl-l] rebase file withrefm

Dave Messina David.Messina at sbc.su.se
Thu Jun 3 18:14:55 UTC 2010


> I was thinking about where the default restriction information is kept.


The default restriction information is embedded in Bio::Restriction::IO::Base, not downloaded. That is, look at the bottom of the file bioperl-live/Bio/Restriction/IO/base.pm, and you'll see the default set hardcoded there.



> I remember trying to use the withrefm file in the manner outlined below, and it didn't work.

It works in my hands. Here's example code

	http://gist.github.com/424246

which should produce the output
EcoRI is: G^AATTC

(along with a trivial warning on STDERR)



If you absolutely want to work from the latest downloaded rebase file, you probably will want to download the file yourself and pass it directly to RestrictionIO, a la:

my $re_io = Bio::Restriction::IO->new(-file => 'mydownloadedREBASEfile', -format=>'withrefm');



Dave






More information about the Bioperl-l mailing list