-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
69fc046
commit 0173019
Showing
2 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
layout: default | ||
parent: FAQ | ||
title: Bio Sample names | ||
--- | ||
|
||
## Associate bio sample names with barcode pairs | ||
If you want to assign a bio sample name with a barcode pair, you can use the SMRT | ||
Link feature or directly use it in *lima* version 2.2.0 or later. | ||
|
||
For this, please create a CSV file with two columns `Barcodes,Bio Sample`. The | ||
first column contains the barcode names of the pair; if asymmetric is used, | ||
only give the pair a single name as the order of the barcodes in a pair is not | ||
relevant. Example: | ||
|
||
Barcodes,Bio Sample | ||
bc1001--bc1001,Alfred | ||
bc1002--bc1002,Berthold | ||
bc1003--bc1003,Constantin | ||
bc1008--bc1008,Holger | ||
|
||
Provide this CSV to lima via `--biosample-csv input.csv`. | ||
|
||
This will associate the bio sample name to the read group using the `SM` tag. |