Added (commented) test for BAPS data (#24)

This commit is contained in:
Waldir Leoncio 2024-04-10 16:06:23 +02:00
parent 99f28ba215
commit 2a815f15cd

View file

@ -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))