Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristianetaniguti committed Sep 17, 2024
1 parent 2d44388 commit d186a56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat/test-DosageCall.R
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ test_that("Dosage Calling from VCF file f1 and s1 model",{
)

vcf_result <- read.vcfR(paste0(output_name,".vcf.gz"))
colnames(vcf_result@gt)

DP <- sum(as.numeric(extract.gt(vcf_result, "DP")))
expect_equal(DP, 23618990)
Expand Down

0 comments on commit d186a56

Please sign in to comment.