Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

hakula139/dna-error-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dna-error-detection

wakatime

An error detection algorithm for DNA sequences, written in modern C++.

Getting Started

Prerequisites

To set up the environment, you need to have the following dependencies installed.

  • GNU make 4.0 or above
  • GCC 9.0 or above (for C++17 features)
    • GCC 8.0 or below and Clang 12.0 or below are NOT supported

Building

  • make: Build the project using GNU make, a Unix-like environment is required.

Usages

  • make help: Show arguments and usages.
  • make run: Run all preprocessing tasks and start the main process.
  • make index: Create an index of reference data only.
  • make minimizer: Find minimizers only.
  • make start: Find sv deltas only.

Clean

  • make clean: Remove all building files.

Contributors

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

About

An error detection algorithm for DNA sequences, written in modern C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published