From 51f2d9a806f5b7c64dfea8c3d5a5abfa7513fcf8 Mon Sep 17 00:00:00 2001 From: "Robert A. Petit III" Date: Mon, 15 Nov 2021 07:47:41 -0700 Subject: [PATCH] Update main.nf (#938) Co-authored-by: FriederikeHanssen --- modules/spatyper/main.nf | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/spatyper/main.nf b/modules/spatyper/main.nf index ce320bfc..34207dbf 100644 --- a/modules/spatyper/main.nf +++ b/modules/spatyper/main.nf @@ -31,7 +31,6 @@ process SPATYPER { def prefix = options.suffix ? "${meta.id}${options.suffix}" : "${meta.id}" def input_args = repeats && repeat_order ? "-r ${repeats} -o ${repeat_order}" : "" """ - env spaTyper \\ $options.args \\ $input_args \\