Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/biology/bowtie/files/patch-ebwt.h
16146 views
1
--- ebwt.h.orig 2018-11-03 20:51:56 UTC
2
+++ ebwt.h
3
@@ -860,7 +860,7 @@ public:
4
TIndexOffU* ftab() const { return _ftab; }
5
TIndexOffU* eftab() const { return _eftab; }
6
TIndexOffU* offs() const { return _offs; }
7
- uint32_t* isa() const { return _isa; } /* check */
8
+ uint32_t* isa() const { return (uint32_t)_isa; } /* check */
9
TIndexOffU* plen() const { return _plen; }
10
TIndexOffU* rstarts() const { return _rstarts; }
11
uint8_t* ebwt() const { return _ebwt; }
12
13