summarylogtreecommitdiffstats
path: root/alphabet.h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'alphabet.h.patch')
-rw-r--r--alphabet.h.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/alphabet.h.patch b/alphabet.h.patch
new file mode 100644
index 000000000000..ecdb02621507
--- /dev/null
+++ b/alphabet.h.patch
@@ -0,0 +1,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[];