stat-lab / EvalSVcallers

Evaluate the performances (precision and recall) of structural variation (SV) callers
32 stars 13 forks source link

evaluate_SV_overlap_calls.pl fails to find Delly vcf #7

Closed bioinfo89 closed 4 years ago

bioinfo89 commented 4 years ago

Hi,

I am using evaluate_SV_overlap_calls.pl to evaluate Delly and Lumpy SV calls against NA12878 reference sets, and I use the following command:

perl EvalSVcallers/scripts/evaluate_SV_overlap_calls.pl -r N -t Delly:3 Lumpy:5 -p Delly-Lumpy-overlap -vcf -d ./

I get the following error: vcf file for Delly is not found:

though both the vcfs are in the same folder.

Am I doing something wrong here?

stat-lab commented 4 years ago

Please send me the Delly vcf file converted with the convert_SV_callers_vcf.pl script (shunichi.kosugi@riken.jp).

2020/08/03 8:29、bioinfo89 notifications@github.comのメール:

Hi,

I am using evaluate_SV_overlap_calls.pl to evaluate Delly and Lumpy SV calls against NA12878 reference sets, and I use the following command:

perl EvalSVcallers/scripts/evaluate_SV_overlap_calls.pl -r N -t Delly:3 Lumpy:5 -p Delly-Lumpy-overlap -vcf -d ./

I get the following error: vcf file for Delly is not found:

though both the vcfs are in the same folder.

Am I doing something wrong here?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/stat-lab/EvalSVcallers/issues/7, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADIBV3EJZKYEZR5B7VK4ZV3R6XZGPANCNFSM4PSZKQSQ.

stat-lab commented 4 years ago

The problem was attributed to the reference chromosome names based on the hg19 reference, which has 'chr' prefix in the chromosome names. This evaluation system has been developed with the GRCh37 reference. I changed all the scripts so that the hg19-based files can be used for the evaluation.

tyyiyi commented 2 years ago

I ran into the same problem when running evaluate_SV_overlap_calls.pl. It gave me the error : image my command is image my delly and lumpy vcf files are in image can you give me a help? Thank you!