Skip to content

Commit

Permalink
added wildcard to pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung committed Mar 15, 2024
1 parent 113e3ec commit 55f61bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_actions.config
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ process {
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
withName:panaroo {
publishDir = [ path: "grandeur", mode: 'link', pattern: "panaroo/core_gene_alignment.aln"]
publishDir = [ path: "grandeur", mode: 'link', pattern: "panaroo/*"]
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
withName:pbptyper {
Expand Down

0 comments on commit 55f61bb

Please sign in to comment.