Closed af8 closed 7 years ago
I tried with e42402b and get the same error on multi-sample analysis. Works fine with single samples.
Thank you for reporting this, @af8 and @ramaniak. I fixed the bug in 3cf19f27efbcf341e89677479fad8a55a69943e6. Please let me know if you encounter any issues.
The bigger issue was that our test suite didn't handle multisample CNAs, which allowed this bug to slip through. I rewrote the test suite to cover these cases in 1b9c82f3cebc027624fc01744b7227a6e6b54897.
Thank you again!
Hi,
I have successfully run phyloWGS (commit 17c5362) on one WGS sample. I am now trying to run it in a multi-samples (two) setting.
And when calling :
[
mutect_slc
is a vcf-type (and parser) I have added to fit our data]During the CNV preparation step, I obtain the following error :
self._read_depth
is an array of length 2 here and Python is not happy with the cast to int.What is the quick fix for this ? Taking the max of
np.round(avg_ssms_in_tumour * self._read_depth)
first ?Thanks for your help, Anthony