Skip to content

Commit

Permalink
fix: Remove link publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jul 29, 2024
1 parent e9dd677 commit a4941c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/primer3_conf/main.nf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
process primer3_conf {
publishDir "results/${task.process}",mode:'link',overwrite:'true'
publishDir "results/${task.process}", overwrite:'true'
cache 'deep'
conda "seqkit"
tag "$target.baseName"
Expand Down
2 changes: 1 addition & 1 deletion modules/primer3_results2fasta/main.nf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
process primer3_results2fasta {
publishDir "results/${task.process}",mode:'link',overwrite:'true'
publishDir "results/${task.process}", overwrite:'true'
cache 'deep'
tag "$results"

Expand Down

0 comments on commit a4941c6

Please sign in to comment.