Removed baps file pointing to fasta
This commit is contained in:
parent
471c380ce3
commit
43886d649f
1 changed files with 0 additions and 4 deletions
|
|
@ -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))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue