Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ $ python generate_barcodes <length> <output file>
Once the potential barcode strings have been generated, you can run `validate_barcodes.py` to get your barcodes by specifying the file of all possible codes, the name where your barcodes should be written, and how many barcodes you need:

```
$ python validate_barcodes <input file> <output file> <number of codes>
$ python validate_barcodes <input file> <output file> <number of codes> <length of bc> <low gc> <high gc> <num of mismatches>

```
e.g. python3.8 validate_barcodes.py NIST_Barcode_raw.txt NIST_validate.txt 1000 18 0.4 0.6 3
Binary file added src/.DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 5
}
Loading