You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kDataFrame.hpp:
create an interface for all the public functions
classes:
kDataframeIterator(not _kDataframeIterator)
kDataframe
dbgIterator
kDataframeMQF-MAP-PHMAP
Algorithms.hpp:
parseSequences(allversions)
countKmersFromFile and string
3)load KMC
transform and transform in place
filter 2 versions
aggregate 2 versions
merge
union and intersect and Diff
you decide about the kmerdecocer fns
index and index mega and index priorityqueue
inner join
defaultColumn.hpp:
Column
vectorColumn: it is a template make a version for int,bool,double,uint32_t
mixVectors
4)QueryColorColumn
prefixtrie
dedupicated column it a template make a version for:
a) deduplicatedColumn<vector<uint32_t>, mixVectors>
b) deduplicatedColumn<vector<uint32_t>, prefixTrie>
c) deduplicatedColumn<vector<uint32_t>, insertColorColumn>
The text was updated successfully, but these errors were encountered:
Please note that functions with anonymous functions as input can't be wrapped like:
aggregate
filter
merge
transform
There's a file called extend_algorithms that we can add custom versions of the functions in it with unique names. The currently implemented functions in that file are extracted from the kDifferentialExpression usecase.
I want to make sure that I understand correctly! you finished the wrapper for those functions but it cant take python lambda functions and has to use functions from extend algorithms.
On Sun, Aug 29, 2021, 1:35 PM Mostafa Shokrof ***@***.***> wrote:
I want to make sure that I understand correctly! you finished the wrapper
for those functions but it cant take python lambda functions and has to use
functions from extend algorithms.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#86 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABWVPKDMGPMI6D3GJIYAK63T7ILQXANCNFSM5CEO2JEA>
.
kDataFrame.hpp:
create an interface for all the public functions
classes:
Algorithms.hpp:
3)load KMC
defaultColumn.hpp:
4)QueryColorColumn
a) deduplicatedColumn<vector<uint32_t>, mixVectors>
b) deduplicatedColumn<vector<uint32_t>, prefixTrie>
c) deduplicatedColumn<vector<uint32_t>, insertColorColumn>
The text was updated successfully, but these errors were encountered: