Skip to content

Commit

Permalink
feat: Toss some arrays in there
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jul 30, 2024
1 parent fbfef9f commit 94e3af1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/primer3_calc/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ process primer3_calc {
publishDir "results/${task.process}", overwrite:'true'
cache 'deep'
tag "$conf.baseName"
array 100

input:
path conf
Expand Down
1 change: 1 addition & 0 deletions modules/primer3_conf/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ process primer3_conf {
cache 'deep'
conda "seqkit"
tag "${target.baseName.replaceFirst(/\.primer3/, '')}"
array 100

input:
path target
Expand Down

0 comments on commit 94e3af1

Please sign in to comment.