Skip to content

Commit

Permalink
Improve v2.2.0 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
armintoepfer committed Jun 4, 2021
1 parent 69fc046 commit 0173019
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ nav_order: 99
# Version changelog

* **2.2.0**:
* Add --no-clip to assign a barcode pair, but not clip barcode sequences from reads
* Add `--no-clip` to assign a barcode pair, but not clip barcode sequences from reads
* Output `.consensusreadset.xml` for CCS/HiFi input
* Add `--biosample-csv` to assign sample names to barcode pairs
* Add `--biosample-csv` to assign [bio sample names](/faq/biosample) to barcode pairs
* Better help description for `--peek-guess` in combination with `--ccs` and `--isoseq`
* Optional [performance improvements](/faq/Speed)

* 2.1.0:
* SMRT Link v10.1 release
Expand Down
24 changes: 24 additions & 0 deletions docs/faq/biosample.md
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.

0 comments on commit 0173019

Please sign in to comment.