Skip to content

Commit d1175af

Browse files
committed
syntax fix in annotation workflow publishDir
1 parent 4625513 commit d1175af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflows/Nextflow/modules/runAnnotation/runAnnotation.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ process keggPlots {
160160
mode: 'copy'
161161
)
162162
publishDir(
163-
path: "${settings["keggViewerDir"]}"
164-
mode: 'copy'
163+
path: "${settings["keggViewerDir"]}",
164+
mode: 'copy',
165165
pattern: "kegg_map/*"
166166
)
167167

0 commit comments

Comments
 (0)