jalex
jalex
I'm sending private files via zendto (ktsukanov [at] ebi.ac.uk) Command used: ``` conda activate cnvkit0.9.7 cnvkit.py call tumour_AB.recalibrated.cns -y -m threshold -t=-1,-0.3,0.3,1 -v tumour_AB.passed.vcf.gz --purity 0.37 --ploidy 2 -o tumour_AB.call.cns...
@tskir thank you for looking into this -wondering if there's a fix/update on this soon. Best, J
Hello, Please can you elaborate what is the difference in using the 2 commands where we adjust for purity and ploidy. ``` cnvkit.py call Sample.cns -y -v Sample.vcf -m threshold...
have the same issue. Is there a workaround?
I have the same error $ python setup.py install --user File "setup.py", line 6 print version ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(version)?