Skip to content

Commit

Permalink
bug fixed in parallel execution
Browse files Browse the repository at this point in the history
  • Loading branch information
nicola-calonaci committed Apr 6, 2024
1 parent 075eafd commit d70bc55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .Rhistory
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
any(!is.integer(genomic_data$DNV))
any(!is.integer(genomic_data$NV))
any(!is.numeric(genomic_data$VAF))
any(is.na(gene))
Expand Down Expand Up @@ -510,3 +509,4 @@ names(x)
names(x$classification)
setwd('~/Documents/GitHub/CNAqc/')
CNAqc:::advanced_phasing
INCOMMON::classify
2 changes: 0 additions & 2 deletions R/classify.R
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ classify = function(x,
FUN = classify_single_mutation,
x = x,
mc.cores = num_cores)

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

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

0 comments on commit d70bc55

Please sign in to comment.