Closed mkyriak closed 4 months ago
Hi, warnings are not errors. Did it compute anything?
Hello @caravagn, I am sorry I missed the notification. No, it didn't compute anything.
My samples are very heterogeneous and I was trying to play around with min_absolute_karyotype_mutations
but every time I was entering a number smaller than the total number of SNVs, it was giving me this error. Though I am not sure how this impacts the calculation.
Thank you!
@AliceAntonello can you raise a stop()
error when this happens?
Sure
@AliceAntonello if you pushed the fix can u close this?
I tried to reproduce the problem but I didn't receive any error and the computations went smoothly. Also, a check on the minimum number of mutations per karyotype is already in place.
Hello,
Thank you for the tool. Finally, there is a way to start from SNVs, CNAs and purity and perform QC and check for clonality!
I tried to run
analyze_peaks
command by changing themin_absolute_karyotype_mutations
parameter since I want to perform the analysis on targeted sequencing data and not on WGS.This is an instance of the commands I tried (after running
init
).However, when I enter a number that is smaller than the total number of SNVs that I detect in my sample, I get the following error:
I am not sure what is going on here, could you please help me figure it out?
Thank you in advance!
Maria