Skip to content

Commit 6d27aa4

Browse files
adding N to 'consumes reference' as it should just print the N in the read
1 parent 90898da commit 6d27aa4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cigar_utils.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ consumes_query(const char op) {
2525
return ((op == 'M') ||
2626
(op == 'I') ||
2727
(op == 'S') ||
28+
(op == 'N') ||
2829
(op == '=') ||
2930
(op == 'X'));
3031
}

0 commit comments

Comments
 (0)