1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270
|
Forwarded: https://redmine.open-bio.org/issues/3256
From b6c1d10797c2fbb6c5fe3c0fe2e5f74d252889cb Mon Sep 17 00:00:00 2001
From: Charles Plessy <plessy@debian.org>
Date: Sat, 18 Jun 2011 13:13:43 +0900
Subject: [PATCH] Some spellchecking.
---
lib/Bio/Tools/Run/Alignment/Clustalw.pm | 2 +-
lib/Bio/Tools/Run/Alignment/Pal2Nal.pm | 2 +-
lib/Bio/Tools/Run/Alignment/StandAloneFasta.pm | 2 +-
lib/Bio/Tools/Run/AssemblerBase.pm | 2 +-
lib/Bio/Tools/Run/FootPrinter.pm | 2 +-
lib/Bio/Tools/Run/Hmmer.pm | 2 +-
lib/Bio/Tools/Run/MCS.pm | 2 +-
lib/Bio/Tools/Run/Phylo/Gerp.pm | 4 ++--
lib/Bio/Tools/Run/Phylo/Gumby.pm | 4 ++--
lib/Bio/Tools/Run/Phylo/PAML/Baseml.pm | 2 +-
lib/Bio/Tools/Run/Phylo/Phast/PhastCons.pm | 6 +++---
lib/Bio/Tools/Run/Phylo/Phast/PhyloFit.pm | 4 ++--
lib/Bio/Tools/Run/Phylo/Phylip/Consense.pm | 2 +-
lib/Bio/Tools/Run/Phylo/Phyml.pm | 4 ++--
lib/Bio/Tools/Run/Phylo/QuickTree.pm | 2 +-
lib/Bio/Tools/Run/Phylo/Semphy.pm | 4 ++--
lib/Bio/Tools/Run/StandAloneBlastPlus.pm | 2 +-
lib/Bio/Tools/Run/TigrAssembler.pm | 2 +-
t/lib/Test/Builder/Tester.pm | 2 +-
19 files changed, 26 insertions(+), 26 deletions(-)
--- a/lib/Bio/Tools/Run/Alignment/Clustalw.pm
+++ b/lib/Bio/Tools/Run/Alignment/Clustalw.pm
@@ -205,7 +205,7 @@ clustalw program have not yet been imple
that a specific clustalw feature be added to this perl contact
bioperl-l@bioperl.org.
-These can be specified as paramters when instantiating a new Clustalw
+These can be specified as parameters when instantiating a new Clustalw
object, or through get/set methods of the same name (lowercase).
=head1 PARAMETER FOR ALIGNMENT COMPUTATION
--- a/lib/Bio/Tools/Run/Alignment/Pal2Nal.pm
+++ b/lib/Bio/Tools/Run/Alignment/Pal2Nal.pm
@@ -192,7 +192,7 @@ sub new {
Args : The first argument represents a protein alignment, the second
argument a set of nucleotide sequences.
The alignment can be provided as an alignment file readable by
- Bio::AlignIO, or a Bio::Align::AlignI complient object (eg. a
+ Bio::AlignIO, or a Bio::Align::AlignI compliant object (eg. a
Bio::SimpleAlign).
The nucleotide sequences can be provided as a single filename of a
fasta file containing multiple nucleotide sequences, or an array ref
--- a/lib/Bio/Tools/Run/Alignment/StandAloneFasta.pm
+++ b/lib/Bio/Tools/Run/Alignment/StandAloneFasta.pm
@@ -117,7 +117,7 @@ Email tqzhang1973@yahoo.com
=head1 Appendix
The rest of the documendation details each of the object
-methods. Internal methods are preceeded with a underscore
+methods. Internal methods are preceded with a underscore
=cut
--- a/lib/Bio/Tools/Run/AssemblerBase.pm
+++ b/lib/Bio/Tools/Run/AssemblerBase.pm
@@ -865,7 +865,7 @@ sub parameters_changed {
Usage : @params = $pobj->available_parameters()
Function: Returns a list of the available parameters
Returns : Array of parameters
- Args : 'params' for settable program paramters
+ Args : 'params' for settable program parameters
'switches' for boolean program switches
default: all
--- a/lib/Bio/Tools/Run/FootPrinter.pm
+++ b/lib/Bio/Tools/Run/FootPrinter.pm
@@ -67,7 +67,7 @@ Written by Mathieu Blanchette and Martin
=head2 Running Footprinter
-To run FootPrinter, you will need to set the enviroment variable
+To run FootPrinter, you will need to set the environment variable
FOOTPRINTER_DIR to where the binary is located (even if the executable
is in your path). For example:
--- a/lib/Bio/Tools/Run/Hmmer.pm
+++ b/lib/Bio/Tools/Run/Hmmer.pm
@@ -172,7 +172,7 @@ our @UNSUPPORTED = qw(h verbose a
-o is synonymous with -outfile
# may be specified here, allowing run() to be used, or
- # it can be ommitted and the corresponding method (eg.
+ # it can be omitted and the corresponding method (eg.
# hmmalign()) used later.
-program => hmmalign|hmmbuild|hmmcalibrate|hmmemit|hmmpfam|hmmsearch
--- a/lib/Bio/Tools/Run/MCS.pm
+++ b/lib/Bio/Tools/Run/MCS.pm
@@ -216,7 +216,7 @@ sub new {
third argument represents annotation of the exons in the alignment.
The alignment can be provided as a multi-fasta format alignment
- filename, or a Bio::Align::AlignI complient object (eg. a
+ filename, or a Bio::Align::AlignI compliant object (eg. a
Bio::SimpleAlign).
The position in the genome can be provided as a Bio::Location::Atomic
--- a/lib/Bio/Tools/Run/Phylo/Gerp.pm
+++ b/lib/Bio/Tools/Run/Phylo/Gerp.pm
@@ -211,10 +211,10 @@ sub new {
Args : The first argument represents an alignment, the second argument
a phylogenetic tree with branch lengths.
The alignment can be provided as a MAF format alignment
- filename, or a Bio::Align::AlignI complient object (eg. a
+ filename, or a Bio::Align::AlignI compliant object (eg. a
Bio::SimpleAlign).
The species tree can be provided as a newick format tree filename
- or a Bio::Tree::TreeI complient object.
+ or a Bio::Tree::TreeI compliant object.
In all cases, the alignment sequence names must correspond to node
ids in the tree. Multi-word species names should have the
--- a/lib/Bio/Tools/Run/Phylo/Gumby.pm
+++ b/lib/Bio/Tools/Run/Phylo/Gumby.pm
@@ -284,10 +284,10 @@ sub annots {
Args : The first argument represents an alignment, the second argument
a species tree.
The alignment can be provided as a multi-fasta format alignment
- filename, or a Bio::Align::AlignI complient object (eg. a
+ filename, or a Bio::Align::AlignI compliant object (eg. a
Bio::SimpleAlign).
The species tree can be provided as a newick format tree filename
- or a Bio::Tree::TreeI complient object. Alternatively a
+ or a Bio::Tree::TreeI compliant object. Alternatively a
Bio::DB::Taxonomy object can be supplied, in which case the species
tree will be generated by using the alignment sequence names as
species names and looking for those in the supplied database.
--- a/lib/Bio/Tools/Run/Phylo/PAML/Baseml.pm
+++ b/lib/Bio/Tools/Run/Phylo/PAML/Baseml.pm
@@ -554,7 +554,7 @@ sub set_parameter{
Returns : none
Args : boolean: keep existing parameter values
NB : using this isn't an especially good idea! You don't need to do
- anything to end up using default paramters: hence 'default'!
+ anything to end up using default parameters: hence 'default'!
=cut
--- a/lib/Bio/Tools/Run/Phylo/Phast/PhastCons.pm
+++ b/lib/Bio/Tools/Run/Phylo/Phast/PhastCons.pm
@@ -331,13 +331,13 @@ sub rho {
('footprinting').
Returns : array of Bio::SeqFeature::Annotated (one feature per alignment
sequence and prediction)
- Args : The first arguement represents an alignment, the second arguement
+ Args : The first argument represents an alignment, the second argument
a species tree.
The alignment can be provided as a multi-fasta format alignment
- filename, or a Bio::Align::AlignI complient object (eg. a
+ filename, or a Bio::Align::AlignI compliant object (eg. a
Bio::SimpleAlign).
The species tree can be provided as a newick format tree filename
- or a Bio::Tree::TreeI complient object. Alternatively a
+ or a Bio::Tree::TreeI compliant object. Alternatively a
Bio::DB::Taxonomy object can be supplied, in which case the species
tree will be generated by using the alignment sequence names as
species names and looking for those in the supplied database.
--- a/lib/Bio/Tools/Run/Phylo/Phast/PhyloFit.pm
+++ b/lib/Bio/Tools/Run/Phylo/Phast/PhyloFit.pm
@@ -241,10 +241,10 @@ sub new {
Args : The first argument represents an alignment, the second argument
a species tree.
The alignment can be provided as a multi-fasta format alignment
- filename, or a Bio::Align::AlignI complient object (eg. a
+ filename, or a Bio::Align::AlignI compliant object (eg. a
Bio::SimpleAlign).
The species tree can be provided as a newick format tree filename
- or a Bio::Tree::TreeI complient object. Alternatively a
+ or a Bio::Tree::TreeI compliant object. Alternatively a
Bio::DB::Taxonomy object can be supplied, in which case the species
tree will be generated by using the alignment sequence names as
species names and looking for those in the supplied database.
--- a/lib/Bio/Tools/Run/Phylo/Phylip/Consense.pm
+++ b/lib/Bio/Tools/Run/Phylo/Phylip/Consense.pm
@@ -97,7 +97,7 @@ this is still experimental as v3.6 is st
Title : TYPE
Description : (optional)
- Only avaliable in phylip v3.6
+ Only available in phylip v3.6
This program supports 3 types of consensus generation
--- a/lib/Bio/Tools/Run/Phylo/Phyml.pm
+++ b/lib/Bio/Tools/Run/Phylo/Phyml.pm
@@ -315,7 +315,7 @@ sub version {
Returns : Bio::Tree::Tree object
Args : file name for your input alignment in a format
recognised by AlignIO, OR Bio::Align::AlignI
- complient object (eg. Bio::SimpleAlign).
+ compliant object (eg. Bio::SimpleAlign).
=cut
@@ -358,7 +358,7 @@ sub stats {
Title : tree_string
Usage : $factory->tree_string;
$factory->run($align_object);
- Function: Returns the contents of the phyml '_phyml_tree.txt' ouput file
+ Function: Returns the contents of the phyml '_phyml_tree.txt' output file
Returns : string with tree in Newick format, undef before run()
Args : none
--- a/lib/Bio/Tools/Run/Phylo/QuickTree.pm
+++ b/lib/Bio/Tools/Run/Phylo/QuickTree.pm
@@ -240,7 +240,7 @@ sub boot {
Function: Runs QuickTree to generate a tree
Returns : Bio::Tree::Tree object
Args : file name for your input alignment in stockholm format, OR
- Bio::Align::AlignI complient object (eg. Bio::SimpleAlign).
+ Bio::Align::AlignI compliant object (eg. Bio::SimpleAlign).
=cut
--- a/lib/Bio/Tools/Run/Phylo/Semphy.pm
+++ b/lib/Bio/Tools/Run/Phylo/Semphy.pm
@@ -252,10 +252,10 @@ sub new {
argument a species tree (to set an initial tree: normally the -t
option to Semphy).
The alignment can be provided as a multi-fasta format alignment
- filename, or a Bio::Align::AlignI complient object (eg. a
+ filename, or a Bio::Align::AlignI compliant object (eg. a
Bio::SimpleAlign).
The species tree can be provided as a newick format tree filename
- or a Bio::Tree::TreeI complient object. Alternatively a
+ or a Bio::Tree::TreeI compliant object. Alternatively a
Bio::DB::Taxonomy object can be supplied, in which case the species
tree will be generated by using the alignment sequence names as
species names and looking for those in the supplied database.
--- a/lib/Bio/Tools/Run/StandAloneBlastPlus.pm
+++ b/lib/Bio/Tools/Run/StandAloneBlastPlus.pm
@@ -210,7 +210,7 @@ To get the tempfile basename, do:
=item * Specify data post-construction
-Use the explict attribute setters:
+Use the explicit attribute setters:
$fac = Bio::Tools::Run::StandAloneBlastPlus->new(
-create => 1
--- a/lib/Bio/Tools/Run/TigrAssembler.pm
+++ b/lib/Bio/Tools/Run/TigrAssembler.pm
@@ -179,7 +179,7 @@ TIGR Assembler options available in this
ignore_tandem_32mers: a flag which causes tandem 32mers (a tandem 32mer is a
32mer which occurs more than once in at least one sequence read) to be
ignored (this is now the default behavior and this flag is for backward
- compatability)
+ compatibility)
use_tandem_32mers: a flag which causes tandem 32mers to be used for pairwise
comparison opposite of the -t flag which is now the default).
safe_merging_stop: a flag which causes merging to stop when only sequences
--- a/t/lib/Test/Builder/Tester.pm
+++ b/t/lib/Test/Builder/Tester.pm
@@ -323,7 +323,7 @@ will function normally and cause success
sub test_test
{
- # decode the arguements as described in the pod
+ # decode the arguments as described in the pod
my $mess;
my %args;
if (@_ == 1)
|