8000 GitHub - jamesc0/primer-dimers
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jamesc0/primer-dimers

Repository files navigation

An algorithm which, given a list of primers, returns primer dimer candidates.

Compile using

make main

Run using

./main data/data.txt > out.txt

replacing data/data.txt with the name of the input file.
The input file should be formatted like the file at data/data.txt
The parameters can be changed in lines 12-17 of the main.cc code

The algorithm takes 5.6 seconds to run on 200 candidate primers.
The running time should grow quadratically with the number of candidate primers.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0