Skip to content

Commit

Permalink
Merge branch 'dev' into gtdbtk-missing-params
Browse files Browse the repository at this point in the history
  • Loading branch information
jfy133 authored Sep 23, 2024
2 parents 6183ef0 + 48a3698 commit c57286b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- [#667](https://github.com/nf-core/mag/pull/667) - Fix pipeline crashing if only CONCOCT selected during binning (reported and fixed by @jfy133)
- [#670](https://github.com/nf-core/mag/pull/670) - Re-add missing GTDBTk parameters into GTDBTk module (reported by harper357, fixed by @jfy133)
- [#672](https://github.com/nf-core/mag/pull/673) - Fix GTDB-Tk per-sample TSV files not being published in output directory (reported by @jhayer, fix by @jfy133)

### `Dependencies`

Expand Down
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ process {
publishDir = [
path: { "${params.outdir}/Taxonomy/GTDB-Tk/${meta.assembler}/${meta.binner}/${meta.id}" },
mode: params.publish_dir_mode,
pattern: "*.{log,tasv,tree.gz,fasta,fasta.gz}"
pattern: "*.{log,tsv,tree.gz,fasta,fasta.gz}"
]
}

Expand Down

0 comments on commit c57286b

Please sign in to comment.