You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -25,10 +25,12 @@ Where:
25
25
*`--sample_names`: A CSV-file which connects barcodes with sample names, following the format:
26
26
```
27
27
barcode,sample_name
28
-
NB01,NEGCONTROL
29
-
NB02,E1234567_P1
28
+
barcode01,NEGCONTROL
29
+
barcode02,E1234567_P1
30
30
NB03,V2345678_P1
31
31
```
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
+
32
34
33
35
Note: Basecalling and demultiplexing may also be performed if not already done on GridION/MinIT.
0 commit comments