From e39109ddff938bced90ca26faa92bf1d4883def8 Mon Sep 17 00:00:00 2001 From: Vasco Elbrecht Date: Tue, 25 Oct 2016 22:10:13 +0200 Subject: [PATCH] bug fix --- PrimerMiner/R/batch_down.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PrimerMiner/R/batch_down.R b/PrimerMiner/R/batch_down.R index 1431a30..b23f279 100644 --- a/PrimerMiner/R/batch_down.R +++ b/PrimerMiner/R/batch_down.R @@ -1,7 +1,7 @@ batch_download <- function(table, config){ -source("config.txt") +source(config) if(is.data.frame(table)){} else {table <- read.csv(table, sep= Taxon_sep, stringsAsFactors=F)} table[2][is.na(table[2])] <- "" # replace NAs if only orders are given