File: spelling.patch

package info (click to toggle)
soapaligner 2.20-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 768 kB
  • sloc: ansic: 10,051; makefile: 236
file content (46 lines) | stat: -rw-r--r-- 2,032 bytes parent folder | download
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
Description: Fix spelling
Author: Andreas Tille <tille@debian.org>
Last-Update: 2018-07-05

--- a/soap.1
+++ b/soap.1
@@ -69,7 +69,7 @@ Totally allowed mismatches in one read,
 Allow gap size in one read, [0]
 .TP
 .B -M INT
-Match mode for each read or the seed part of read, which shouldn't contain more than 2 mismaches, [4]
+Match mode for each read or the seed part of read, which shouldn't contain more than 2 mismatches, [4]
 .RS
 .TP
 0: exact match only
@@ -88,7 +88,7 @@ SOAP2 output format contains following c
 .PP
 1. reads name / reads ID (if -t is available)
 .P
-2. reads sequence (if read align to reverse strand, here is the reverse sequence of orignal read)
+2. reads sequence (if read align to reverse strand, here is the reverse sequence of original read)
 .P
 3. quality sequence (if input is fasta reads, the column will be all 'h', and the sequence is backward if reads mapping reverse )
 .P
--- a/soap.c
+++ b/soap.c
@@ -119,7 +119,7 @@ static void Usage(void) {
 	fprintf(stdout,	"\t-b  <str>   query b file\n");
 	fprintf(stdout,	"\t-D  <str>   reference sequences indexing table, *.index format\n");
 	fprintf(stdout,	"\t-o  <str>   output alignment file(txt)\n");
-	fprintf(stdout, "\t-M  <int>   match mode for each read or the seed part of read, which shouldn't contain more than 2 mismaches, [4]\n"
+	fprintf(stdout, "\t-M  <int>   match mode for each read or the seed part of read, which shouldn't contain more than 2 mismatches, [4]\n"
 			"\t            0: exact match only\n"
 			"\t            1: 1 mismatch match only\n"
 			"\t            2: 2 mismatch match only\n"
--- a/soap.man
+++ b/soap.man
@@ -71,7 +71,7 @@ CCOOMMMMAANNDD AANNDD OOPPT
               --gg IINNTT Allow gap size in one read, [0]
 
               --MM IINNTT Match mode for each read or the seed part of read,  which
-                     shouldn't contain more than 2 mismaches, [4]
+                     shouldn't contain more than 2 mismatches, [4]
 
                      0: exact match only