1 2 3 4 5 6 7 8 9 10 11 12 13
|
From: Michael R. Crusoe <michael.crusoe@gmail.com>
Subject: typo fix, interst->interest
--- seqan2.orig/apps/ngs_roi/bam2roi.cpp
+++ seqan2/apps/ngs_roi/bam2roi.cpp
@@ -141,7 +141,7 @@
addDescription(parser,
"Calculated consecutive regions of coverage from alignment file \\fIIN.bam\\fP "
- "and write regions of interst to file \\fIOUT.roi\\fP. "
+ "and write regions of interest to file \\fIOUT.roi\\fP. "
"Counting is performed over the entire region (including intron and N-regions) "
"based on the CIGAR string of the alignment record.");
// it is in the scope of this application to make any assumtions over splice junctions
|