Removed baps file pointing to fasta

This commit is contained in:
Waldir Leoncio 2024-08-19 13:29:18 +02:00
parent 471c380ce3
commit 43886d649f

View file

@ -46,10 +46,6 @@ raw_bam <- importFile(
data = file.path(path_inst, "bam_example.bam"), data = file.path(path_inst, "bam_example.bam"),
format = "BAM", format = "BAM",
) )
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))