Skip to content

Commit d57fa6b

Browse files
committed
move the standard Kallisto results from the 'small_test_data' to a new folder to make things cleaner; update 'test-read.R' code to reflect new directory
1 parent bf855c3 commit d57fa6b

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

tests/testthat/test-read.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
context("reading")
22

33
test_that("get kallisto path", {
4-
dir_name <- "small_test_data"
4+
dir_name <- "small_test_data/kallisto"
55

66
# the standard case
77
file_name <- file.path(dir_name, "abundance.h5")
@@ -28,7 +28,7 @@ test_that("get kallisto path", {
2828
})
2929

3030
test_that("both read types", {
31-
dir_name <- "small_test_data"
31+
dir_name <- "small_test_data/kallisto"
3232

3333
h5_file_name <- file.path(dir_name, "abundance.h5")
3434
kal_h5 <- read_kallisto_h5(h5_file_name, read_bootstrap = FALSE)
@@ -42,7 +42,7 @@ test_that("both read types", {
4242
})
4343

4444
test_that("generalized read", {
45-
dir_name <- "small_test_data"
45+
dir_name <- "small_test_data/kallisto"
4646

4747
kal_dir <- read_kallisto(dir_name, read_bootstrap = TRUE)
4848
h5_file_name <- file.path(dir_name, "abundance.h5")

0 commit comments

Comments
 (0)