Skip to content

The DNA profiler for unknowns DNA sequence. It matches with a person in database file using C++ and Cmake.

Notifications You must be signed in to change notification settings

alxtreme1/DNA-Profiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

Introduction

This program was made for DNA profile identification of a unknown DNA sequence on a database. Use -d argument to load the database file, and -s to load the unknown DNA sequence file.

How to test

First you need to have the CMAKE with a C++ compiler to compiler.

You will create the build folder on this cloned project folder. You can do it with this command on your terminal:

mkdir build

After you will go to build.

cd build

After, you will compilate with CMAKE with this:

cmake ..

And you will run the following code.

cmake --build .

Now you finally can run with following command to run the program:

./dnaprofiler.exe -d data/data.csv -s data/sequence_alice.txt

About

The DNA profiler for unknowns DNA sequence. It matches with a person in database file using C++ and Cmake.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published