From 9fd738ce7626ee634761a67ca6a541326c8ba7f5 Mon Sep 17 00:00:00 2001 From: Vasco Elbrecht Date: Thu, 19 Sep 2019 13:07:06 +0200 Subject: [PATCH] bug fix --- PrimerMiner/R/batch_config.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PrimerMiner/R/batch_config.R b/PrimerMiner/R/batch_config.R index b18d7c4..a2a87f9 100644 --- a/PrimerMiner/R/batch_config.R +++ b/PrimerMiner/R/batch_config.R @@ -43,7 +43,7 @@ paste("Version =", packageVersion("PrimerMiner"), "# you might need to regenerat "add_mt = 100", "rm_dup = T", "no_marker = T", -"mt_subset = NULL" +"mt_subset = NULL", "", "# BOLD download, see ?Download_BOLD for details", "download_bold = T",