Skip to content

Commit

Permalink
refactor: Return PopPUNK create-db outputs (#166)
Browse files Browse the repository at this point in the history
* refactor: Return PopPunk create-db output

* docs: Add create-db to poppunk outputs
  • Loading branch information
jvfe committed Sep 20, 2023
1 parent 758422f commit 339620c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,14 @@ process {
]
}

withName: POPPUNK_CREATEDB {
publishDir = [
path: { "${params.outdir}/poppunk_results" },
mode: params.publish_dir_mode,
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
]
}

withName: POPPUNK_FITMODEL {
publishDir = [
path: { "${params.outdir}/poppunk_results" },
Expand Down
1 change: 1 addition & 0 deletions docs/output.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ See the [PhiSpy documentation](https://github.com/linsalrob/PhiSpy#output-files)

- `poppunk_results/`

- `poppunk_db/` - Results from PopPUNK's create-db command
- `poppunk_${poppunk_model}/` - Results from PopPUNK's fit-model command
- `poppunk_visualizations/` - Results from the poppunk_visualise command

Expand Down

0 comments on commit 339620c

Please sign in to comment.