From dfce775d62ddab1a02f66c842ebe793f054fe561 Mon Sep 17 00:00:00 2001
From: Simeon <51403284+simeross@users.noreply.github.com>
Date: Wed, 24 Jan 2024 13:38:46 +0100
Subject: [PATCH] Update test_clustering_thresholds.R

---
 R/test_clustering_thresholds.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/R/test_clustering_thresholds.R b/R/test_clustering_thresholds.R
index 5e9710d..f2e80da 100644
--- a/R/test_clustering_thresholds.R
+++ b/R/test_clustering_thresholds.R
@@ -53,7 +53,7 @@ test_clustering_thresholds <- function(MyDNAstring, step_size,
   }else if(file.exists(method)){
     preexisting <- dir.exists(meshclust_temp_dir)
     dir.create(meshclust_temp_dir)
-    clust_tbl_list <- lapply(seq(0, step_max, step_size),
+    clus_tbl_list <- lapply(seq(0, step_max, step_size),
                              meshclustR, seqs = MyDNAstring,
                              filepath = meshclust_temp_dir,
                              meshclust_bin = method)
-- 
GitLab