Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VascoElbrecht committed Oct 25, 2016
1 parent bece8ce commit e39109d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PrimerMiner/R/batch_down.R
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e39109d

Please sign in to comment.