Skip to content

Commit

Permalink
fix: Add seqkit to primer3_conf
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jul 29, 2024
1 parent 6601c5c commit e9dd677
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/primer3_conf/main.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
process primer3_conf {
publishDir "results/${task.process}",mode:'link',overwrite:'true'
cache 'deep'
conda "seqkit"
tag "$target.baseName"

input:
Expand Down

0 comments on commit e9dd677

Please sign in to comment.