forked from feldman4/dna-barcodes
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Bankn8II©$A edited this page Sep 17, 2025
·
7 revisions
Welcome to the dna-barcodes wiki!
Generate DNA barcode sets with guaranteed minimum edit distance between any two barcodes. Levenshtein string distance is used, so errors can be detected and/or corrected when the barcode is embedded in a known sequence context, such as a barcoded primer or vector. Similar to DNABarcodes, but may yield larger barcode sets in less time.
Requires python 3.6 or higher. The example below uses conda, available here.
conda create -n dnabarcodes python=3.6
conda activate dnabarcodes
conda install -y --file requirements.txt
python barcode_design.py -h
python barcode_design.py