Build branch main with version main (d8c0c0f)

Build pipeline: viash-hub.htrnaseq.main-fc9g5

Source commit: d8c0c0f518

Source message: Create umi_length parameter and infer barcode length from sequence (#27)
This commit is contained in:
CI
2025-01-14 09:07:18 +00:00
parent f86c73dccb
commit 37c4f5eb25
61 changed files with 264 additions and 348 deletions

View File

@@ -1,9 +1,20 @@
# demultiplex v0.x.x
# New functionality
* Added `umi_length` argument (PR #27).
# Breaking changes
* Removed `wellBarcodesLength` from `parallel_map` workflow (PR #27).
# Minor changes
* Use `v0.3.0` version of cutadapt instead of `main` (PR #23 and PR #24).
* `create_eset`: Update base container image, `R` version and all dependencies
to newer versions (PR #28).
# demultiplex v0.2.0
# New functionality