From f73fbf4f778d61063c041b873ee78c7b4168c114 Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Mon, 14 Oct 2024 11:48:29 +0200 Subject: [PATCH] Fix tar to always follow symlinks due to nxf staging in work dirs --- modules/nf-core/tar/main.nf | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nf-core/tar/main.nf b/modules/nf-core/tar/main.nf index 60f828101b9..4b49fe8ff32 100644 --- a/modules/nf-core/tar/main.nf +++ b/modules/nf-core/tar/main.nf @@ -49,6 +49,7 @@ process TAR { """ tar \\ -c \\ + -h \\ ${compress_flag} \\ ${args} \\ -f ${prefix}.tar${compress_type} \\