Closed weishwu closed 6 years ago
In those example lines the variant is marked as somatic, and the allele frequency in the normal sample is 0%, so those variants would always be excluded even with -z
. If all of the germline variants have been filtered out then you'll need to either find the original VCF, or recover the SNP allele frequencies another way, see #374
I wanted to run CNVkit call with VarScan somatic variants to get LOH, however it skipped all my variants:
My command-line is:
${cnvkit} call Sample_${f}_recal_Tumor.cns -y -v ${varscanDir}/forCNVkit/Sample_${f}_vs_C57BL6NJ_VarScan_PASS.vcf -i TUMOR -n NORMAL -z -o Sample_${f}_recal_Tumor_withVarScanVCF_recall.cns
A couple of lines from my VCF:
I also tried running it without "-z" but it still skipped everything.
The version is 0.9.4.dev0.
Any help? Thanks.