Skip to content

Commit

Permalink
Release v0.1.2 (#16)
Browse files Browse the repository at this point in the history
* Add test_resources as link

* Rename package and repo to demultiplex

* FEAT: rename biobase to biobox. (#13)

* Rename biobase to biobox

* Add PR number

* FEAT: Bump viash to 0.9.0-RC6. (#14)

* Bump viash number

* Add PR number

* BUG: Wrong pointer to biobox dependency (#15)

* Fix pointer to biobox

* Add PR number

* Release v0.1.2

---------

Co-authored-by: Toni Verbeiren <[email protected]>
  • Loading branch information
DriesSchaumont and tverbeiren authored Jun 20, 2024
1 parent 6e630eb commit 0763692
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.1.2

## NEW FEATURES

* Renamed `biobase` repository to `biobox` (PR #13 and PR #15).

* Bump viash to 0.9.0-RC6 (PR #14).

# v0.1.1

## NEW FEATURES
Expand Down
11 changes: 7 additions & 4 deletions _viash.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
name: demultiplex
version: v0.1.0
version: v0.1.2
description: |
Demultiplexing pipeline
license: MIT
keywords: [bioinformatics, sequence, demultiplexing, pipeline]
links:
issue_tracker: https://github.com/viash-hub/demultiplex.vsh/issues
repository: https://github.com/viash-hub/demultiplex.vsh
issue_tracker: https://github.com/viash-hub/demultiplex/issues
repository: https://github.com/viash-hub/demultiplex
info:
test_resources:
- path: https://raw.githubusercontent.com/nf-core/test-datasets/demultiplex/testdata/NovaSeq6000/200624_A00834_0183_BHMTFYDRXX.tar.gz
dest: test_resources

viash_version: 0.9.0-RC6

config_mods: |
.requirements.commands := ['ps']
2 changes: 1 addition & 1 deletion src/demultiplex/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies:
repositories:
- name: bb
type: vsh
repo: viash-hub/biobase
repo: biobox
tag: v0.1.0

runners:
Expand Down

0 comments on commit 0763692

Please sign in to comment.