Skip to content

Commit 150701b

Browse files
authored
Update README with detailed mapping instructions
Clarified instructions for mapping barcodes with hamming distance.
1 parent 3e678b2 commit 150701b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ stagger_barcodes.txt
186186
AGGGG,ACGGGG,ACGGGGG,ACGTGGGG
187187
```
188188

189-
2.) The second option would be to describe an individual pattern for every stagger, and allow only for no or very little mismatches in the staggers with very few nucleotides. This way we prevent to map a wrong barcode with insertions/deletions to a stagger. Additionally, you could map with hamming distance only in the barcodes with the -H flag.
189+
2.) The second option would be to describe an individual pattern for every stagger, and allow only for no or very little mismatches in the staggers with very few nucleotides. This way we prevent to map a wrong barcode with insertions/deletions to a stagger. Additionally, you could map with hamming distance only in the barcodes with the '-H' flag when you run demultiplex or by adding this line to the ESGI ini-file 'hamming=1'.
190190

191191
pattern.txt
192192
```txt

0 commit comments

Comments
 (0)