Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/biology/cufflinks/files/patch-src_gdna.h
18160 views
1
--- src/gdna.h.orig 2022-07-28 03:14:39 UTC
2
+++ src/gdna.h
3
@@ -9,7 +9,7 @@ char* reverseComplement(char* seq, int slen=0);
4
5
bool gDnaInit();
6
7
-byte gdna2bit(char* &nt, int n=4); //pack n bases into a byte (n can be 1..4)
8
-char g2bit2base(byte v2bit); //convert the 2-bit value into 'A', 'C', 'G' or 'T'
9
+bytex gdna2bit(char* &nt, int n=4); //pack n bases into a byte (n can be 1..4)
10
+char g2bit2base(bytex v2bit); //convert the 2-bit value into 'A', 'C', 'G' or 'T'
11
12
#endif
13
14