Build branch main with version main (9f37358)

Build pipeline: viash-hub.demultiplex.main-f597w

Source commit: 9f37358ebf

Source message: Minor adjustments to CHANGELOG and README (#45)
This commit is contained in:
CI
2025-04-25 12:20:54 +00:00
parent eb6fd9e999
commit 60ee0cd261
30 changed files with 388 additions and 411 deletions

View File

@@ -9,7 +9,7 @@ License](https://img.shields.io/github/license/viash-hub/demultiplex.svg)](https
[![GitHub
Issues](https://img.shields.io/github/issues/viash-hub/demultiplex.svg)](https://github.com/viash-hub/demultiplex/issues)
[![Viash
version](https://img.shields.io/badge/Viash-v0.9.1-blue)](https://viash.io)
version](https://img.shields.io/badge/Viash-v0.9.4-blue)](https://viash.io)
## Workflow Overview
The workflow executes the following steps:
@@ -53,7 +53,7 @@ You can check if everything is working by getting the `--help` for a workflow:
```bash
nextflow run \
vsh/demultiplex \
-r v0.3.4 \
-r v0.3.9 \
--help
```
@@ -84,7 +84,7 @@ When starting nextflow using the CLI, you can use `-c` to provide the file to ne
```bash
nextflow run vsh/demultiplex \
-r v0.3.4 \
-r v0.3.9 \
-main-script target/nextflow/runner/main.nf \
--input "gs://viash-hub-test-data/demultiplex/v3/demultiplex_htrnaseq_meta/SingleCell-RNA_P3_2" \
--demultiplexer bclconvert \