Added (commented) test for BAPS data (#24)
This commit is contained in:
parent
99f28ba215
commit
2a815f15cd
1 changed files with 5 additions and 0 deletions
|
|
@ -46,6 +46,11 @@ raw_bam <- importFile(
|
||||||
data = file.path(path_inst, "bam_example.bam"),
|
data = file.path(path_inst, "bam_example.bam"),
|
||||||
format = "BAM",
|
format = "BAM",
|
||||||
)
|
)
|
||||||
|
# TODO: uncomment for testing #24
|
||||||
|
# raw_baps <- importFile(
|
||||||
|
# data = file.path(path_inst, "FASTA_clustering_haploid.fasta"),
|
||||||
|
# format = "FASTA"
|
||||||
|
# )
|
||||||
|
|
||||||
test_that("Files are imported correctly", {
|
test_that("Files are imported correctly", {
|
||||||
expect_equal(dim(raw_fasta), c(5, 99))
|
expect_equal(dim(raw_fasta), c(5, 99))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue