From 43886d649f6a69330495510cb3b0d7a2c3a6707b Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Mon, 19 Aug 2024 13:29:18 +0200 Subject: [PATCH] Removed baps file pointing to fasta --- tests/testthat/test-greedyMix.R | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/testthat/test-greedyMix.R b/tests/testthat/test-greedyMix.R index 6029c63..1283e71 100644 --- a/tests/testthat/test-greedyMix.R +++ b/tests/testthat/test-greedyMix.R @@ -46,10 +46,6 @@ raw_bam <- importFile( data = file.path(path_inst, "bam_example.bam"), format = "BAM", ) -raw_baps <- importFile( - data = file.path(path_inst, "FASTA_clustering_haploid.fasta"), - format = "FASTA" -) test_that("Files are imported correctly", { expect_equal(dim(raw_fasta), c(5, 99))