Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ The old behavior of the `full_pipeline` can be obtained by running `full_pipelin

* `schemas`: Add schema file for author yamls (PR #436).

* `mapping/multi_star`, `mapping/star_build_reference` and `mapping/star_align`: update STAR from 2.7.10a to 2.7.10b (PR #441).

## BUG FIXES

* `annotate/popv`: Fix concat issue when the input data has multiple layers (#395, PR #397).
Expand Down
2 changes: 1 addition & 1 deletion src/mapping/multi_star/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ platforms:
# setup derived from https://github.com/alexdobin/STAR/blob/master/extras/docker/Dockerfile
- type: docker
env:
- STAR_VERSION 2.7.10a
- STAR_VERSION 2.7.10b
- PACKAGES gcc g++ make wget zlib1g-dev unzip
- type: docker
run: |
Expand Down
2 changes: 1 addition & 1 deletion src/mapping/star_align/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ platforms:
# setup derived from https://github.com/alexdobin/STAR/blob/master/extras/docker/Dockerfile
- type: docker
env:
- STAR_VERSION 2.7.10a
- STAR_VERSION 2.7.10b
- PACKAGES gcc g++ make wget zlib1g-dev unzip
- type: docker
run: |
Expand Down
2 changes: 1 addition & 1 deletion src/mapping/star_build_reference/config.vsh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ platforms:
# setup derived from https://github.com/alexdobin/STAR/blob/master/extras/docker/Dockerfile
- type: docker
env:
- STAR_VERSION 2.7.10a
- STAR_VERSION 2.7.10b
- PACKAGES gcc g++ make wget zlib1g-dev unzip
- type: docker
run: |
Expand Down