File: spelling-errors.patch

package info (click to toggle)
libtfbs-perl 0.7.1%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,016 kB
  • sloc: perl: 10,728; ansic: 1,228; makefile: 560; sh: 9
file content (283 lines) | stat: -rw-r--r-- 14,128 bytes parent folder | download | duplicates (3)
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
271
272
273
274
275
276
277
278
279
280
281
282
283
Description: Fix spelling errors.
 hierachical -> hierarchical
 occurence   -> occurrence
 acces       -> access
 aaccession  -> accession
Author: Bas Couwenberg <sebastic@debian.org>

--- a/TFBS/PatternGen/YMF.pm
+++ b/TFBS/PatternGen/YMF.pm
@@ -177,7 +177,7 @@ sub _parse_stats_output{
         my $motif =TFBS::PatternGen::YMF::Motif->new
                     (-word=>$word,
                     -tags => {z_score=>$z_score,
-                            'occurences'=>$occ,
+                            'occurrences'=>$occ,
                      'expectation value'=>$expect,
                      'variance'=>$var}
                         );
@@ -190,4 +190,4 @@ sub _parse_stats_output{
 }
 #
 
-1;
\ No newline at end of file
+1;
--- a/TFBS/MatrixSet.pm
+++ b/TFBS/MatrixSet.pm
@@ -763,7 +763,7 @@ sub _build_cluster {
  Title   : cluster
  Usage   : $matrixset->cluster(%args)
  Function: Clusters the matrices in the set
- Returns : The root node of the hierachical clustering tree. 
+ Returns : The root node of the hierarchical clustering tree. 
            An integer specifying the optimal number of clusters.
            An array of TFBS::MatrixSets, one for each cluster.
  Args    : Many:
--- a/TFBS/Matrix/PFM.pm
+++ b/TFBS/Matrix/PFM.pm
@@ -366,7 +366,7 @@ sub to_ICM  {
                                     # "pseudocounts" - standard pseudocount 
                                     #   correction,  more suitable for 
                                     #   PFMs with large r column sums
-                                    # If the parameter is ommited, small
+                                    # If the parameter is omitted, small
                                     # sample correction is not applied
 
            -draw_error_bars         # if true, adds error bars to each position
--- a/TFBS/DB/JASPAR.pm
+++ b/TFBS/DB/JASPAR.pm
@@ -231,7 +231,7 @@ sub new {
        ("dbi:mysql:DATABASENAME:HOSTNAME",  "USERNAME", "PASSWORD")
        In place of DATABASENAME, HOSTNAME, USERNAME and PASSWORD,
        use the actual values. PASSWORD and USERNAME might be
-       optional, depending on the user's acces permissions for
+       optional, depending on the user's access permissions for
        the database server.
 
 =cut
--- a/TFBS/DB/JASPAR2.pm
+++ b/TFBS/DB/JASPAR2.pm
@@ -237,7 +237,7 @@ sub new  {
 	   ("dbi:mysql:DATABASENAME:HOSTNAME",  "USERNAME", "PASSWORD")
 	   In place of DATABASENAME, HOSTNAME, USERNAME and PASSWORD,
 	   use the actual values. PASSWORD and USERNAME might be
-	   optional, depending on the user acces permissions for
+	   optional, depending on the user access permissions for
 	   the database server.
 
 =cut
@@ -263,7 +263,7 @@ sub connect  {
 	    ("dbi:mysql:NEWDATABASENAME:HOSTNAME",  "USERNAME", "PASSWORD")
 	   In place of NEWDATABASENAME, HOSTNAME, USERNAME and
 	   PASSWORD use the actual values. PASSWORD and USERNAME
-           might be optional, depending on the users acces permissions
+           might be optional, depending on the users access permissions
            for the database server.
 
 =cut
--- a/TFBS/DB/JASPAR4.pm
+++ b/TFBS/DB/JASPAR4.pm
@@ -188,7 +188,7 @@ sub new  {
 	   ("dbi:mysql:DATABASENAME:HOSTNAME",  "USERNAME", "PASSWORD")
 	   In place of DATABASENAME, HOSTNAME, USERNAME and PASSWORD,
 	   use the actual values. PASSWORD and USERNAME might be
-	   optional, depending on the user's acces permissions for
+	   optional, depending on the user's access permissions for
 	   the database server.
 
 =cut
--- a/TFBS/DB/JASPAR5.pm
+++ b/TFBS/DB/JASPAR5.pm
@@ -177,7 +177,7 @@ sub new  {
 	   ("dbi:mysql:DATABASENAME:HOSTNAME",  "USERNAME", "PASSWORD")
 	   In place of DATABASENAME, HOSTNAME, USERNAME and PASSWORD,
 	   use the actual values. PASSWORD and USERNAME might be
-	   optional, depending on the user's acces permissions for
+	   optional, depending on the user's access permissions for
 	   the database server.
 
 =cut
--- a/TFBS/DB/JASPAR6.pm
+++ b/TFBS/DB/JASPAR6.pm
@@ -178,7 +178,7 @@ sub new  {
 	   ("dbi:mysql:DATABASENAME:HOSTNAME",  "USERNAME", "PASSWORD")
 	   In place of DATABASENAME, HOSTNAME, USERNAME and PASSWORD,
 	   use the actual values. PASSWORD and USERNAME might be
-	   optional, depending on the user's acces permissions for
+	   optional, depending on the user's access permissions for
 	   the database server.
 
 =cut
--- a/TFBS/DB/JASPAR7.pm
+++ b/TFBS/DB/JASPAR7.pm
@@ -231,7 +231,7 @@ sub new {
        ("dbi:mysql:DATABASENAME:HOSTNAME",  "USERNAME", "PASSWORD")
        In place of DATABASENAME, HOSTNAME, USERNAME and PASSWORD,
        use the actual values. PASSWORD and USERNAME might be
-       optional, depending on the user's acces permissions for
+       optional, depending on the user's access permissions for
        the database server.
 
 =cut
--- a/blib/lib/TFBS/DB/JASPAR2.pm
+++ b/blib/lib/TFBS/DB/JASPAR2.pm
@@ -237,7 +237,7 @@ sub new  {
 	   ("dbi:mysql:DATABASENAME:HOSTNAME",  "USERNAME", "PASSWORD")
 	   In place of DATABASENAME, HOSTNAME, USERNAME and PASSWORD,
 	   use the actual values. PASSWORD and USERNAME might be
-	   optional, depending on the user acces permissions for
+	   optional, depending on the user access permissions for
 	   the database server.
 
 =cut
@@ -263,7 +263,7 @@ sub connect  {
 	    ("dbi:mysql:NEWDATABASENAME:HOSTNAME",  "USERNAME", "PASSWORD")
 	   In place of NEWDATABASENAME, HOSTNAME, USERNAME and
 	   PASSWORD use the actual values. PASSWORD and USERNAME
-           might be optional, depending on the users acces permissions
+           might be optional, depending on the users access permissions
            for the database server.
 
 =cut
--- a/blib/lib/TFBS/DB/JASPAR4.pm
+++ b/blib/lib/TFBS/DB/JASPAR4.pm
@@ -188,7 +188,7 @@ sub new  {
 	   ("dbi:mysql:DATABASENAME:HOSTNAME",  "USERNAME", "PASSWORD")
 	   In place of DATABASENAME, HOSTNAME, USERNAME and PASSWORD,
 	   use the actual values. PASSWORD and USERNAME might be
-	   optional, depending on the user's acces permissions for
+	   optional, depending on the user's access permissions for
 	   the database server.
 
 =cut
--- a/blib/man3/TFBS::DB::JASPAR2.3pm
+++ b/blib/man3/TFBS::DB::JASPAR2.3pm
@@ -314,7 +314,7 @@ methods. Internal methods are preceded w
 \&           ("dbi:mysql:DATABASENAME:HOSTNAME",  "USERNAME", "PASSWORD")
 \&           In place of DATABASENAME, HOSTNAME, USERNAME and PASSWORD,
 \&           use the actual values. PASSWORD and USERNAME might be
-\&           optional, depending on the user acces permissions for
+\&           optional, depending on the user access permissions for
 \&           the database server.
 .Ve
 .SS "create"
@@ -332,7 +332,7 @@ methods. Internal methods are preceded w
 \&            ("dbi:mysql:NEWDATABASENAME:HOSTNAME",  "USERNAME", "PASSWORD")
 \&           In place of NEWDATABASENAME, HOSTNAME, USERNAME and
 \&           PASSWORD use the actual values. PASSWORD and USERNAME
-\&           might be optional, depending on the users acces permissions
+\&           might be optional, depending on the users access permissions
 \&           for the database server.
 .Ve
 .SS "dbh"
--- a/TFBS/DB/LocalTRANSFAC.pm
+++ b/TFBS/DB/LocalTRANSFAC.pm
@@ -105,7 +105,7 @@ ENDNOTICE
 
  Title   : get_Matrix_by_acc
  Usage   : my $pfm = $db->get_Matrix_by_acc('V$CREB_01', 'PFM');
- Function: fetches matrix data under the given TRANSFAC aaccession number
+ Function: fetches matrix data under the given TRANSFAC accession number
 	   from database and returns a TFBS::Matrix::* object
  Returns : a TFBS::Matrix::* object; the exact type of the
 	   object depending on the second argument (allowed
--- a/TFBS/DB/TRANSFAC.pm
+++ b/TFBS/DB/TRANSFAC.pm
@@ -151,7 +151,7 @@ sub get_Matrix_by_ID  {
 
  Title   : get_Matrix_by_acc
  Usage   : my $pfm = $db->get_Matrix_by_acc('V$CREB_01', 'PFM');
- Function: fetches matrix data under the given TRANSFAC aaccession number
+ Function: fetches matrix data under the given TRANSFAC accession number
 	   from database and returns a TFBS::Matrix::* object
  Returns : a TFBS::Matrix::* object; the exact type of the
 	   object depending on the second argument (allowed
--- a/blib/lib/TFBS/DB/LocalTRANSFAC.pm
+++ b/blib/lib/TFBS/DB/LocalTRANSFAC.pm
@@ -105,7 +105,7 @@ ENDNOTICE
 
  Title   : get_Matrix_by_acc
  Usage   : my $pfm = $db->get_Matrix_by_acc('V$CREB_01', 'PFM');
- Function: fetches matrix data under the given TRANSFAC aaccession number
+ Function: fetches matrix data under the given TRANSFAC accession number
 	   from database and returns a TFBS::Matrix::* object
  Returns : a TFBS::Matrix::* object; the exact type of the
 	   object depending on the second argument (allowed
--- a/blib/lib/TFBS/DB/TRANSFAC.pm
+++ b/blib/lib/TFBS/DB/TRANSFAC.pm
@@ -151,7 +151,7 @@ sub get_Matrix_by_ID  {
 
  Title   : get_Matrix_by_acc
  Usage   : my $pfm = $db->get_Matrix_by_acc('V$CREB_01', 'PFM');
- Function: fetches matrix data under the given TRANSFAC aaccession number
+ Function: fetches matrix data under the given TRANSFAC accession number
 	   from database and returns a TFBS::Matrix::* object
  Returns : a TFBS::Matrix::* object; the exact type of the
 	   object depending on the second argument (allowed
--- a/blib/man3/TFBS::DB::LocalTRANSFAC.3pm
+++ b/blib/man3/TFBS::DB::LocalTRANSFAC.3pm
@@ -188,7 +188,7 @@ TFBS::DB::LocalTRANSFAC is a read only d
 .Vb 10
 \& Title   : get_Matrix_by_acc
 \& Usage   : my $pfm = $db\->get_Matrix_by_acc(\*(AqV$CREB_01\*(Aq, \*(AqPFM\*(Aq);
-\& Function: fetches matrix data under the given TRANSFAC aaccession number
+\& Function: fetches matrix data under the given TRANSFAC accession number
 \&           from database and returns a TFBS::Matrix::* object
 \& Returns : a TFBS::Matrix::* object; the exact type of the
 \&           object depending on the second argument (allowed
--- a/blib/man3/TFBS::DB::TRANSFAC.3pm
+++ b/blib/man3/TFBS::DB::TRANSFAC.3pm
@@ -217,7 +217,7 @@ retrieving a TFBS::Matrix::* object from
 .Vb 10
 \& Title   : get_Matrix_by_acc
 \& Usage   : my $pfm = $db\->get_Matrix_by_acc(\*(AqV$CREB_01\*(Aq, \*(AqPFM\*(Aq);
-\& Function: fetches matrix data under the given TRANSFAC aaccession number
+\& Function: fetches matrix data under the given TRANSFAC accession number
 \&           from database and returns a TFBS::Matrix::* object
 \& Returns : a TFBS::Matrix::* object; the exact type of the
 \&           object depending on the second argument (allowed
--- a/blib/man3/TFBS::DB::JASPAR4.3pm
+++ b/blib/man3/TFBS::DB::JASPAR4.3pm
@@ -256,7 +256,7 @@ methods. Internal methods are preceded w
 \&           ("dbi:mysql:DATABASENAME:HOSTNAME",  "USERNAME", "PASSWORD")
 \&           In place of DATABASENAME, HOSTNAME, USERNAME and PASSWORD,
 \&           use the actual values. PASSWORD and USERNAME might be
-\&           optional, depending on the user\*(Aqs acces permissions for
+\&           optional, depending on the user\*(Aqs access permissions for
 \&           the database server.
 .Ve
 .SS "dbh"
--- a/TFBS/Site.pm
+++ b/TFBS/Site.pm
@@ -54,7 +54,7 @@ TFBS::Site - a nucleotide sequence featu
 
 =head1 DESCRIPTION
 
-TFBS::Site object holds data for a (possibly predicted) transcription factor binding site on a nucleotide sequence (start, end, strand, score, tags, as well as references to the corresponding sequence and pattern objects). TFBS::Site is a subclass of Bio::SeqFeature::Generic and has acces to all of its method. Additionally, it contains the pattern() method, an accessor for pattern object associated with the site object.
+TFBS::Site object holds data for a (possibly predicted) transcription factor binding site on a nucleotide sequence (start, end, strand, score, tags, as well as references to the corresponding sequence and pattern objects). TFBS::Site is a subclass of Bio::SeqFeature::Generic and has access to all of its method. Additionally, it contains the pattern() method, an accessor for pattern object associated with the site object.
 
 =head1 FEEDBACK
 
--- a/blib/lib/TFBS/Site.pm
+++ b/blib/lib/TFBS/Site.pm
@@ -54,7 +54,7 @@ TFBS::Site - a nucleotide sequence featu
 
 =head1 DESCRIPTION
 
-TFBS::Site object holds data for a (possibly predicted) transcription factor binding site on a nucleotide sequence (start, end, strand, score, tags, as well as references to the corresponding sequence and pattern objects). TFBS::Site is a subclass of Bio::SeqFeature::Generic and has acces to all of its method. Additionally, it contains the pattern() method, an accessor for pattern object associated with the site object.
+TFBS::Site object holds data for a (possibly predicted) transcription factor binding site on a nucleotide sequence (start, end, strand, score, tags, as well as references to the corresponding sequence and pattern objects). TFBS::Site is a subclass of Bio::SeqFeature::Generic and has access to all of its method. Additionally, it contains the pattern() method, an accessor for pattern object associated with the site object.
 
 =head1 FEEDBACK
 
--- a/blib/man3/TFBS::Site.3pm
+++ b/blib/man3/TFBS::Site.3pm
@@ -173,7 +173,7 @@ TFBS::Site \- a nucleotide sequence feat
 .Ve
 .SH "DESCRIPTION"
 .IX Header "DESCRIPTION"
-TFBS::Site object holds data for a (possibly predicted) transcription factor binding site on a nucleotide sequence (start, end, strand, score, tags, as well as references to the corresponding sequence and pattern objects). TFBS::Site is a subclass of Bio::SeqFeature::Generic and has acces to all of its method. Additionally, it contains the \fIpattern()\fR method, an accessor for pattern object associated with the site object.
+TFBS::Site object holds data for a (possibly predicted) transcription factor binding site on a nucleotide sequence (start, end, strand, score, tags, as well as references to the corresponding sequence and pattern objects). TFBS::Site is a subclass of Bio::SeqFeature::Generic and has access to all of its method. Additionally, it contains the \fIpattern()\fR method, an accessor for pattern object associated with the site object.
 .SH "FEEDBACK"
 .IX Header "FEEDBACK"
 Please send bug reports and other comments to the author.