1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Description: Fix spelling
Author: Andreas Tille <[email protected]>
Last-Update: Thu, 19 Jan 2017 16:04:27 0100
--- a/ParameterList.cpp
b/ParameterList.cpp
@@ -493,7 493,7 @@ void printDefault(void)
cout << "The min and max of pair-end separations are 0 and 1Mb in a same ref, respectively" << endl;
cout << "By default, PerM outputs all the best alignments in terms of the mismatches number." << endl;
cout << "It throw away all reads with 'N' or '.' unless --includeReadsWN is specified" << endl;
- cout << "The default seeds varied in different the read lengthes and types." << endl;
cout << "The default seeds varied in different the read lengths and types." << endl;
cout << "It won't save the index if -s is not specified." << endl;
cout << "When -s is specified but not follow a path, a default filename is used to save the index." << endl;
cout << "That path will be test for index reused for the mapping next time." << endl;
|