From 4422c0c6f93ab005874604b7c51575780b0d49eb Mon Sep 17 00:00:00 2001 From: Don Kirkby Date: Fri, 14 May 2021 12:16:12 -0700 Subject: [PATCH] Typo fix in Python README. Thanks for sharing minimap2. Here's a little fix. --- python/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/README.rst b/python/README.rst index 3d0fae8..3082980 100644 --- a/python/README.rst +++ b/python/README.rst @@ -144,7 +144,7 @@ properties: * **mlen**: length of the matching bases in the alignment, excluding ambiguous base matches. -* **NM**: number of mismatches, gaps and ambiguous poistions in the alignment +* **NM**: number of mismatches, gaps and ambiguous positions in the alignment * **trans_strand**: transcript strand. +1 if on the forward strand; -1 if on the reverse strand; 0 if unknown