Skip to content

Commit

Permalink
POD tweaks
Browse files Browse the repository at this point in the history
svn path=/bioperl-dev/branches/blastplus-dev-branch/; revision=16536
  • Loading branch information
maj committed Dec 19, 2009
1 parent bbbeec6 commit 449a14b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion lib/Bio/Tools/Run/StandAloneBlastPlus.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

=head1 NAME
Bio::Tools::Run::StandAloneBlastPlus - Compute with NCBI's blast+ suite *pre-ALPHA*
Bio::Tools::Run::StandAloneBlastPlus - Compute with NCBI's blast+ suite *ALPHA*
=head1 SYNOPSIS
Expand Down Expand Up @@ -70,6 +70,11 @@ only. You must use this module directly.
$num_seq = $fac->db_num_sequences;
@mask_metadata = @{ $fac->db_filter_algorithms };
# perform blast methods
$result = $fac->tblastn( -query => $seqio );
# see Bio::Tools::Run::StandAloneBlastPlus::BlastMethods
# for many more details
=head1 DESCRIPTION
This module along with
Expand Down Expand Up @@ -356,6 +361,11 @@ C<stderr()>:
=back
=head1 SEE ALSO
L<Bio::Tools::Run::StandAloneBlastPlus::BlastMethods>,
L<Bio::Tools::Run::BlastPlus>
=head1 FEEDBACK
=head2 Mailing Lists
Expand Down

0 comments on commit 449a14b

Please sign in to comment.