Skip to content

Commit

Permalink
update tests and example data reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ncborcherding committed Aug 5, 2024
1 parent 8280455 commit 98affcc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/testthat/test-formatGenes.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# test script for formatGenes.R - testcases are NOT comprehensive!

test_that("formatGenes works", {
data(apex_example.data)
data(immapex_example.data)
formatGenes_TenX <- formatGenes(immapex_example.data[["TenX"]],
region = "v",
technology = "TenX")
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-inferCDR.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

test_that("inferCDR works", {

data(apex_example.data)
data(immapex_example.data)
reference <- getdata("getIMGT", "getIMGT_TRBV_human_inframe_aa")

TenX_formatted <- formatGenes(immapex_example.data[["TenX"]],
Expand Down
Binary file not shown.

0 comments on commit 98affcc

Please sign in to comment.