The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Bio::Das::Request::Sequences - The DAS "sequence" request

SYNOPSIS

 my @sequences            = $request->results;
 my $sequences            = $request->results;

 my $dsn                  = $request->dsn;
 my $das_command          = $request->command;
 my $successful           = $request->is_success;
 my $error_msg            = $request->error;
 my ($username,$password) = $request->auth;

DESCRIPTION

This is a subclass of Bio::Das::Request::Dnas specialized for the "sequence" command. It is used to retrieve the sequence corresponding to a set of segments on a set of DAS servers.

AUTHOR

Lincoln Stein <lstein@cshl.org>

Contributions from: Andreas Kahari <andreas.kahari@ebi.ac.uk>

Copyright (c) 2001 Cold Spring Harbor Laboratory

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See DISCLAIMER.txt for disclaimers of warranty.

SEE ALSO

Bio::Das::Request::Dnas, Bio::Das::Request, Bio::Das::Segment, Bio::Das::HTTP::Fetch Bio::Das::Source, Bio::Das::Type, Bio::Das::Stylesheet Bio::Das::RangeI

1 POD Error

The following errors were encountered while parsing the POD:

Around line 72:

You forgot a '=back' before '=head1'