From 8a43e44028ed18129c0ddc708e41bbedf1cd9177 Mon Sep 17 00:00:00 2001 From: Francesco Sabatini <francesco.sabatini@idiv.de> Date: Wed, 29 Apr 2020 01:03:12 +0200 Subject: [PATCH] minor change to cli --- cli_01b.r | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cli_01b.r b/cli_01b.r index 37e3175..5d7c94b 100644 --- a/cli_01b.r +++ b/cli_01b.r @@ -97,5 +97,4 @@ ncores <- cli$options$ncores source("01b_MesobromionCluster.R") -Mesobromion(species.path, traits.path, output, myfunction, combinations, start.round - max.inter.t, chunkn, chunk.i, nperm, ncores) +Mesobromion(species.path, traits.path, output, myfunction, combinations, start.round, max.inter.t, chunkn, chunk.i, nperm, ncores) -- GitLab