Skip to content

Commit

Permalink
fix issue #2
Browse files Browse the repository at this point in the history
  • Loading branch information
HajkD committed Jan 17, 2017
1 parent 4c05a63 commit cea3184
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion R/getKingdomAssemblySummary.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,15 @@ getKingdomAssemblySummary <- function(db) {
))) {
suppressWarnings(
AssemblyFilesAllKingdoms <-
readr::read_tsv(
readr::read_delim(
file.path(
tempdir(),
paste0("AssemblyFilesAllKingdoms_", db, ".txt")
),
comment = "#",
delim = "\t",
quote = "\"",
escape_backslash = FALSE,
col_names = TRUE,
col_types = readr::cols(
assembly_accession = readr::col_character(),
Expand Down

0 comments on commit cea3184

Please sign in to comment.