Skip to content

mcgregn/JABG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JABG

Just Another DNA Barcode Generator

A package for generating and matching DNA barcodes based on Levenshtein distance. Code is written in Julia.

Generator takes arguments for barcode length ("-l"), number of sequences to generate ("-n"), and minimum Levenshtein distance ("-d", number of substitutions or indels tolerated)

Barcodes are currently printed to the terminal.

Code will hang if impossible combinations of length, distance, and number of sequences are chosen. If it takes >10 seconds, kill it and try incrementing the length, decrementing the number of sequences, or decrementing the distance.

Current inputs and outputs for matching are csv flat files.

About

Just Another DNA Barcode Generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages