Skip to content

Commit

Permalink
Merge pull request #100 from nf-core/fix_gunzip_snap
Browse files Browse the repository at this point in the history
Fix gunzip in snapshot
  • Loading branch information
pinin4fjords authored Jan 31, 2025
2 parents 30f70eb + d79dee7 commit c245b01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#97](https://github.com/nf-core/riboseq/pull/97) - Remove the on_pull_request_target trigger from the download test ([@pinin4fjords](https://github.com/pinin4fjords))
- [#98](https://github.com/nf-core/riboseq/pull/98) - Bump gunzip due to release CI failure ([@pinin4fjords](https://github.com/pinin4fjords))
- [#99](https://github.com/nf-core/riboseq/pull/99) - Remove conda from release CI ([@pinin4fjords](https://github.com/pinin4fjords))
- [#100](https://github.com/nf-core/riboseq/pull/100) - Fix gunzip in snapshot ([@pinin4fjords](https://github.com/pinin4fjords))

### `Fixed`

Expand Down
2 changes: 1 addition & 1 deletion tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"python": "3.9.5"
},
"GUNZIP_FASTA": {
"gunzip": 1.1
"gunzip": 1.13
},
"MAKE_TRANSCRIPTS_FASTA": {
"rsem": "1.3.1",
Expand Down

0 comments on commit c245b01

Please sign in to comment.