diff --git a/CHANGELOG.md b/CHANGELOG.md index 81a7584c..411b3316 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ Initial release of nf-core/metatdenovo, created with the [nf-core](https://nf-co ### `Fixed` -- [#304](<[https://github.com/nf-core/ampliseq/pull/681](https://github.com/nf-core/metatdenovo/pull/304)>) - Make EUKulele counts output optional as it's not always created +- [#305](<[https://github.com/nf-core/ampliseq/pull/681](https://github.com/nf-core/metatdenovo/pull/305)>) - Make EUKulele counts output optional as it's not always created - [#269](<[https://github.com/nf-core/ampliseq/pull/681](https://github.com/nf-core/metatdenovo/pull/269)>) - Make Transdecoder work better with `-resume` ### `Dependencies` diff --git a/modules/local/eukulele/search.nf b/modules/local/eukulele/search.nf index e3cc9126..896ef39d 100644 --- a/modules/local/eukulele/search.nf +++ b/modules/local/eukulele/search.nf @@ -38,7 +38,7 @@ process EUKULELE_SEARCH { contigs || rc=\$? gzip ${prefix}/mets_full/diamond/*.out - find ${prefix}/taxonomy_counts/ -name "*.csv" | xargs gzip + find ${prefix}/ -name "*.csv" | xargs gzip gzip ${prefix}/taxonomy_estimation/*.out cat <<-END_VERSIONS > versions.yml