Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
toniher committed Nov 1, 2024
1 parent 2626fe9 commit 0f76808
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/local/exorthist/split_clusters_species.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
process SPLIT_CLUSTERS_BY_SPECIES_PAIRS {
tag { clusterfile.name }
publishDir "${params.output}/", mode: 'copy', pattern: "gene_cluster_file.gz"

input:
path clusterfile
Expand Down
7 changes: 7 additions & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,13 @@ process {
mode: params.publish_dir_mode
]
}
withName: 'SPLIT_CLUSTERS_BY_SPECIES_PAIRS' {
publishDir = [
path: { "${params.output}" },
mode: params.publish_dir_mode,
pattern: "gene_cluster_file.gz"
]
}
withLabel: 'publish' {
publishDir = [
path: { "${params.output}" },
Expand Down

0 comments on commit 0f76808

Please sign in to comment.