summarylogtreecommitdiffstats
path: root/alphabet.h.patch
blob: ecdb02621507eaae0797b44b9982c5538fc05931 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/alphabet.h	2023-04-14 21:35:23.700151724 +0530
+++ b/alphabet.h	2023-04-14 22:09:01.839690247 +0530
@@ -65,7 +65,7 @@
 /// corresponding 2-bit nucleotide
 extern uint8_t nuccol2nuc[5][5];
 /// Convert a 4-bit mask into an IUPAC code
-extern char mask2iupac[16];
+extern signed char mask2iupac[16];
 
 /// Convert an ascii color to an ascii dna char
 extern char col2dna[];