From 510adfbd3ad6d22466baf20a524347a332ec66dc Mon Sep 17 00:00:00 2001 From: Yuk Kei Wan Date: Wed, 18 Oct 2023 11:02:31 +0800 Subject: [PATCH] editor config linting fix --- modules/local/fast5_to_pod5.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/local/fast5_to_pod5.nf b/modules/local/fast5_to_pod5.nf index ab9e2c63..93472c86 100644 --- a/modules/local/fast5_to_pod5.nf +++ b/modules/local/fast5_to_pod5.nf @@ -21,7 +21,7 @@ process FAST5_TO_POD5 { cat <<-END_VERSIONS > versions.yml "${task.process}": - pod5: + pod5: \$(echo \$(pod5 --version 2>&1) | sed -r 's/..............//') END_VERSIONS """ }