Skip to content

Commit

Permalink
Clarify --sample_name input options
Browse files Browse the repository at this point in the history
  • Loading branch information
marithetland authored Mar 19, 2021
1 parent fcc8efe commit 760ef03
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ Where:
* `--sample_names`: A CSV-file which connects barcodes with sample names, following the format:
```
barcode,sample_name
NB01,NEGCONTROL
NB02,E1234567_P1
barcode01,NEGCONTROL
barcode02,E1234567_P1
NB03,V2345678_P1
```
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.


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

Expand Down

0 comments on commit 760ef03

Please sign in to comment.