Skip to content

Commit

Permalink
Cited source
Browse files Browse the repository at this point in the history
  • Loading branch information
gkarthik committed Jun 8, 2024
1 parent 226e896 commit cc64510
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ref_seq.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "ref_seq.h"

// Complement base array
// Source: https://github.com/samtools/samtools/blob/024e3d5ef0a2b0b7049f1fde6faebe8249988a06/faidx.c#L56
const unsigned char comp_base[256] = {
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,
16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31,
Expand Down

0 comments on commit cc64510

Please sign in to comment.