Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into prerelease_fixes
  • Loading branch information
WackerO committed Apr 24, 2024
2 parents 8750d89 + c2d7ed0 commit d9fd29a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### `Changed`

- [[#264](https://github.com/nf-core/differentialabundance/pull/264)] - Change FILTER_DIFFTABLE to python because AWK does not correctly filter reliably ([@WackerO](https://github.com/WackerO), review by [@pinin4fjords](https://github.com/pinin4fjords))
- [[#232](https://github.com/nf-core/differentialabundance/pull/232)] - Mention missing dots in volcano plot, change rounding, turn off rounding by default ([@WackerO](https://github.com/WackerO), review by [@pinin4fjords](https://github.com/pinin4fjords))

## v1.4.0 - 2023-11-27
Expand Down
1 change: 0 additions & 1 deletion modules/local/filter_difftable.nf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ process FILTER_DIFFTABLE {
with open('versions.yml', 'a') as version_file:
version_file.write('"${task.process}":' + "\\n")
version_file.write(" python: " + (platform.python_version()) + "\\n")
version_file.write(" pandas: " + str(pd.__version__) + "\\n")
"""
}

0 comments on commit d9fd29a

Please sign in to comment.