Closed caravagn closed 5 years ago
Maybe this prevents to run the tool with 1 single biopsy at the moment
I am almost done re-writing the code that we took from clonEvol. Once done I will totally remove any dependence from clonEvol which should make everything smoother.
Also in function infer.clonal.models
there is a call to get.model.non.negative.ccf.prob
which doesn't exist
Thanks, all clonEvol calls will be dropped in the next commit for this issue.
@luca-dex I should have removed the dependency from cloneEvol with the last 2 commits, in the branch remove_clonevol
. I would like to merge that branch to master but they might be out of synch -- can you help me with this?
Thanks.
"removed the dependency from cloneEvol" means I re-coded the bits of clonevol that I wanted. Once the merge goes fine and this branch becomes master (with the currents commits ahead, if any), I might totally remove file lib_clonevol
and go through some old functions that are now obsolete.
Closed with #22
Line 528 of
lib_clonevol.R
if (nSamples == 1 && length(vv[[1]]) > 0){
attempts to call a function
get.model.score(vv[[1]][[i]])
which needs to be restored or removed.