Skip to content
/ vdiff Public

A tool for comparing virus genomes written in C++

Notifications You must be signed in to change notification settings

tehp/vdiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
tehp
Nov 23, 2020
a47b083 · Nov 23, 2020

History

29 Commits
Nov 23, 2020
Apr 20, 2020
Aug 22, 2020
Apr 11, 2020
Apr 13, 2020
Nov 23, 2020
Nov 23, 2020

Repository files navigation

VDIFF

A tool for comparing virus genomes written C++. This is a school project from early 2020.

Introduction and Demonstration video

Prerequisites

  • C++17 with g++-9 in your path.
  • make
  • git

Installing

git clone https://github.com/tehp/vdiff.git
cd vdiff
mkdir dist
make

Example Usage

Run VDIFF on SARS and COVID-19 with min_match_size of 0.

./dist/vdiff sars cov 0

Run VDIFF on SARS and Ebola with min_match_size of 10.

./dist/vdiff sars ebola 10

CSV Output

The program outputs the coordinates of every match it finds. These points are represented as x = location in A, y = location in B. Each line is one point, in the format x,y.

About

A tool for comparing virus genomes written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published