Skip to content

Commit

Permalink
POD fixes
Browse files Browse the repository at this point in the history
svn path=/bioperl-run/trunk/; revision=13426
  • Loading branch information
heikkil committed May 12, 2003
1 parent 6bf2c8b commit d82b771
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 50 deletions.
3 changes: 0 additions & 3 deletions Bio/Tools/Run/Alignment/TCoffee.pm
Expand Up @@ -661,9 +661,6 @@ sub version {
-profile => profile to align to, if this is an array ref
will specify the first two entries as the two
profiles to align to each other
=cut

Expand Down
5 changes: 3 additions & 2 deletions Bio/Tools/Run/Analysis.pm
Expand Up @@ -31,7 +31,7 @@ Bio::Tools::Run::Analysis - Module representing any (remote or local) analysis t
});
# ...and after a while
$job->result ('outseq');
# get all results in the same invocation (as a hash reference
# with result names as keys) - let the module decide which
# results are binary (images in this examples) and save those
Expand Down Expand Up @@ -246,6 +246,7 @@ parameter.
It indicates what lower-level module to load. Default is 'soap'.
Other (but future) possibilities are:
-access => 'novella'
-access => 'local'
Expand All @@ -266,7 +267,7 @@ no default value (which usually means that this parameter is mandatory
unless your I<-location> parameter includes also the name (but it is
then access-dependent).
=item -destroy_on_exit => '0'
=item -destroy_on_exit =E<gt> '0'
Default value is '1' which means that all Bio::Tools::Run::Analysis::Job
objects - when being finalised - will send a request
Expand Down
2 changes: 1 addition & 1 deletion Bio/Tools/Run/Analysis/soap.pm
Expand Up @@ -174,7 +174,7 @@ There is no default value (which usually means that this parameter is
mandatory unless your I<-location> parameter includes also the Web
Service name).
=item -destroy_on_exit => '0'
=item -destroy_on_exit =E<gt> '0'
Default value is '1' which means that all Bio::Tools::Run::Analysis::Job
objects - when being finalised - will send a request
Expand Down
1 change: 1 addition & 0 deletions Bio/Tools/Run/AnalysisFactory.pm
Expand Up @@ -189,6 +189,7 @@ parameter.
It indicates what lower-level module to load. Default is 'soap'.
Other (but future) possibilities are:
-access => 'novella'
-access => 'local'
Expand Down
8 changes: 2 additions & 6 deletions Bio/Tools/Run/PiseApplication/clustalw_convert.pm
Expand Up @@ -19,7 +19,7 @@ Bio::Tools::Run::PiseApplication::clustalw_convert
clustalw_convert (String)
seqfile (Sequence)
Alignment to convert (-infile)
Expand All @@ -29,22 +29,18 @@ Bio::Tools::Run::PiseApplication::clustalw_convert
Output format (-output)
gdefile (Results)
clufile (Results)
pipe: readseq_ok_alig
phyfile (Results)
pipe: readseq_ok_alig
gcgfile (Results)
pipe: readseq_ok_alig
pirfile (Results)
pipe: readseq_ok_alig
=cut
Expand Down
4 changes: 2 additions & 2 deletions Bio/Tools/Run/PiseApplication/dialign2.pm
Expand Up @@ -24,7 +24,7 @@ Bio::Tools::Run::PiseApplication::dialign2
dialign2 (String)
sequence (Sequence)
Sequences
Expand Down Expand Up @@ -52,7 +52,7 @@ Bio::Tools::Run::PiseApplication::dialign2
Alignment in fasta format
ali (Results)
=cut

Expand Down
12 changes: 6 additions & 6 deletions Bio/Tools/Run/PiseApplication/grailclnt.pm
Expand Up @@ -24,7 +24,7 @@ Bio::Tools::Run::PiseApplication::grailclnt
grailclnt (String)
seq (Sequence)
Sequence
Expand Down Expand Up @@ -95,19 +95,19 @@ Bio::Tools::Run::PiseApplication::grailclnt
Strand
rpttv_organism (String)
start_seq (String)
end_seq (String)
end_request (String)
input_file (Results)
outfile (OutFile)
Result file
Expand Down
23 changes: 11 additions & 12 deletions Bio/Tools/Run/PiseApplication/neighbor.pm
Expand Up @@ -26,7 +26,7 @@ Bio::Tools::Run::PiseApplication::neighbor
neighbor (String)
distance_method (Excl)
Distance method
Expand Down Expand Up @@ -60,16 +60,16 @@ Bio::Tools::Run::PiseApplication::neighbor
Compute a consensus tree
consense_confirm (String)
consense_terminal_type (String)
consense_outfile (Results)
consense_treefile (Results)
pipe: phylip_tree
output (Paragraph)
Expand Down Expand Up @@ -97,26 +97,25 @@ Bio::Tools::Run::PiseApplication::neighbor
Matrix format
outfile (Results)
treefile (Results)
pipe: phylip_tree
indented_treefile (Results)
params (Results)
confirm (String)
terminal_type (String)
tmp_params (Results)
=cut

Expand Down
3 changes: 1 addition & 2 deletions Bio/Tools/Run/PiseApplication/pdbsearch.pm
Expand Up @@ -19,7 +19,7 @@ Bio::Tools::Run::PiseApplication::pdbsearch
pdbsearch (String)
query (String)
query (4 letters)
Expand All @@ -28,7 +28,6 @@ Bio::Tools::Run::PiseApplication::pdbsearch
Extracts sequence? (-i)
outfile (OutFile)
pipe: pdbfile
pipe: seqfile
Expand Down
11 changes: 6 additions & 5 deletions Bio/Tools/Run/PiseApplication/prot_nucml.pm
Expand Up @@ -5,6 +5,8 @@ Bio::Tools::Run::PiseApplication::prot_nucml
=head1 SYNOPSIS
#
=head1 DESCRIPTION
Bio::Tools::Run::PiseApplication::prot_nucml
Expand All @@ -20,17 +22,15 @@ Bio::Tools::Run::PiseApplication::prot_nucml
Program
interleaved (String)
tee (String)
results (OutFile)
pipe: phylip_dist
outtree (OutFile)
pipe: phylip_tree
sequences (Sequence)
Expand Down Expand Up @@ -59,7 +59,8 @@ Bio::Tools::Run::PiseApplication::prot_nucml
Strategy or Mode
topology (InFile)
Topology File (if Users Tree mode or Exhaustive search or local Rearrangement search)
Topology File (if Users Tree mode or Exhaustive
search or local Rearrangement search)
output (Paragraph)
Output Parameters
Expand Down
2 changes: 2 additions & 0 deletions Bio/Tools/Run/PiseJobParser.pm
Expand Up @@ -7,6 +7,8 @@ Bio::Tools::Run::PiseJobParser
=head1 SYNOPSIS
#
=head1 DESCRIPTION
Parsing of Pise XHTML output to extract results files and piping menus.
Expand Down
22 changes: 11 additions & 11 deletions Bio/Tools/Run/Promoterwise.pm
Expand Up @@ -19,7 +19,7 @@ promoterwise
my $factory = Bio::Tools::Run::Promoterwise->new(@params);
my (@fp)= $factory->run($seq1,$seq2);
#each feature pair is a group of hsps
foreach my $fp(@fp){
print "Hit Length: ".$fp->feature1->length."\n";
Expand All @@ -43,32 +43,32 @@ promoterwise
=head1 DESCRIPTION
Promoterwise is an alignment algorithm that relaxes the constraint that
local alignments have to be co-linear. Otherwise it provides a similar
model to DBA, which is designed for promoter sequence alignments by Ewan Birney.
It is part of the wise2 package available at:
http://www.sanger.ac.uk/software/wise2.
Promoterwise is an alignment algorithm that relaxes the constraint
that local alignments have to be co-linear. Otherwise it provides a
similar model to DBA, which is designed for promoter sequence
alignments by Ewan Birney. It is part of the wise2 package available
at: http://www.sanger.ac.uk/software/wise2.
=head1 FEEDBACK
=head2 Mailing Lists
irint "end: ". $fp->feature2->start."\t".$fp->feature2->end."\n";
User feedback is an integral part of the evolution of this and other
Bioperl modules. Send your comments and suggestions preferably to one
of the Bioperl mailing lists. Your participation is much appreciated.
bioperl-l@bioperl.org - General discussion
http://bio.perl.org/MailList.html - About the mailing lists
d2 Reporting Bugs
bioperl-l@bioperl.org - General discussion
http://bio.perl.org/MailList.html - About the mailing lists
=head2 Reporting Bugs
Report bugs to the Bioperl bug tracking system to help us keep track
the bugs and their resolution. Bug reports can be submitted via
the web:
http://bugzilla.bioperl.org/
=head1 AUTHOR - Shawn Hoon
=head1 AUTHOR - Shawn Hoon
Email: shawnh@fugu-sg.org
Expand Down

0 comments on commit d82b771

Please sign in to comment.