Skip to content

Commit

Permalink
Update for version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iwc-workflows-bot committed Sep 25, 2023
1 parent 711274a commit f81a8a2
Show file tree
Hide file tree
Showing 4 changed files with 145 additions and 102 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wftest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
python-version-list: "[\"3.7\"]"
galaxy-fork: galaxyproject
galaxy-branch: master
galaxy-branch: release_23.1
test:
name: Test workflow
needs: setup
Expand All @@ -19,6 +19,6 @@ jobs:
galaxy-head-sha: ${{ needs.setup.outputs.galaxy-head-sha }}
python-version-list: "[\"3.7\"]"
galaxy-fork: galaxyproject
galaxy-branch: master
galaxy-branch: release_23.1
repository-list: '.'
check-outputs: true
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.5.1] 2023-09-22

Fix bug in normalize profiles when used with multiple samples (in 0.5.0 it is averaging samples instead of normalizing each sample).

## [0.5] 2023-03-17

### Automatic update
Expand Down
Loading

0 comments on commit f81a8a2

Please sign in to comment.