Skip to content

Commit

Permalink
fixed how tags are used
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalmeida committed Nov 11, 2021
1 parent 22d1ee9 commit 922d812
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/assembly/flye.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process flye {
else null
}
label 'assembly'
tag "${id}"
tag "${prefix}"

input:
file(lreads)
Expand Down
2 changes: 1 addition & 1 deletion modules/assembly/unicycler.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process unicycler {
else null
}
label 'assembly'
tag "${id}"
tag "${prefix}"

input:
tuple val(id), file(sread1), file(sread2)
Expand Down

0 comments on commit 922d812

Please sign in to comment.