Skip to content

Commit

Permalink
Fixed mistake in last fix
Browse files Browse the repository at this point in the history
  • Loading branch information
erikrikarddaniel committed Dec 12, 2024
1 parent c749cff commit 6deb09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/eukulele/search.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6deb09a

Please sign in to comment.