]> git.donarmstrong.com Git - samtools.git/commitdiff
minor
authorHeng Li <lh3@live.co.uk>
Tue, 28 Sep 2010 16:48:23 +0000 (16:48 +0000)
committerHeng Li <lh3@live.co.uk>
Tue, 28 Sep 2010 16:48:23 +0000 (16:48 +0000)
kaln.c

diff --git a/kaln.c b/kaln.c
index 8900df808679dad3b9009c5f241e590a44242e1d..e25ebb5d1ac3d2e67c96db2ad266beaf5602bde1 100644 (file)
--- a/kaln.c
+++ b/kaln.c
@@ -562,7 +562,7 @@ int main()
        int l_ref = 5, l_query = 4;
        uint8_t *ref = (uint8_t*)"\0\1\3\3\1";
        uint8_t *query = (uint8_t*)"\0\3\3\1";
-//     uint8_t *query = (uint8_t*)"\1\3\3\1"; // FIXME: the output is not so right given this input!!!
+//     uint8_t *query = (uint8_t*)"\1\3\3\1";
        static uint8_t qual[4] = {20, 20, 20, 20};
        ka_prob_glocal(ref, l_ref, query, l_query, qual, &ka_probpar_def, 0, 0);
        return 0;