Skip to content

Commit 9b298c7

Browse files
committed
changed kegg map publish mode to 'copy'
1 parent 1207659 commit 9b298c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/Nextflow/modules/runAnnotation/runAnnotation.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ process keggPlots {
161161
)
162162
publishDir(
163163
path: "${settings["keggViewerDir"]}"
164-
mode: 'symlink'
164+
mode: 'copy'
165165
pattern: "kegg_map/*"
166166
)
167167

0 commit comments

Comments
 (0)