Skip to content

Commit 760ef03

Browse files
authored
Clarify --sample_name input options
1 parent fcc8efe commit 760ef03

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ Where:
2525
* `--sample_names`: A CSV-file which connects barcodes with sample names, following the format:
2626
```
2727
barcode,sample_name
28-
NB01,NEGCONTROL
29-
NB02,E1234567_P1
28+
barcode01,NEGCONTROL
29+
barcode02,E1234567_P1
3030
NB03,V2345678_P1
3131
```
32+
The barcode column can take values following the format barcode[0-9][0-9] or NB[0-9][0-9] (as in the example above), and the sample_name column can be anything you'd like.
33+
3234

3335
Note: Basecalling and demultiplexing may also be performed if not already done on GridION/MinIT.
3436

0 commit comments

Comments
 (0)