Skip to content

Commit

Permalink
tso tmb trace: do not parse cols as logicals
Browse files Browse the repository at this point in the history
  • Loading branch information
pdiakumis committed Oct 6, 2024
1 parent 4f701b6 commit f4b210a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/tso.R
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ tso_tmbt_read <- function(x) {
VariantType = "c", CosmicIDs = "c", MaxCosmicCount = "d",
AlleleCountsGnomadExome = "d", AlleleCountsGnomadGenome = "d",
AlleleCounts1000Genomes = "d", MaxDatabaseAlleleCounts = "d",
GermlineFilterDatabase = "l", GermlineFilterProxi = "l",
CodingVariant = "l", Nonsynonymous = "l", IncludedInTMBNumerator = "l"
GermlineFilterDatabase = "c", GermlineFilterProxi = "c",
CodingVariant = "c", Nonsynonymous = "c", IncludedInTMBNumerator = "c"
)
# cttso v2 has introduced a few extra columns
ct2 <- list(
Expand Down
3 changes: 2 additions & 1 deletion man/MultiqcFile.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/testthat/test-roxytest-testexamples-multiqc.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# File R/multiqc.R: @testexamples

test_that("Function multiqc_date_fmt() @ L348", {
test_that("Function multiqc_date_fmt() @ L360", {

cdate <- "2023-04-07, 09:09 UTC"
(res1 <- multiqc_date_fmt(cdate))
Expand Down

0 comments on commit f4b210a

Please sign in to comment.