Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 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 @@ -9,8 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### `Fixed`

- [#666](https://github.com/nf-core/eager/issues/666) - Fixed input file staging for `print_nuclear_contamination`
- [#631](https://github.com/nf-core/eager/issues/631): - Update minimum Nextflow version to 20.07.1, due to unfortunate bug in Nextflow 20.04.1 causing eager to crash if patch pulled


### `Dependencies`
Comment thread
IdoBar marked this conversation as resolved.
Outdated

### `Deprecated`
Expand Down
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2932,7 +2932,7 @@ process print_nuclear_contamination{
params.run_nuclear_contamination

input:
val 'Contam' from ch_from_nuclear_contamination.map { it[7] }.collect()
path 'Contam' from ch_from_nuclear_contamination.map { it[7] }.collect()
Comment thread
IdoBar marked this conversation as resolved.
Outdated

output:
file 'nuclear_contamination.txt'
Expand Down