mkdir build
cd build
cmake ..
cmake --build .
./build/[ALGORITHM_NAME] [INPUT_FILE] [STORE_BOOL] [PRINT_BOOL]
- All Tests
cd build
ctest
- For particular algorithm
cd build
ctest -R [ALGORITHM_NAME]
- For particular dataset
cd build
ctest -R [DATASET_NAME]
[ALGORITHM_NAME] ([ALGORITHM_NAME_AS_MENTIONED_IN_PAPER])
- RawRep (RawRepo)
- RawRepT (RawRep)
- ConRep (ConRepo)
- ConRepT (ConRep)
- OptRaw (OptRawRep)
- OptCon (OptConRep)
- OptConH (OptConRep#)
- OptRep (OptRep)
- OptRepH (OptRep#)
- Reference-Sim
- refsim
- Catfish
- human
- mouse
- salmon
- zebrafish
- simulation
- Randomly Generated
- Uniform Random
- Power Law
- Improved Random