cnvkit
cnvkit copied to clipboard
How to get raw vcf without filtering CNV events?
Hi, @etal
How to get the raw vcf without filtering any lines using cnvkit.py export vcf?
Best, xiucz
It's not an option for VCF. But it is an option for BED format: cnvkit.py export bed --show all. Will that format work for your pipeline?
Now , I think it is reasonable to filter in the VCF. But how about add the same --show all to the cnvkit.py export vcf commander line?