Skip to content

Commit

Permalink
Add complementary bases for N (which is N), issue marbl#880 and marbl…
Browse files Browse the repository at this point in the history
  • Loading branch information
skoren committed Apr 27, 2018
1 parent 73d5caa commit 7d9e518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AS_UTL/AS_UTL_reverseComplement.C
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ inv[256] = {
0, 0, 0, 0, 0, 0, 0, 0, // 0x30 - 01234567
0, 0, 0, 0, 0, 0, 0, 0, // 0x38 - 89:;<=>?
0,'T', 0,'G', 0, 0, 0,'C', // 0x40 - @ABCDEFG
0, 0, 0, 0, 0, 0, 0, 0, // 0x48 - HIJKLMNO
0, 0, 0, 0, 0, 0, 'N', 0, // 0x48 - HIJKLMNO
0, 0, 0, 0,'A', 0, 0, 0, // 0x50 - PQRSTUVW
0, 0, 0, 0, 0, 0, 0, 0, // 0x58 - XYZ[\]^_
0,'t', 0,'g', 0, 0, 0,'c', // 0x60 - `abcdefg
0, 0, 0, 0, 0, 0, 0, 0, // 0x68 - hijklmno
0, 0, 0, 0, 0, 0, 'n', 0, // 0x68 - hijklmno
0, 0, 0, 0,'a', 0, 0, 0, // 0x70 - pqrstuvw
0, 0, 0, 0, 0, 0, 0, 0, // 0x78 - xyz{|}~
0, 0, 0, 0, 0, 0, 0, 0, // 0x80 -
Expand Down

0 comments on commit 7d9e518

Please sign in to comment.