Skip to content

Commit 5ebd6e9

Browse files
committed
New lambda calculator
1 parent fb687b7 commit 5ebd6e9

File tree

6 files changed

+590
-34
lines changed

6 files changed

+590
-34
lines changed

src/commons/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ set(commons_header_files
2222
commons/itoa.h
2323
commons/KSeqBufferReader.h
2424
commons/KSeqWrapper.h
25+
commons/LambdaCalculation.h
2526
commons/Masker.h
2627
commons/MathUtil.h
2728
commons/MemoryMapped.h
@@ -62,6 +63,7 @@ set(commons_source_files
6263
commons/GpuUtil.cpp
6364
commons/HeaderSummarizer.cpp
6465
commons/KSeqWrapper.cpp
66+
commons/LambdaCalculation.cpp
6567
commons/Masker.cpp
6668
commons/MemoryMapped.cpp
6769
commons/MemoryTracker.cpp

0 commit comments

Comments
 (0)