abyzovlab / CNVnator

a tool for CNV discovery and genotyping from depth-of-coverage by mapped reads
Other
206 stars 65 forks source link

Error plotrdbaf.py #244

Open LN908 opened 3 years ago

LN908 commented 3 years ago

Hello, I am trying to plot my CNV calls. Can I do this without BAF data?

plotrdbaf.py -bs 1000 -rdbs 1000 sample1.root

I'm not sure if it's unrelated but I get this error even though I tried creating a ROOT variable:

Traceback (most recent call last): File "/hpf/tools/centos6/cnvnator/0.4.1/plotrdbaf.py", line 5, in <module> import ROOT ModuleNotFoundError: No module named 'ROOT'

Is there a way to plot the entire genome from the vcf file only?

Thank you