Skip to content

Commit

Permalink
auto detect t2t as genome_build, however, all necessary annotation fi…
Browse files Browse the repository at this point in the history
…le does not exist
  • Loading branch information
ShixiangWang committed Dec 5, 2023
1 parent d802c14 commit 1593f0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/sig_tally.R
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,8 @@ sig_tally.MAF <- function(object, mode = c("SBS", "DBS", "ID", "ALL"),
genome_build <- "hg19"
} else if (grepl("hg38", ref_genome)) {
genome_build <- "hg38"
} else if (grepl("T2T", ref_genome)) {
genome_build <- "T2T"
} else if (grepl("mm10$", ref_genome)) {
genome_build <- "mm10"
} else if (grepl("mm9$", ref_genome)) {
Expand Down

0 comments on commit 1593f0b

Please sign in to comment.