Skip to content

Commit

Permalink
bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nicola-calonaci committed Apr 6, 2024
1 parent f1a895a commit 075eafd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions .Rhistory
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
any(!is.numeric(genomic_data$to))
any(!is.integer(genomic_data$DP))
any(!is.integer(genomic_data$DNV))
any(!is.integer(genomic_data$NV))
any(!is.numeric(genomic_data$VAF))
Expand Down Expand Up @@ -510,3 +508,5 @@ devtools::load_all()
plot_classification(x = output, sample = sample,assembly = T)
names(x)
names(x$classification)
setwd('~/Documents/GitHub/CNAqc/')
CNAqc:::advanced_phasing
2 changes: 1 addition & 1 deletion R/classify.R
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ classify = function(x,
x = x,
mc.cores = num_cores)

tests = do.call(rbind, tests) %>% t()
tests = do.call(rbind, tests)
} else {

tests = lapply(ids(x), function(id) {
Expand Down

0 comments on commit 075eafd

Please sign in to comment.